To be clear, this is how you get and use an XAConnection:

  | 
  | XAConnectionFactory factory = 
(XAConnectionFactory)ic.lookup("MyConnectionFactory");
  | 
  | XAConnection conn = factory.createXAConnection();
  | 
  | XASession sess = conn.createXASession();
  | 
  | XAResource res = sess.getXAResource();
  | 
  | //enlist resource in global tx etc
  | 
  | 



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

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


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to