RE: SqlMapConfig.xml and subsequent sqlMap entries

2009-01-26 Thread Stanley, Eric
: SqlMapConfig.xml and subsequent sqlMap entries Not sure but is there any reason that there are spaces after .xml? From: Stanley, Eric [mailto:eric.r.stan...@qwest.com] Sent: zaterdag 24 januari 2009 0:40 To: user-java@ibatis.apache.org Subject: SqlMapConfig.xml and subsequent sqlMap entries All

RE: SqlMapConfig.xml and subsequent sqlMap entries

2009-01-26 Thread Stanley, Eric
, let me know what you guys think. I realy don't want to use hibernate for this. -Ryan -Original Message- From: Rick [mailto:ric...@gmail.com] Sent: Saturday, January 24, 2009 11:53 AM To: user-java@ibatis.apache.org Subject: Re: SqlMapConfig.xml and subsequent sqlMap entries Are yo

RE: SqlMapConfig.xml and subsequent sqlMap entries

2009-01-26 Thread Stanley, Eric
No. Its just the way the xml pasted into outlook. -Ryan From: Jonathan Moores [mailto:jonathan.moo...@gmail.com] Sent: Friday, January 23, 2009 5:18 PM To: user-java@ibatis.apache.org Subject: RE: SqlMapConfig.xml and subsequent sqlMap entries Not sure but

Re: SqlMapConfig.xml and subsequent sqlMap entries

2009-01-24 Thread Rick
Are you sure the file is found in classes/com/qwest/pt/domain/sql/Hla.xml ? (You mentioned having the file placed directly under classes, which wouldn't work if the path above is what ibatis is looking for) On Fri, Jan 23, 2009 at 6:40 PM, Stanley, Eric wrote: > All, > New to iBATIS, just try

RE: SqlMapConfig.xml and subsequent sqlMap entries

2009-01-23 Thread Jonathan Moores
Not sure but is there any reason that there are spaces after .xml? From: Stanley, Eric [mailto:eric.r.stan...@qwest.com] Sent: zaterdag 24 januari 2009 0:40 To: user-java@ibatis.apache.org Subject: SqlMapConfig.xml and subsequent sqlMap entries All, New to iBATIS, just trying to get

SqlMapConfig.xml and subsequent sqlMap entries

2009-01-23 Thread Stanley, Eric
All, New to iBATIS, just trying to get the thing to load properly. I am using eclipse 3.4.1, Tomcat 6, iBATIS 2.3.4 and JDK 1.5. It seems to be loading the SqlMapConfig.xml fine, but when it tries to parse the sqlMap entries, it dies hard: java.lang.RuntimeException: Error initializing MyAppS