[ 
http://jira.nuxeo.org/browse/NXP-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_25124
 ]

Catalin Baican logged work on NXP-3359:
---------------------------------------

                Author: Catalin Baican
            Created on: 07/04/09 12:48
            Start Date: 07/04/09 12:48
    Worklog Time Spent: 2 hours 

Issue Time Tracking
-------------------

            Time Spent: 2 hours
    Remaining Estimate: 0 minutes  (was: 3 hours)

> 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: 3 hours
>          Time Spent: 2 hours
>  Remaining Estimate: 0 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