RE: java.lang.IllegalArgumentException: No SqlMapClient specified

2008-02-28 Thread Jason Kratz
You haven't mentioned whether or not the sqlMapClient bean is configured in the same spring XML file or not. If it is in a different spring XML configuration file try ref bean="sqlMapClient". Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, F

Re: java.lang.IllegalArgumentException: No SqlMapClient specified

2008-02-28 Thread bhaarat Sharma
when you use this code is sqlMapClient specified?? and if it is then try naming it something other than sqlMapClient for example On Thu, Feb 28, 2008 at 7:39 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > When am > trying to execute a query using iBati

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
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 then try to replace it with the wrapper. Java.lang.Integer or java.lang.Long.     From: [EMA