Coarser granularity of node type unregistration notifications
-------------------------------------------------------------
Key: JCR-2587
URL: https://issues.apache.org/jira/browse/JCR-2587
Project: Jackrabbit Content Repository
Issue Type: Improvement
Components: jackrabbit-core, nodetype
Reporter: Jukka Zitting
Assignee: Jukka Zitting
Priority: Minor
When unregistering multiple node types at a time, the internal notification
methods are called separately for each type. This causes some problems as the
first notifications triggers the regeneration of the full virtual node type
tree, and later notification calls will fail (logging an error) in
VirtualNodeTypeStateManager because the removed type is no longer there. A
better approach would be to send the names of all the unregistered node types
as a collection.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.