Node references limitations
---------------------------
Key: JCR-657
URL: http://issues.apache.org/jira/browse/JCR-657
Project: Jackrabbit
Issue Type: Improvement
Components: core
Reporter: Thomas Mueller
In Jackrabbit, there is currently a limitation on how many references
(properties referencing to this node) a node can have. The reason is that node
references are kept in an in-memory list when getting the references, and also
when adding/deleting a reference.
Proposed solution: Instead of reading/updating/storing the list of references
whenever there is a change, use a new class NodeReferencesChanges to keep track
of changes where possible.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira