3 Replies Latest reply on Jul 6, 2011 10:06 AM by jaikiran

    Looking up the transaction manager through JNDI

    oourfali

      Hey,

       

      Is there a way to lookup the transaction manager using jndi in as7?

       

      Are there any special requirements in order to make it work?

       

      I have the following in standalone.xml

       

          <subsystem xmlns="urn:jboss:domain:transactions:1.0">
              <core-environment>
                  <process-id>
                      <uuid/>
                  </process-id>
              </core-environment>
              <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
              <coordinator-environment default-timeout="300"/>
              <object-store/>
          </subsystem>

       

      Thank you,

      Oved