[
https://issues.apache.org/jira/browse/JCR-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tobias Bocanegra updated JCR-2267:
----------------------------------
Status: Patch Available (was: Reopened)
> AbstractQValueFactory throws exception for unknown auto-create properties
> -------------------------------------------------------------------------
>
> Key: JCR-2267
> URL: https://issues.apache.org/jira/browse/JCR-2267
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Components: jackrabbit-spi-commons
> Reporter: Stefan Guggisberg
> Attachments: r806112.patch
>
>
> the following properties were introduced in JCR 2.0:
> jcr:createdBy
> jcr:lastModifiedBy
> they're declared as autocreated and don't specify a default.
> the following code throws on save():
> parentFolderNode.addNode("foo", "nt:folder");
> session.save();
> ==>
> Caused by: javax.jcr.RepositoryException: createFromDefinition not
> implemented for: {http://www.jcp.org/jcr/1.0}createdBy
> at
> org.apache.jackrabbit.spi2davex.QValueFactoryImpl.computeAutoValues(QValueFactoryImpl.java:257)
> at
> org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager.computeSystemGeneratedPropertyValues(SessionItemStateManager.java:687)
> at
> org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager.addNodeState(SessionItemStateManager.java:601)
> at
> org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager.visit(SessionItemStateManager.java:262)
> at
> org.apache.jackrabbit.jcr2spi.operation.AddNode.accept(AddNode.java:69)
> at
> org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager.execute(SessionItemStateManager.java:228)
> at org.apache.jackrabbit.jcr2spi.NodeImpl.createNode(NodeImpl.java:1294)
> at org.apache.jackrabbit.jcr2spi.NodeImpl.addNode(NodeImpl.java:183)
> ...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.