Fix how directory contributions are loaded
------------------------------------------

                 Key: NXP-6574
                 URL: https://jira.nuxeo.com/browse/NXP-6574
             Project: Nuxeo Enterprise Platform
          Issue Type: Bug
          Components: Directory
    Affects Versions: 5.4.0.1
            Reporter: Thierry Martins
            Assignee: Thierry Delprat
            Priority: Major


This problem is currently visible only when overriding the userDirectory (using 
LDAPDirectory or MultiDirectory)

Let's say you have defined a new userDirectory based on a LDAP directory which 
overrides the default SQL directory.
Then if any other contribution registers a contribution to SQLDirectoryFactory, 
the order of the factories related to the userDirectory will be lost because 
the flush initiated by SQLDirectoryFactory will put SQLDirectoryFactory on top 
of the factories for userDirectory.

We need to have a mechanism which keeps the order of the factories for a given 
directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to