[jboss-user] [JBoss Messaging] - Re: Could not find new XAResource to use for recovering non-

clebert.suconic@jboss.com do-not-reply at jboss.com
Wed Apr 1 16:45:47 EDT 2009


Maybe you missed some property there?

I was looking on how this is configured on EAP, and this is what we have there:


  |     <properties depends="arjuna" name="jta">^M
  |         <property name="com.arjuna.ats.jta.recovery.XAResourceRecovery.JBMESSAGING1"^M
  |                   value="org.jboss.jms.server.recovery.MessagingXAResourceRecovery;java:/DefaultJMSProvider"/>
  |         <!--
  |         Support subtransactions in the JTA layer?
  |         Default is NO.
  |       -->
  |         <property name="com.arjuna.ats.jta.supportSubtransactions" value="NO"/>
  |         <property name="com.arjuna.ats.jta.jtaTMImplementation" value="com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionManagerImple"/>
  |         <!--
  |                         com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple
  |                         -->
  |         <property name="com.arjuna.ats.jta.jtaUTImplementation" value="com.arjuna.ats.internal.jta.transaction.arjunacore.UserTransactionImple"/>
  |         <!--
  |                         com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple
  |                         -->
  |     </properties>
  | 

Also.. make sure you have DefaultJMSProvider at your jms-ds.xml.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222792#4222792

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222792



More information about the jboss-user mailing list