[ 
http://jira.nuxeo.org/browse/NXP-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51475#action_51475
 ] 

Anahide Tchertchian commented on NXP-3359:
------------------------------------------

+ this feature should not be hardcoded for workspaces only.
Please replace Workspace doc type by an appropriate criterion everywhere it is 
hardcoded (seems testing the presence of schema "publishing" is ok).
For instance, the "admin publish tree" tab should be shown on every doc type 
that has the publishing schema.

> Avoid CPU exhaustion looking for sections
> -----------------------------------------
>
>                 Key: NXP-3359
>                 URL: http://jira.nuxeo.org/browse/NXP-3359
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>    Affects Versions: 5.2 RC
>            Reporter: Radu Darlea
>            Assignee: Catalin Baican
>             Fix For: 5.2 GA
>
>   Original Estimate: 30 minutes
>  Remaining Estimate: 30 minutes
>
> It is possible to have cpu leak in PublishActionsBean when a document located 
> outside a workspace is published. The code is:
> while (!"Workspace".equals(parentDocumentModel.getType())) {
>    parentDocumentModel = 
> documentManager.getDocument(parentDocumentModel.getParentRef());
> }
> If the parentDocumentModel has Root type the loop should break and the 
> section list to be considered the Root ones.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://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