Cannot Edit JCR versioned nodes
-------------------------------
Key: MGNLDATA-137
URL: http://jira.magnolia-cms.com/browse/MGNLDATA-137
Project: Magnolia Data Module
Issue Type: Bug
Environment: Unix
Reporter: Michael de Courci
Assignee: Philipp Bärfuss
Priority: Major
We are using Magnolia Enterprise edition magnolia-4.4.4 and the JCR 170 API.
Our application code reads property content from XML data files to load this
into Magnolia Data workspace via the JCR API.
For each property in the XML file a JCR node is created and Magnolia is
configured so that you can see properties loaded in the Data Workspace
via the AdminCentral Data Menu.
You can also add and edit loaded properties from the Data Menu.
We have defined our own types in Magnolia which is used as the NodeType when
creating
nodes of that type.
I changed the code to version the property nodes as follows;-
node.addMixin(JcrConstants.MIX_VERSIONABLE);
jcrSession.save();
node.checkin();
And executed some more data loads. Now we have a problem because the loaded
properties that are versioned cannot be edited from the
AdminCentral Data Menu.
Are we doing something wrong here?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------