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
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
[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
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
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
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
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