Re: issue with unknown host exception

2007-02-06 Thread Clinton Begin
is.apache.org//DTD SQL Map 2.0//EN" > > > > > > "http://ibatis.apache.org/dtd/sql-map-2.dtd";> > > > > > > Which version of iBATIS are you using. This DOCTYPE is for versions after 2.1 > > > > > > > > > > > > -

Re: issue with unknown host exception

2007-02-06 Thread Ashish Kulkarni
gt; after 2.1 > > > > > > > > -Richard > > > > -Original Message----- > > *From:* Ashish Kulkarni [mailto: [EMAIL PROTECTED] > > *Sent:* Tuesday, February 06, 2007 9:25 AM > > *To:* user-java@ibatis.apache.org ; [EMAIL PROTECTED] > >

RE: issue with unknown host exception

2007-02-06 Thread Yee, Richard K CTR DMDC
MAIL PROTECTED] Sent: Tuesday, February 06, 2007 12:08 PM To: user-java@ibatis.apache.org Subject: Re: issue with unknown host exception Hi This is what i have in release.txt file ibatis-sqlmap-2.jar Build Date: 2005/05/16 01:33 Build Number: 565 --

Re: issue with unknown host exception

2007-02-06 Thread Jeff Butler
; > > -Richard > > -Original Message- > *From:* Ashish Kulkarni [mailto:[EMAIL PROTECTED] > *Sent:* Tuesday, February 06, 2007 9:25 AM > *To:* user-java@ibatis.apache.org; [EMAIL PROTECTED] > *Subject:* Re: issue with unknown host exception > > Hi > I tried cha

Re: issue with unknown host exception

2007-02-06 Thread Ashish Kulkarni
.1 -Richard -Original Message- *From:* Ashish Kulkarni [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, February 06, 2007 9:25 AM *To:* user-java@ibatis.apache.org; [EMAIL PROTECTED] *Subject:* Re: issue with unknown host exception Hi I tried changing it to http://ibatis.apache.org/dtd/sql-map

RE: issue with unknown host exception

2007-02-06 Thread Yee, Richard K CTR DMDC
Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 06, 2007 9:25 AM To: user-java@ibatis.apache.org; [EMAIL PROTECTED] Subject: Re: issue with unknown host exception Hi I tried changing it to http://ibatis.apache.org/dtd/sql-map-2.dtd> http://ibatis.apache.org/dt

Re: issue with unknown host exception

2007-02-06 Thread Ashish Kulkarni
Hi I tried changing it to http://ibatis.apache.org/dtd/sql-map-2.dtd";> But still i get the same error, i have java 1.4.2 on this AS400, so the XML parser must be from java. Also i have these program running on 5 other AS400 boxes with same jar files, but not working on this one, i tried to pin

Re: issue with unknown host exception

2007-02-06 Thread Larry Meadors
It should be resolved in the iBATIS jar file. Are you using an older version of iBATIS, or the current release? Also, it could be the XML parser on the 400..if that is the case, you could use a system DTD instead of the default. Larry On 2/6/07, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: Hi I

RE: issue with unknown host exception

2007-02-06 Thread Yee, Richard K CTR DMDC
Your DOCTYPE is incorrect. You should be using this: http://ibatis.apache.org/dtd/sql-map-config-2.dtd";> Notice the difference in ibatis.apache.org and iBATIS.com This causes the parser to go to the Internet for the dtd instead of looking in the jar file. Regards, Richard -Original M