optimize publication state queries
----------------------------------

                 Key: NXP-8247
                 URL: https://jira.nuxeo.com/browse/NXP-8247
             Project: Nuxeo Enterprise Platform
          Issue Type: Improvement
          Components: Publishing
    Affects Versions: 5.4.2
            Reporter: Stéphane Lacoin
            Assignee: Stéphane Lacoin
            Priority: Major
             Fix For: 5.5.0-HF01, 5.4.2-HF15, 5.6


When querying for publication state, there is two ways of doing

* asking JBPM for tasks on documents
* checking the publication ACL on the document

Querying ACLs is faster than running into JBPM hibernate. 

At this stage, we're using the both strategy, ACL for positive queries and JBPM 
for negative one.
We want to use the same strategy in both cases. We want also to select by the 
default the ACL strategy but being able to use the JBPM extraction is needed 
for backward compatibility.

--
This message is automatically generated by JIRA.
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