2 Phase Commit OC4J and Weblogic
Hi all,
I order to obtain the two phase commit between OC4J and Weblogic, I have followed the link http://docs.oracle.com/cd/E24329_01/web.1211/e24377/jtatximp.htm#i1059147.
I would like to explain that, in my test, I have one Stateless Session Bean in OC4J accessing other Stateless Session Bean in Weblogic and I want to keep them in the same transaction.
I am working in the following approach:
I order to obtain the two phase commit between OC4J and Weblogic, I have followed the link http://docs.oracle.com/cd/E24329_01/web.1211/e24377/jtatximp.htm#i1059147.
I would like to explain that, in my test, I have one Stateless Session Bean in OC4J accessing other Stateless Session Bean in Weblogic and I want to keep them in the same transaction.
I am working in the following approach:
"Importing Transactions with the Server Interposed Transaction Manager" (quoted in the article)
Bellow, is the code of my "Weblogic Gateway", in fact this is my EJB (Stateless) component:
0