RE: java.lang.IllegalArgumentException: No SqlMapClient specified

2008-02-28 Thread Jason Kratz
Sent: Thursday, February 28, 2008 6:40 AM To: [email protected] Subject: java.lang.IllegalArgumentException: No SqlMapClient specified Hi, When am trying to execute a query using iBatis, getting the following exception. java.lang.IllegalArgumentException: No SqlMapClient speci

Re: java.lang.IllegalArgumentException: No SqlMapClient specified

2008-02-28 Thread bhaarat Sharma
cute a query using iBatis, getting the following exception. > java.lang.IllegalArgumentException: No SqlMapClient specified > at org.springframework.util.Assert.notNull(Assert.java:113) > at > > org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClie

java.lang.IllegalArgumentException: No SqlMapClient specified

2008-02-28 Thread [EMAIL PROTECTED]
Hi, When am trying to execute a query using iBatis, getting the following exception. java.lang.IllegalArgumentException: No SqlMapClient specified at org.springframework.util.Assert.notNull(Assert.java:113) at org.springframework.orm.ibatis.SqlMapClientTemplate.execute

Re: java.lang.IllegalArgumentException

2006-04-13 Thread Tom . Stroobants
[email protected] cc Subject Re: java.lang.IllegalArgumentException Just curious: why are you using int instead of Integer? Larry On 4/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > This is possble yes ... > I will try to replace my int with a wrapper

Re: java.lang.IllegalArgumentException

2006-04-13 Thread Larry Meadors
utomatically > ? In the result resultmap ? > > Thanks ! > > > > > "I Gede Putu Sutarsa Giri Putra" <[EMAIL PROTECTED]> > > 13/04/2006 11:20 > > Please respond to > > [email protected] > > > > To > > > &g

Re: java.lang.IllegalArgumentException

2006-04-13 Thread Sven.Boden
e.org/jira/browse/IBATIS-63 Regards, Sven >- Oorspronkelijk bericht - >Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Verzonden: donderdag, april 13, 2006 11:42 AM >Aan: [email protected] >Onderwerp: RE: java.lang.IllegalArgumentException > >This is poss

RE: java.lang.IllegalArgumentException

2006-04-13 Thread Tom . Stroobants
respond to [email protected] To cc Subject RE: java.lang.IllegalArgumentException Can you send the domain class. I guest there is a problem with your result class. Is the is primitive (i.e. int, long , char) type as the field in that class . If there is primitive type the

RE: java.lang.IllegalArgumentException

2006-04-13 Thread I Gede Putu Sutarsa Giri Putra
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 13, 2006 4:13 PM To: [email protected] Subject: java.lang.IllegalArgumentException   Dear all, I get on exception when using IBATIS on on Oracle database. I have a table with some fields in it. One of the fields is a

java.lang.IllegalArgumentException

2006-04-13 Thread Tom . Stroobants
resultmap. When selecting records where the number field is filled in there is no problem, when selecting records where the number fields (which can contain NULL values !!) is NULL I get the following exception: 500 Servlet Exception java.lang.IllegalArgumentException                 at