spi2jcr: RepositoryServiceImpl.getRootId returns bad NodeId
------------------------------------------------------------
Key: JCR-1147
URL: https://issues.apache.org/jira/browse/JCR-1147
Project: Jackrabbit
Issue Type: Bug
Components: SPI
Reporter: Michael Dürig
Priority: Minor
I think org.apache.jackrabbit.spi2jcr.RepositoryServiceImpl.getRootId() should
not return getIdFactory().createNodeId((String) null, Path.ROOT). Rather should
it do a round trip to the wrapped repository and return a UUID based NodeId if
the root node of the wrapped repository is mix:referenceable.
The javadoc reads: "If the root node can be identified with a unique ID the
returned NodeId simply has a uniqueID part and the path part is null. If the
root node cannot be identified with a unique ID the uniqueID part is null and
the path part will be set to "/"."
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.