[
https://issues.apache.org/jira/browse/JCR-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
angela resolved JCR-1809.
-------------------------
Resolution: Fixed
Fix Version/s: 1.5.0
> Jcr2Spi: Avoid extra round trip to the SPI upon Node.getNode and
> Session.getItem
> --------------------------------------------------------------------------------
>
> Key: JCR-1809
> URL: https://issues.apache.org/jira/browse/JCR-1809
> Project: Jackrabbit
> Issue Type: Improvement
> Components: jackrabbit-jcr2spi
> Reporter: angela
> Assignee: angela
> Fix For: 1.5.0
>
>
> Upon Session.getItem/itemExists and Node.getNode/hasNode JCR2SPI currently
> tries to load the Node from the persistent layer (SPI) if no corresponding
> entry exists in the hierarchy.
> Since with JCR-1638 a flag has been introduced indicating if the child node
> entries are complete. In this case, the extra round trip could be omitted.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.