aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Explicit commit in container Managed transaction    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 "Explicit commit in container Managed transaction    " Watch "Explicit commit in container Managed transaction    " New topic
Author

Explicit commit in container Managed transaction

Vincent Jijo
Greenhorn

Joined: Sep 11, 2008
Posts: 3
Hi All,

I'm using container managed transaction for Stateless Session Bean.
Can we do an explicit commit or rollback in the middle of the transaction maintained by container?

I'm getting the below mentioned exception sometimes.. dont know whats the root cause..

java.sql.SQLException: ORA-01591: lock held by in-doubt distributed transaction 19.37.1581

Can anybody clarify ..?

Thanks and Regards,
Jijo
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Explicit commit in container Managed transaction
 
Similar Threads
How a transaction is commited in a CMT
JTA Transaction Mangement
difference between CMT and CMTD
EJB3 noob and User Managed Transaction
Handle exception in Facade