Kris and Peng,
Yes. I think you are right. I may have a null value in this field. After I
added the jdbcType, I got a different exception, which may be related with
other part of my code.
Thank you very much for all of your helps!
Lucy
Lucy Fang wrote:
Thanks.
I am using Spring 1.0 with iBatis SQL Map 2.0.
The exception I got is:
javax.servlet.ServletException: (SqlMapClientTemplate): encountered SQLException [
--- The error occurred in edu/rutgers/acs/univ_services/events/dao/ibatis/maps/Organization.xml.
--- The error oc
work.
-Original Message-
From: Douglas [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 30, 2004 12:28 PM
To: [EMAIL PROTECTED]
Subject: Re: Parameter Map for nested class
Hi Lucy, try :
update organizations set orgcontact
Hi Lucy, try :
update organizations set orgcontactfname=?,
orgcontactlname=?
where orgid=?
Douglas
--- Lucy Fang <[EMAIL PROTECTED]> escreveu:
> Hi,
>
> I just started to use iBatis. I have a question
> about the parameter map with
> a nested
Title: Message
Thanks.
I am using Spring 1.0 with iBatis SQL Map
2.0.
The exception I got is:
javax.servlet.ServletException: (SqlMapClientTemplate): encountered SQLException [
--- The error occurred in edu/rutgers/acs/univ_services/events/dao/ibatis/maps/Organization.xml.
--- The error o
Hi Lucy,
Please provide the version of IBatis you are using. Also, did you receive an exception?
Brandon
Title: Parameter Map for nested class
Hi,
I just started to use iBatis. I have a question about the parameter map with a nested class.
I have a organization class and contact class as following:
public class Organization {
private int orgId;
private String
7 matches
Mail list logo