[jboss-jira] [JBoss JIRA] Closed: (AS7-1495) orb init does not take account of jts, other interdependent services
Jonathan Halliday (JIRA)
jira-events at lists.jboss.org
Tue Aug 9 05:15:25 EDT 2011
[ https://issues.jboss.org/browse/AS7-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jonathan Halliday closed AS7-1495.
----------------------------------
Resolution: Duplicate Issue
> orb init does not take account of jts, other interdependent services
> --------------------------------------------------------------------
>
> Key: AS7-1495
> URL: https://issues.jboss.org/browse/AS7-1495
> Project: Application Server 7
> Issue Type: Bug
> Reporter: Jonathan Halliday
>
> The CORBA ORB must be aware of the transaction service mode and configure accordingly. Where the TS is running in JTS mode, the ORB must include calls to the JTS initializers in its startup. Contrawise these should not be called in JTA mode. However, the TS service startup depends (when in JTS mode) on the ORB service. This creates a mutual dependency that is not cleanly handled at present. This pattern will likely also affect any other services, including user services, that require CORBA ORB intializers.
> Additionally the ORB service provides ("iiop", "orb") whilst the transaction service expects ("jacorb", "orb-service") i.e. is jacorb specific not generic. This dependency is therefore not currently functional, making it impossible to start the transaction system in JTS mode.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list