[jboss-user] [Datasource Configuration] - Re: How more than one XA Datasources participate in one container managed transaction ?

jboss.new.user do-not-reply at jboss.com
Wed Dec 12 10:57:14 EST 2012


jboss.new.user [https://community.jboss.org/people/jboss.new.user] created the discussion

"Re: How more than one XA Datasources participate in one container managed transaction ?"

To view the discussion, visit: https://community.jboss.org/message/783127#783127

--------------------------------------------------------------
Hi Fink,

Thanks for replying.

Let's take this to elaborate a little. 

JBoss AS is configured for JTS. One XA datasource is on dataSourceServer A and another XA datasource is on dataSourceServer B. All my EJBs are there on the same JBoss server (same node, single instance). Just for the sake of simplicity something is needed to be done on datasource A and datasource B where actionA and actionB corresponds to datasource A and datasource B respectively. Here actionA & actionB should be done as a part of one single transaction.

Now in case of BMT we can get the datasource via JNDI lookup and do the operation and complete the transaction by using TransactionManager of the JBoss or even by using XAResource and its lifecycle methods for two-phase commit.

But in case of CMT how we are going to achieve this. This is the point of confusion for me. How in case of CMT transactionManager will call the methods of two-phase commit ? How it will understand that which XA--Datasources are involved (is there any way to configure this ?) ?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/783127#783127]

Start a new discussion in Datasource Configuration at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20121212/28a5fcee/attachment-0001.html 


More information about the jboss-user mailing list