Re: WebSphere 5.1.X -- LocalTransaction rolled-back due to setRollbackOnly

2005-01-29 Thread Clinton Begin
You'll need a datasource if you plan on useing lazy loading features. Otherwise you'll have to disable them. There's really no harm in providing iBATIS with access to a datasource, as long as you're consistent. There should be one SqlMapClient instance per datasource. So even if you provide your

Re: WebSphere 5.1.X -- LocalTransaction rolled-back due to setRollbackOnly

2005-01-28 Thread Mark Nabours
Clinton, Thanks for the quick reply. I'm happy to report that I found a couple of places where we weren't closing a connection properly that fell outside our normal connection management. I updated the code to close the connections properly and the Exceptions are gone (Hallelujah). One quick

Re: WebSphere 5.1.X -- LocalTransaction rolled-back due to setRollbackOnly

2005-01-28 Thread Clinton Begin
Please set More info is available in the following poorly titled wiki (my fault): http://wiki.apache.org/ibatis/Database_20Specific_20Information Clinton On Fri, 28 Jan 2005 19:09:29 -0800 (PST), Mark Nabours <[EMAIL PROTECTED]> wrote: > > > Hello. > > > > We are currently developing

WebSphere 5.1.X -- LocalTransaction rolled-back due to setRollbackOnly

2005-01-28 Thread Mark Nabours
Hello.   We are currently developing our first application with iBATIS, and we are extremely impressed by its design and capabilities.  Everything was going great until we deployed our application to WAS 5.1 utilizing a JNDI datasource.   We end up receiving the following exception: [1/28/05 20:31: