You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2010/03/04 14:31:27 UTC

[jira] Updated: (JCR-2267) AbstractQValueFactory throws exception for unknown auto-create properties

     [ https://issues.apache.org/jira/browse/JCR-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela updated JCR-2267:
------------------------

       Resolution: Won't Fix
    Fix Version/s: 2.1.0
           Status: Resolved  (was: Patch Available)

> 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
>             Fix For: 2.1.0
>
>         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.