5 Replies Latest reply on Nov 21, 2006 2:35 PM by weston.price

    problem configuring XA Datasource in JBOSS 4.0.4

    dangelo1

      Hi,

      I tried to configure an XA Datasource by copying the docs/examples/jca/mssql-xa-ds.xml

      But when I tried to start JBOSS I was geeting this error:

      ObjectName: jboss.jca:service=DataSourceBinding,name=repositoryDS
      State: CONFIGURED
      I Depend On:
      jboss.jca:service=XATxCM,name=repositoryDS

      --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
      ObjectName: jboss.jca:service=RARDeployment,name='jboss-xa-jdbc.rar'
      State: NOTYETINSTALLED
      Depends On Me:
      jboss.jca:service=ManagedConnectionFactory,name=repositoryDS


      in the deploy dir, I don't have the jboss-xa-jdbc.rar but I have the jboss-ha-xa-jdbc.rar.


      Do I need the jboss-xa-jdbc.rar? where can I find this jar file?