| Author |
default transaction manager
|
sam bartl
Ranch Hand
Joined: Oct 29, 2010
Posts: 43
|
|
|
what's the default transaction manager in tomcat 6 ? My application is spring, hibernate, do I have to use any specific transaction manager like Atomikos, JOTM, Bitronix, SimpleJTA, JBossTS or GeronimoTM/Jencks or tomcat comes with its own ?Please advice
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14491
|
|
|
The default transaction manager is none at all. Tomcat isn't in the transactions business, nor does it provide persistency services like the full-stack J2EE/JEE servers do.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: default transaction manager
|
|
|