This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes Transaction in diferent AppServer Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Transaction in diferent AppServer" Watch "Transaction in diferent AppServer" New topic
Author

Transaction in diferent AppServer

Haroldo Nascimento
Ranch Hand

Joined: Aug 14, 2003
Posts: 79
Hi

I have a doubt:

I or the container can control the transacion of the intereaction of 2 EJB (a EJB is in the AppServer A and the second EJB is the AppServer B). The EJB_A call one service of EJB_B. If in the EJB_A occur the error after the call service of EJB_B, the transaction must be rollback and the changes of EJB_A and EJB_B must be rollback.

Is it possible ?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Transaction in diferent AppServer
 
Similar Threads
Regarding understanding of EJB Container Managed Transaction Attributes
Transaction in Webservices
any issues with number of different EJBs
rollback() and setRollbackOnly()
java persistence api transaction problem