[jboss-jira] [JBoss JIRA] Commented: (JBAS-8105) Integrate HornetQ XA Recovery into jbossts out of the box.

Robert Reimann (JIRA) jira-events at lists.jboss.org
Mon Jan 24 11:41:49 EST 2011


    [ https://issues.jboss.org/browse/JBAS-8105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577529#comment-12577529 ] 

Robert Reimann commented on JBAS-8105:
--------------------------------------

conf/jbossts-properties.xml was replaced by deploy/transaction-jboss-beans.xml in AS6 (see: http://community.jboss.org/message/551828)

Merging the information form the forum message above and the current code (http://grepcode.com/file/repository.jboss.org/nexus/content/repositories/releases/org.jboss.jbossts/jbossjts/4.11.0.Final/com/arjuna/ats/jta/common/JTAEnvironmentBean.java#JTAEnvironmentBean) led me to the addition of the xaResourceRecoveryClassNames in side the JTAEnvironmentBean contained in deploy/transaction-jboss-beans.xml as shown below. I would appreciate if someone could confirm/verify the config.

<bean class="com.arjuna.ats.jta.common.JTAEnvironmentBean"
        name="JTAEnvironmentBean">
   ...
  <property name="xaResourceRecoveryClassNames" preinstantiate="false">
    <list elementClass="java.lang.String">
        <value>org.hornetq.jms.server.recovery.HornetQXAResourceRecovery;org.hornetq.core.remoting.impl.invm.InVMConnectorFactory</value>
    </list>
  </property>
  ...
</bean>

> Integrate HornetQ XA Recovery into jbossts out of the box.
> ----------------------------------------------------------
>
>                 Key: JBAS-8105
>                 URL: https://issues.jboss.org/browse/JBAS-8105
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 6.0.0.M3
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>             Fix For: TBD-6.x
>
>
> as documented on http://hornetq.sourceforge.net/docs/hornetq-2.1.0.Final/user-manual/en/html/appserver-integration.html#xa-recovery

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list