3 Replies Latest reply on Jul 29, 2002 6:09 AM by timfox

    xa transactions in 3.1alpha

    timfox

      I'm using cvs head (3.1alpha)
      Trying to get my application to run on this version, it's complaining on startup about my oracle-xa-service.xml file.
      Some sort of dependency problem.
      The config starts up fine in 3.0 (cvs and releases).

      Here's the error report:

      08:42:22,211 ERROR [Server] Root deployment has m

      Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:

      MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: jboss.jca:service=XATxCM,name=XAOrac
      state: CONFIGURED
      I Depend On: jboss.jca:service=RARDeployer
      jboss.jca:service=XATxDS,name=XAOracleDS
      jboss.jca:service=XATxPool,name=XAOracleDS
      jboss.jca:service=CachedConnectionManager
      jboss.security:name=JaasSecurityManager

      Depends On Me: ]
      at org.jboss.deployment.MainDeployer.chec

        • 1. Re: xa transactions in 3.1alpha
          davidjencks

          There are often slight differences in the structure and contents of the configuration files between versions of JBoss. For this reason I strongly suggest that you always start with one of the example files checked out with jboss or supplied with a binary download, since I have usually updated these with the required changes. In this case, your file would not work with 3.0.1 either, since you missed the change

          jboss.security:name=JaasSecurityManager

          to

          jboss.security:service=JaasSecurityManager

          There is at least one other required change in format, although if you got this far I think you found it.

          With 3.1, I suggest you try the simpler oracle-xa-ds.xml file since it is considerably simpler than the oracle-xa-service.xml file.

          • 2. Re: xa transactions in 3.1alpha
            timfox

            David-
            where do I find the new oracle-xa-ds.xml?
            I've looked in 3.0.1rc1 and 3.1.0alpha and it's not there.

            • 3. Re: xa transactions in 3.1alpha
              timfox

              Ok, I've found it. I was looking at cvs version a few days old...