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 I

RE: Migr WAS 5.0-6.0

2006-11-06 Thread Paul Carr
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 I had to change my

RE: Migr WAS 5.0-6.0

2006-11-06 Thread Nathan Ward
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 I've deployed

RE: Migr WAS 5.0-6.0

2006-11-06 Thread Paul Carr
messages -Original Message- From: Nathan Ward [mailto:[EMAIL PROTECTED] Sent: 06 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

RE: Migr WAS 5.0-6.0

2006-11-06 Thread Hariharan, Vadivelu \(IE10\)
, 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 in the JNDI names

RE: Migr WAS 5.0-6.0

2006-11-06 Thread Paul Carr
: 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'm yet to check it with WAS connection will let you know. Thx -Hari -Original Message- From: Paul Carr [mailto:[EMAIL PROTECTED] Sent: Monday

Re: Migr WAS 5.0-6.0

2006-11-06 Thread Jeff Butler
November 2006 13:58To: user-java@ibatis.apache.orgSubject: RE: Migr WAS 5.0-6.0WAS 6.0 uses JDK 1.4 doesn't it? Does iBATIS require JDK 1.5? I doubtit,but thought I'd mention it.I attended a NFJS conference that past weekend where Ted Neward saidthatWAS has a very complicated classloader structure. I

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+Information Jeff