2 Replies Latest reply on Apr 27, 2006 6:01 AM by kconner

    "JBossCorbaORB not bound" exception when installing JBossTS

    kconner

      Hiya

      You have done nothing wrong, the problem lies in the installation notes for the JTS service.

      Can you please update your server/all/jboss-service.xml file and modify the transaction manager service mbean to the following:

      <mbean code="com.arjuna.ats.jbossatx.jts.TransactionManagerService"
       name="jboss:service=TransactionManager">
       <depends>jboss:service=CorbaORB</depends>
       <attribute name="TransactionTimeout">300</attribute>
      </mbean>


      The only difference is the addition of the depends element.

      Apologies for this, it was a C&P error on my part. I have created a JIRA task to cover this issue.

      Kev