If you're using Geronimo (or any app server) with some sort of declarative transaction manager (session beans, spring etc.), then you might just want to use EXTERNAL.  Experiment with EXTERNAL and JNDI to see which works best for you. 

Cheers,
Clinton

On 7/26/06, Firas Adiler <[EMAIL PROTECTED]> wrote:
Hello,

There's a system which uses an embedded Geronimo as its transaction manager
(JNDI is off). I'm writing iBatis code which should operate on the same
database. The dabase and my code will run on the same machine, no
distribution is used.

My question is: Can I use SQLMap's transaction manager or should I call
Geronimo through JNDI?

Thanks for your time!

</Firas>


Reply via email to