[
https://issues.jboss.org/browse/JBAS-8105?page=com.atlassian.jira.plugin....
]
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/...)
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/ht...
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira