[switchyard-issues] [JBoss JIRA] (SWITCHYARD-716) Move BPEL engine instantiation from Activator to Component

Gary Brown (JIRA) jira-events at lists.jboss.org
Fri Mar 23 05:36:47 EDT 2012


Gary Brown created SWITCHYARD-716:
-------------------------------------

             Summary: Move BPEL engine instantiation from Activator to Component
                 Key: SWITCHYARD-716
                 URL: https://issues.jboss.org/browse/SWITCHYARD-716
             Project: SwitchYard
          Issue Type: Enhancement
            Reporter: Gary Brown
            Assignee: Gary Brown
             Fix For: 0.5


The BPEL engine is currently created when the first Activator instance is created, and closed when the final handler is removed.

However now each component is represented by a Component implementation, which is responsible for creating the Activators, and therefore this Component implementation can be responsible for instantiating the engine and supplying it during the creation of the Activator. It also has a 'destroy' method which can be used to close the engine.

This also means that the Activator no longer needs to keep track of the handlers, as a means of determining when to close the engine.


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