Re: Transaction across multiple SqlMapConfig

2010-04-05 Thread Dave Curylo
Serge, In the case from this article, you're controlling the connection, ensuring only one connection is made, so yes, I think that can work if you're making ADO.NET calls directly. If you're using IBatis DataMapper, when you open a connection with something like ISqlMapSession session =

Transaction across multiple SqlMapConfig

2010-03-23 Thread jozeibatis
appreciate a lot any advice you can give me. regards, jose -- View this message in context: http://old.nabble.com/Transaction-across-multiple-SqlMapConfig-tp28000351p28000351.html Sent from the iBATIS - User - Cs mailing list archive at Nabble.com

Re: Transaction across multiple SqlMapConfig

2010-03-23 Thread Michael McCurrey
everythying clear. I would appreciate a lot any advice you can give me. regards, jose -- View this message in context: http://old.nabble.com/Transaction-across-multiple-SqlMapConfig-tp28000351p28000351.html Sent from the iBATIS - User - Cs mailing list archive at Nabble.com

Re: Transaction across multiple SqlMapConfig

2010-03-23 Thread jozeibatis
need transactions over DAO loaded by diferents SqlMaps pointing to the same db. hope I make everythying clear. I would appreciate a lot any advice you can give me. regards, jose -- View this message in context: http://old.nabble.com/Transaction-across-multiple-SqlMapConfig

Re: Transaction across multiple SqlMapConfig

2010-03-23 Thread Dave Curylo
SqlMaps pointing to the same db. hope I make everythying clear. I would appreciate a lot any advice you can give me. regards, jose -- View this message in context: http://old.nabble.com/Transaction-across-multiple-SqlMapConfig-tp28000351p28000351.html Sent from

Re: Transaction across multiple SqlMapConfig

2010-03-23 Thread jozeibatis
! Any ideas? I really apreciat your help :) -- View this message in context: http://old.nabble.com/Transaction-across-multiple-SqlMapConfig-tp28000351p28003565.html Sent from the iBATIS - User - Cs mailing list archive at Nabble.com

Re: Transaction across multiple SqlMapConfig

2010-03-23 Thread jozeibatis
ok! I wasn't commiting anything! using tx.Complete(); solved the problem :)) -- View this message in context: http://old.nabble.com/Transaction-across-multiple-SqlMapConfig-tp28000351p28003684.html Sent from the iBATIS - User - Cs mailing list archive at Nabble.com