RE: Need Help in iBatis Configuration

2008-03-10 Thread Angso, Tony
I just stop and restart WebSphere... Now it is working... ;-P -Original Message- From: Angso, Tony Sent: Monday, March 10, 2008 9:45 AM To: 'user-java@ibatis.apache.org' Subject: RE: Need Help in iBatis Configuration When using the SQLMap and Java code below, am gettin

RE: Need Help in iBatis Configuration

2008-03-10 Thread Angso, Tony
When using the SQLMap and Java code below, am getting an empty result, (I mean not null). The parameter values are correct and when queried directly, it return 1 row. However doing it through iBatis, return an empty but initialized rxBean... Any help is much appreciated. My SQLMap is

RE: Need Help in iBatis Configuration

2008-03-06 Thread Jason Kratz
Happens to all of us Tony ;) Jason From: Angso, Tony [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 7:44 AM To: user-java@ibatis.apache.org Subject: RE: Need Help in iBatis Configuration I had it working last night and it is exactly what you are said... I missed the DocType

RE: Need Help in iBatis Configuration

2008-03-06 Thread Angso, Tony
... Tony -Original Message- From: Leucht, Axel [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 2:13 AM To: user-java@ibatis.apache.org Subject: AW: Need Help in iBatis Configuration Your sqlMap file should read

Re: Need Help in iBatis Configuration

2008-03-06 Thread Larry Meadors
On Thu, Mar 6, 2008 at 12:13 AM, Leucht, Axel <[EMAIL PROTECTED]> wrote: > I recommend reading the documentation like > http://ibatis.apache.org/docs/java/pdf/iBATIS-SqlMaps-2-Tutorial_en.pdf ...or buy the book: http://tinyurl.com/2rww7w Larry

AW: Need Help in iBatis Configuration

2008-03-05 Thread Leucht, Axel
Your sqlMap file should read like this http://ibatis.apache.org/dtd/sql-map-2.dtd";> whereas your SqlMapconfig should read like http://ibatis.apache.org/dtd/sql-map-config-2.dtd";> I recommend reading the documentation like http://ibatis.apache.org/docs/java/pdf/iBATIS

RE: Need Help in iBatis Configuration

2008-03-05 Thread Angso, Tony
-05-08 1:23 PM To: user-java@ibatis.apache.org Subject: Need Help in iBatis Configuration Am running in RAD6 and getting the following error [3

Re: Need Help in iBatis Configuration

2008-03-05 Thread Nathan Maves
rties. Cause: > java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver > > Where can I get the Oracle Driver? > > -Original Message- > From: Clinton Begin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2008 3:40 PM > To: user-java@ibatis.apache.org > Subject: RE: Need Help i

RE: Need Help in iBatis Configuration

2008-03-05 Thread Angso, Tony
@ibatis.apache.org Subject: RE: Need Help in iBatis Configuration Wow, sorry for such a horribly unhelpful error! That exception is thrown if any of these keys are missing, not simply null, but completely missing. But they are indeed there... so I&#

RE: Need Help in iBatis Configuration

2008-03-05 Thread Clinton Begin
hance this is the wrong XML configuration file that's being loaded? Clinton -Original Message- From: Angso, Tony [mailto:[EMAIL PROTECTED] Sent: March-05-08 1:23 PM To: user-java@ibatis.apache.org Subject: Need Help in iBatis Configuration Am running in RAD6 and getting the follo

Need Help in iBatis Configuration

2008-03-05 Thread Angso, Tony
Am running in RAD6 and getting the following error [3/5/08 14:24:50:692 EST] 0025 SystemErr R java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/transactionManager