Two Laptop Bag
The moose likes EJB and other Java EE Technologies and the fly likes resource manager local transaction Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "resource manager local transaction" Watch "resource manager local transaction" New topic
Author

resource manager local transaction

Edy Yu
Ranch Hand

Joined: Nov 21, 2000
Posts: 264
Is the usage of:
java.sql.Connection.setAutoCommit(false),
java.sql.Connection.commit();
java.sql.Connection.rollback();
a sign of resource manager local transaction?


<i><br />Sun Certified Programmer for Java 2 Platform (SCJP)<br />Sun Certified Developer for Java 2 Platform (SCJD)<br />Sun Certified Web Component Developer for Java2 Platform, Enterprise Edition (SCWCD)<br />Sun Certified Business Component Developer for Java2 Platform, Enterprise Edition (SCBCD)<br />Sun Certified Enterprise Architect for J2EE (SCEA)<br />IBM Certified Enterprise Developer, WebSphere Studio V5.0<br /></i>
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: resource manager local transaction
 
Similar Threads
application managed EM can be either JTA or resource-local?
Problem with understanding Transaction Management Demarcation
JTA transaction or resource-local transaction.
Resource Local Transactions
Doubt in JTA & resource-local entity managers