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
I had it working last night and it is exactly what you are said... I missed the DocType in my SQLMap.xml... I have the book iBatis in Action and the solution is "staring" at me right in front of my face and I missed it ... ;-( Thanks to all that reply to my post... Tony -Original

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

RE: Need Help in iBatis Configuration

2008-03-05 Thread Angso, Tony
SELECT FILENET_DOC_ID AS id,DOC_SIDE_CDE AS page FROM IMAGE WHERE FILENET_DOC_ID = #id# Thanks for any help.. Tony -Original Message- From: Nathan Maves [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 5:20 PM To: user-java@ibatis.apache.org

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
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'm confused too, as it should succeed...? Is there any chance