[
https://issues.apache.org/jira/browse/JCR-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
angela updated JCR-2073:
------------------------
Summary: Redundant calls to RepositoryService.getPropertyInfo() for
jcr:uuid and jcr:mixinTypes (was: Redundant calls to
RepositoryService.getPropertyInfo() for jcr:uuid)
> Redundant calls to RepositoryService.getPropertyInfo() for jcr:uuid and
> jcr:mixinTypes
> --------------------------------------------------------------------------------------
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira