Runtime component manager is not correctly doing the cleanup - breaks hot reload
--------------------------------------------------------------------------------

                 Key: NXP-7699
                 URL: https://jira.nuxeo.com/browse/NXP-7699
             Project: Nuxeo Enterprise Platform
          Issue Type: Bug
          Components: Runtime
            Reporter: Bogdan Stefanescu
            Assignee: Bogdan Stefanescu
            Priority: Major
             Fix For: 5.4.3


In some conditions hot reload is not working when hot reloading a set of 
components that requires one each other.
The problem is random because it depends on the undeploy order.

Example:

CompA.xml require CompB.xml and CompC.xml

deploy Compa.xml
deploy CompB.xml
deploy CompC.xml

undeploy CompC.xml
undeploy CompA.xml
undeploy CompB.xml

deploy Compa.xml
deploy CompB.xml
deploy CompC.xml

In fact the problem is deeper. The cleanup is not correctly done in some cases 
and this may also generate memory leaks when hot reloading.



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