[ 
http://jira.nuxeo.org/browse/NXP-3484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Marc Orliaguet resolved NXP-3484.
--------------------------------------

    Resolution: Fixed

Fixed ...

this was due to an object registration which was done in a constructor and that 
triggered a race condition:

public class RenderingInfo implements In
         this.element = element;
         this.themeUrl = themeUrl;
         uid = element.getUid();
        Manager.getInfoPool().register(this);     <<<<<<
}

also: "rendering info" objects are no longer duplicated which should improve 
performance a bit.

please test again...

> Eliminate random crash of theme engine
> --------------------------------------
>
>                 Key: NXP-3484
>                 URL: http://jira.nuxeo.org/browse/NXP-3484
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>    Affects Versions: 5.2 RC
>         Environment: JBoss 4.2.3 GA, java 5, nuxeo-features revision 2817
>            Reporter: Radu Darlea
>            Assignee: Jean-Marc Orliaguet
>            Priority: Major
>
> The WebEngine sites module now uses heavily fragment with models attached. 
> The fragments are initialized through specific ActionFragments. After this 
> implementation is in place, the applications starts to crash randomly when in 
> sites view. There is no certain sequence of steps to reproduce, and once 
> happening it doesn't happen again doing a refresh for instance. Doing the 
> same thing again it doesn't yield the exception. And it appears after various 
> actions (couldn't say it is a single widget affected).

-- 
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