Re: xa jta activemq jboss

2009-11-26 Thread miten
Hi, Actually XAConnection is being setup fine but the session is not getting the transaction attributes. I also tried to ensure your suggestion to extend and override the createConnectionFactory but does not solve the issue. I am listing here the application config (with Override) so that one ca

Re: xa jta activemq jboss

2009-11-25 Thread Gary Tully
is the problem that the ActiveMQInitialContextFactory returns a regular connection factory rather than an XA capable one. You may want to extend the ActiveMQInitialContextFactory to override the createConnectionFactory() method to return an XA variant or see if you can explicitly provide the connec