RE: Migr WAS 5.0->6.0

2006-11-06 Thread Paul Carr
@ibatis.apache.org Subject: Re: Migr WAS 5.0->6.0   iBATIS works fine on WAS 6.0.  There is some information on this WIKI page about configuring iBATIS in different WAS scenarios:   http://opensource.atlassian.com/confluence/oss/display/IBATIS/Environment+Specific+Informat

Re: Migr WAS 5.0->6.0

2006-11-06 Thread Jeff Butler
iBATIS works fine on WAS 6.0.  There is some information on this WIKI page about configuring iBATIS in different WAS scenarios:   http://opensource.atlassian.com/confluence/oss/display/IBATIS/Environment+Specific+Information     Jeff Butler   On 11/6/06, Paul Carr <[EMAIL PROTECTED]> wrote: More Ne

RE: Migr WAS 5.0->6.0

2006-11-06 Thread Paul Carr
Message- From: Hariharan, Vadivelu (IE10) [mailto:[EMAIL PROTECTED] Sent: 06 November 2006 14:16 To: user-java@ibatis.apache.org Subject: RE: Migr WAS 5.0->6.0 I migrated one of the apps recently to WAS 6.0.2.5 I use Spring + iBatis. Datasource are created by Apache basic datasource I&#x

RE: Migr WAS 5.0->6.0

2006-11-06 Thread Hariharan, Vadivelu \(IE10\)
er 06, 2006 7:39 PM To: user-java@ibatis.apache.org Subject: RE: Migr WAS 5.0->6.0 Hi Nathan, I was running fine on WAS 5.0 with JDK 1.3.1, so I doubt it's a JDK issue. When I started trying to move to WAS 6.0 I had some naming difficulties ... my sqlmapconfig had "java:comp"

RE: Migr WAS 5.0->6.0

2006-11-06 Thread Paul Carr
6 November 2006 13:58 To: user-java@ibatis.apache.org Subject: RE: Migr WAS 5.0->6.0 WAS 6.0 uses JDK 1.4 doesn't it? Does iBATIS require JDK 1.5? I doubt it, but thought I'd mention it. I attended a NFJS conference that past weekend where Ted Neward said that WAS has a very complicated clas

RE: Migr WAS 5.0->6.0

2006-11-06 Thread Nathan Ward
hat worked fine under Tomcat 5.5, but WAS 6.0 got ClassNotFound exception. Nathan -Original Message- From: Paul Carr [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 8:42 AM To: user-java@ibatis.apache.org Subject: RE: Migr WAS 5.0->6.0 News... Since creating this problem

RE: Migr WAS 5.0->6.0

2006-11-06 Thread Paul Carr
6.0.2.3 to be exact) Best Regards Paul. -Original Message- From: Paul Carr [mailto:[EMAIL PROTECTED] Sent: 06 November 2006 12:45 To: user-java@ibatis.apache.org Subject: Migr WAS 5.0->6.0 Hi All, I'm having trouble moving from a working WAS 5.0 env to WAS 6.0. First

Migr WAS 5.0->6.0

2006-11-06 Thread Paul Carr
Hi All, I'm having trouble moving from a working WAS 5.0 env to WAS 6.0. First I had to change my sqlmapconfig so that it used "jdbc/db2Connection" rather than "java:comp/jdbc/db2Connection" which got me past my first problem, but now I keep getting NULL Component MetaData whenever