[switchyard-issues] [JBoss JIRA] (SWITCHYARD-687) BaseComponent resets activator domain with each deployment

Keith Babo (JIRA) jira-events at lists.jboss.org
Sun Mar 11 23:20:47 EDT 2012


Keith Babo created SWITCHYARD-687:
-------------------------------------

             Summary: BaseComponent resets activator domain with each deployment
                 Key: SWITCHYARD-687
                 URL: https://issues.jboss.org/browse/SWITCHYARD-687
             Project: SwitchYard
          Issue Type: Bug
          Components: deployment
    Affects Versions: 0.4
            Reporter: Keith Babo
             Fix For: 0.4


Each deployment in SwitchYard gets it's own 'application' service domain which contains application-local bits like transformers and service references.  This means that Component.getActivator will be called multiple times when there are multiple deployments with *different* service domain instances.  The current implementation sets a service domain reference on a single instance of activator, which more or less works fine in a single-application scenario or when multiple deployments happen serially.  During AS startup, however, this can break as one deployment overwrites the domain reference for another.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the switchyard-issues mailing list