1 Reply Latest reply on Feb 27, 2003 10:10 AM by davidjencks

    oracle-xa-ds configuration problem (jboss3.2.0rc2).

    tomduud

      Hello all,

      I'm running Jboss 3.2.0 RC2 and Oracle 8.1.7. I have tried to get work XA datasource with jboss. I got this kind of line in server.log.

      [org.jboss.resource.connectionmanager.XATxConnectionManager] Please change your datasource setup to use TransactionManagerService with object name jboss.tm:service=TransactionManagerService instead of TransactionManager with value java:/TransactionManager

      So my question is how I change TransactionManager to TransactionManagerService.. (What files need to updated etc.)

      (I changed oci8 driver to thin in oracle-xa-ds.xml file, other datasource related configurations are untouched)

      Thanks in andvance!

        • 1. Re: oracle-xa-ds configuration problem (jboss3.2.0rc2).
          davidjencks

          Your best bet is to ignore this warning since it is highly misleading and is extremely unlikely to affect operation of your program. The cvs 3.2 version should have the (configuration) problem fixed.

          The only problem this could cause you is to allow the datasource to be deployed before the transaction manager. You'd get naming exceptions if this happened.