Redundant calls to RepositoryService.getPropertyInfo() for jcr:uuid
-------------------------------------------------------------------

                 Key: JCR-2073
                 URL: https://issues.apache.org/jira/browse/JCR-2073
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-jcr2spi
            Reporter: Michael Dürig


Even though a previous call to RepositoryService.getItemInfos() includes 
jcr:uuid, RepositoryService.getPropertyInfo() is always called for jcr:uuid 
anyway. 

The problem occurs in 
o.a.j.jcr2spi.hierarchy.NodeEntryImpl.notifyUUIDorMIXINModified() where the 
state is accessed. Since the state is not complete at this point, it is 
resolved which results in the redundant call.


-- 
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