Re: static SqlMapClient and transaction isolation problem

2009-10-22 Thread Nathan Maves
Message- > From: User 080701 [mailto:user080...@hotmail.com] > Sent: Thursday, October 22, 2009 10:04 AM > To: user-java@ibatis.apache.org > Subject: static SqlMapClient and transaction isolation problem > > > If I create a static SqlMapClient to service many threads, does ibatis >

Re: static SqlMapClient and transaction isolation problem

2009-10-22 Thread Larry Meadors
On Thu, Oct 22, 2009 at 9:03 AM, User 080701 wrote: > > If I create a static SqlMapClient to service many threads, does ibatis > guarantee transaction isolation ? yes. > e.g. If one thread start the transaction and not commit, >      if another thread start the transaction using the same sqlMapC

RE: static SqlMapClient and transaction isolation problem

2009-10-22 Thread Rick . Wellman
: Thursday, October 22, 2009 10:04 AM To: user-java@ibatis.apache.org Subject: static SqlMapClient and transaction isolation problem If I create a static SqlMapClient to service many threads, does ibatis guarantee transaction isolation ? e.g. If one thread start the transaction and not commit

static SqlMapClient and transaction isolation problem

2009-10-22 Thread User 080701
? -- View this message in context: http://www.nabble.com/static-SqlMapClient-and-transaction-isolation--problem-tp26011592p26011592.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com. - To unsubscribe, e-mail