Hi,
This question is pertinent to the scopes of transactions that IBatis
supports. Are the below settings valid to be specified in
SqlMapconfig.xml:

Local transactions : transactionManager=JDBC

Global Active: transactionManager=JTA

Global Passive: transactionManager=External

Is my assumption correct that either JTA or External can be used with
container managed transacation? JTA is for IBatis Active and External
is for IBatis passive transaction control with container managed
transactions.

Thanks
Prateek

Reply via email to