uuid of newly added node
------------------------

                 Key: JCR-1614
                 URL: https://issues.apache.org/jira/browse/JCR-1614
             Project: Jackrabbit
          Issue Type: Bug
          Components: jackrabbit-jcr2spi
            Reporter: Scott Cytacki
             Fix For: 1.5


I'm using jcr2spi with spi2dav.

When I add a new child node.  And add the "mix:referenceable" mixin.  
and I don't  "save" the node.
Calling node.getUUID();
causes a repository exception.

My reading of the JCR spec section 4.9.1.1
is that a node should at least have a dummy UUID even if it hasn't been saved 
yet.  

The jcr2spi.NodeImpl.createNode method has the comment:
// NOTE: uuid is generated while creating new state.
But I cannot find where that is happening.

I can submit a test case for this if that would help.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to