Interesting, I’ll have to keep that in mind.

 

On a side note, do you know why delete statements trigger similar exceptions about pre-existing transactions when there aren’t any?

 

Mike

 


From: Clinton Begin [mailto:[EMAIL PROTECTED]
Sent: January 26, 2006 12:41 AM
To: user-java@ibatis.apache.org
Subject: Re: iBATIS and Geronimo

 


It commits when it detects an actual change, but it's not compatible with all drivers/transaction managers....

Cheers,
Clinton

On 1/25/06, Michael Laccetti <[EMAIL PROTECTED]> wrote:

That seems to work.  Does that mean that sqlMap.commitTransaction() doesn't really commit it?

 

Mike

 


From: Clinton Begin [mailto:[EMAIL PROTECTED]]
Sent: January 25, 2006 11:34 PM
To: user-java@ibatis.apache.org
Subject: Re: iBATIS and Geronimo

 

try <transactionManager commitRequired="true" ....>

On 1/25/06, Michael Laccetti <[EMAIL PROTECTED] > wrote:

Has anybody successfully used iBATIS and Geronimo, using the JTA transaction manager?  My code does not fail, and yet nothing is committed to the database.  I've asked the Geronimo guys, but they don't seem to know what is going on.

 

Thanks,

 

Michael

 

 

Reply via email to