Re: Transaction Rollback not working with iBatis + Spring

2010-07-21 Thread Bruno Issenmann
Hi, I'm facing the same problem. Did you solved it ? Thanks - To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org For additional commands, e-mail: user-java-h...@ibatis.apache.org

Re: Transaction Rollback not working with iBatis + Spring

2010-07-21 Thread Bruno Issenmann
Thanks for ansering. I do not use the batch. I'm just doing two inserts then i commit. I still have an integrity contraint violation. - To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org For additional commands, e-

Re: Transaction Rollback not working with iBatis + Spring

2010-07-21 Thread Bruno Issenmann
Vinaya Tirikkovalluru converge.com> writes: > > Sorry!! I missed the thread. > Does it give you a runtime exception? Only if the code throws a runtime > exception the transaction will be rolled back > > Vinaya I have a runtime exception, transaction is rolled back. When i run the SQL manually

Re: Transaction Rollback not working with iBatis + Spring

2010-07-22 Thread Bruno Issenmann
Both tables are linked by constraints on primary keys, so i can't make only one insert. I must have missed something with the ibatis config or the doa manager. Thanks for your time. Bruno - To unsubscribe, e-mail: user-java-u

Re: Transaction Rollback not working with iBatis + Spring

2010-07-22 Thread Bruno Issenmann
Larry Meadors gmail.com> writes: > > Wait - I'm REALLY confused. Can you post a stack trace? > > Doh, I just noticed - this conversation should be on the new list. > Maybe it's time to start this as a new thread and give us the stack > trace and the relevant code anew. :) > > The ibatis projec