And this is my tx-connection-factory definition: <!-- JMS XA Resource adapter, use this to get transacted JMS in beans --> | <tx-connection-factory> | <jndi-name>JmsXA</jndi-name> | <use-java-context>false</use-java-context> | <xa-transaction/> | <rar-name>jms-ra.rar</rar-name> | <connection-definition>org.jboss.resource.adapter.jms.JmsConnectionFactory</connection-definition> | <config-property name="SessionDefaultType" type="java.lang.String">javax.jms.Topic</config-property> | <config-property name="JmsProviderAdapterJNDI" type="java.lang.String">java:/DefaultJMSProvider</config-property> | <max-pool-size>20</max-pool-size> | <security-domain-and-application>JmsXARealm</security-domain-and-application> | <depends>jboss.messaging:service=ServerPeer</depends> | </tx-connection-factory> |
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056319#4056319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056319 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
