You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2010/03/26 17:04:27 UTC

[jira] Created: (JCR-2587) Coarser granularity of node type unregistration notifications

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.


[jira] Resolved: (JCR-2587) Coarser granularity of node type unregistration notifications

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved JCR-2587.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0

Fixed in revision 927945.

> 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
>             Fix For: 2.1.0
>
>
> 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.