Re: NullPointer with lazy-load.

2005-02-24 Thread Eduardo Piva
Found it. I forgot to add a tag in my sql-map. Here it is, for those who eventually will have the same error: On Thu, 2005-02-24 at 18:24, Eduardo Piva wrote: > Hello list, > > I'm using iBatis with SpringFramework. I have an application that is > worki

RE: java.lang.NoSuchMethodError at com.ibatis.common.xml.NodeletP arse r.processNodelet(NodeletParser.java:112)

2005-02-24 Thread Yee, Richard K, CTR,, DMDCWEST
Brandon, We're using the Oracle XML Parser V2. I know that that's not much to go on. Thanks, Richard -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 2:51 PM To: ibatis-user-java@incubator.apache.org Subject: Re: java.lang.NoSuchMetho

Re: java.lang.NoSuchMethodError at com.ibatis.common.xml.NodeletP arse r.processNodelet(NodeletParser.java:112)

2005-02-24 Thread Brandon Goodin
Sorry, The 1.4 exception handling has been changed. It is now 1.3 compatible. Yes, it is in the 2.0.9b release. If you still get the error it is possible you have a xml parser problem. What xml parser implementation are you using? Brandon On Thu, 24 Feb 2005 22:36:09 -, Yee, Richard K, CTR,

RE: java.lang.NoSuchMethodError at com.ibatis.common.xml.NodeletP arse r.processNodelet(NodeletParser.java:112)

2005-02-24 Thread Yee, Richard K, CTR,, DMDCWEST
Brandon, Thanks for your reply. Which release is it fixed in? 2.0.9b? Which problem are you referring to? I tried replacing the call to RuntimeException(Object, Throwable) on line 112 with a RuntimeException(String) and still got the same error. I want to know if the exception that is thrown when n

Re: java.lang.NoSuchMethodError at com.ibatis.common.xml.NodeletParse r.processNodelet(NodeletParser.java:112)

2005-02-24 Thread Brandon Goodin
This is a known problem. It has been fixed for the next release. Brandon On Thu, 24 Feb 2005 21:50:26 -, Yee, Richard K, CTR,, DMDCWEST <[EMAIL PROTECTED]> wrote: > Hello list, > I'm using JDK 1.3.1_04 and Oracle Application Server 9.0.2. I'm getting the > following error: > > 2/24/05 1:31

java.lang.NoSuchMethodError at com.ibatis.common.xml.NodeletParse r.processNodelet(NodeletParser.java:112)

2005-02-24 Thread Yee, Richard K, CTR,, DMDCWEST
Hello list, I'm using JDK 1.3.1_04 and Oracle Application Server 9.0.2. I'm getting the following error: 2/24/05 1:31 PM: java.lang.NoSuchMethodError 2/24/05 1:31 PM:at com.ibatis.common.xml.NodeletParser.processNodelet(NodeletParser.java:112) 2/24/05 1:31 PM:at com.ibatis.common.x

NullPointer with lazy-load.

2005-02-24 Thread Eduardo Piva
Hello list, I'm using iBatis with SpringFramework. I have an application that is working fine today, but without lazy loading. If I enable lazy-load but does not enable enhancements, it seems that lazy loading does not works, because I can see the same number of selects going to my database. If I

Re: Duplicate Key in Db

2005-02-24 Thread Brice Ruth
Amen, on all points. Been there, done that, never again. On Thu, 24 Feb 2005 08:42:45 -0700, Larry Meadors <[EMAIL PROTECTED]> wrote: > IMO, the coolest thing about iBATIS is that if you want to go this > way, that is fine. It is your application, so you can use whatever > design you want to! :-)

Re: Duplicate Key in Db

2005-02-24 Thread Larry Meadors
IMO, the coolest thing about iBATIS is that if you want to go this way, that is fine. It is your application, so you can use whatever design you want to! :-) This is my last comment on this: I have done this before, and would not do it again. My guess is that as you work through it, you are likely

Re: SQLMaps IN-keyword support

2005-02-24 Thread Brandon Goodin
I would suggest you read the manual... it is all in there. http://ibatis.com/common/download.html Brandon On Thu, 24 Feb 2005 09:42:00 +0200, Sakke Wiik <[EMAIL PROTECTED]> wrote: > I understand there is a way to use the IN-keyword by giving a List of > parameters to a query as shown at > http:/

RE: Duplicate Key in Db

2005-02-24 Thread Jean-Francois Poilpret
The fact is JDBC is done this way. You get an SQLException for _whatever_ error occurred, and there is no portable way to determine the true meaning of that exception, in particular when this exception may be relevant for you to handle, in particular problems of unique index (I did not say primary

Re: iBATIS vs jakarta-beans

2005-02-24 Thread Takacs Otto
Hello I have implemented a DynaProbe into iBATIS. 1. I did not want to break the existing library so i have re-factored the ProbeFactory part of the library I have moved all ProbeFactory functionality into ProbeFactoryBean and its subclasses. The ProbeFactory simply delegate the calls to the