Improve UID Sequencer - align on core-persistence model to make it visible as a 
Nuxeo service
---------------------------------------------------------------------------------------------

                 Key: NXP-5504
                 URL: https://jira.nuxeo.org/browse/NXP-5504
             Project: Nuxeo Enterprise Platform
          Issue Type: Improvement
            Reporter: Bogdan Stefanescu
            Assignee: Bogdan Stefanescu
            Priority: Major
             Fix For: 5.4


Improve UID Sequencer - align on core-persistence model to make it visible as a 
Nuxeo service.

Now, the UIDSequencer is private to the uid-generator plugin. But you may want 
to use the sequencer in other plugins too.
The project still use old code, and the sequencer implementation is not a nuxeo 
service - and only works on Jboss distribution.

The goal is to externalize this service and align the code base on 
core-persistence so we can use the service in tomcat or jetty distributions too.

To use the sequencer service you will need to write this:

Framework.getService(UIDSequencer.class).getNext("mySequence");


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

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to