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