aspose file tools
The moose likes JBoss/WildFly and the fly likes Transcation basic Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss/WildFly
Reply Bookmark "Transcation basic" Watch "Transcation basic" New topic
Author

Transcation basic

Shahnawaz Siddiqui
Greenhorn

Joined: Apr 29, 2008
Posts: 24
I have seen some tutorial they used Transcation Manager to commit Transcation, and Some place Transcation Demarcation.Can anybody tell me difference between them?
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5579

Transaction demarcation is used when you want the application server to commit the transaction for you. It is most often used with EJBs where you define the transaction needs of the methods and the app server automatically determines when to commit the transaction.

If, instead, you want to control your own transactions, then call commit on the Transaction Manager within your code.


JBoss In Action
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Transcation basic
 
Similar Threads
TransactionRollbackException
Transaction Problem
part ii transcation question
System Exceptions Doubt
How to Check the active transcation to clear the session?