Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 96341 invoked from network); 9 Jul 2009 17:28:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jul 2009 17:28:32 -0000 Received: (qmail 70292 invoked by uid 500); 9 Jul 2009 17:28:42 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 70257 invoked by uid 500); 9 Jul 2009 17:28:41 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 70249 invoked by uid 99); 9 Jul 2009 17:28:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 17:28:41 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sergey.livanov@gmail.com designates 209.85.218.221 as permitted sender) Received: from [209.85.218.221] (HELO mail-bw0-f221.google.com) (209.85.218.221) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 17:28:31 +0000 Received: by bwz21 with SMTP id 21so527192bwz.0 for ; Thu, 09 Jul 2009 10:28:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=KUMRxpndUXHTymin0z0C/eUYFQQEgtSLsKRdVrZFwYk=; b=XASJ2WQQbAyaWNV5SbmjrREpQTftS7+wN6p/X34DSG+QjH34GOx8WPSCGN/JUCVNhy pYB8eCpb1V3Z+oMI52RU8g4aHvxpnz26lf4uoGCXum7mHXXvWzlXha5Wejh0vXsTL0Oi VREkZdf1JlB4OrzIels1hI5aqcQY0fOEUemV8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=RJBGKapJtY8AVS5aHuZ/v7/2Z2ZxA3GHQGYdAAoUmlQUNJ8D6AVRiFcfjEKYqFbcb4 A43TnwRhub5ZYMRXt3ryJzx6rOdGU3JkCfT6/UqcsGrvdvdKx4F+KAe1CvqyVZIMzh+F iYFaQOnbVLbJv0WovfJtuUQUwrdg58T8eoL3g= MIME-Version: 1.0 Received: by 10.204.112.11 with SMTP id u11mr930733bkp.134.1247160490530; Thu, 09 Jul 2009 10:28:10 -0700 (PDT) In-Reply-To: <24414345.post@talk.nabble.com> References: <24370405.post@talk.nabble.com> <43c99d630907071135t6c7a4d3ejf6633338ab6e9a94@mail.gmail.com> <24393125.post@talk.nabble.com> <006a01c9ffe4$66370d00$32a52700$@de> <24395565.post@talk.nabble.com> <009301c9fff4$aef00b40$0cd021c0$@de> <24410991.post@talk.nabble.com> <43c99d630907090927t889ece1l327de8545ed8443@mail.gmail.com> <24414345.post@talk.nabble.com> Date: Thu, 9 Jul 2009 21:28:10 +0400 Message-ID: <17938a6b0907091028o2edf8adfj99d28d6201ed6967@mail.gmail.com> Subject: Re: AW: AW: String parameter problem From: Sergey Livanov To: user-java@ibatis.apache.org Content-Type: multipart/alternative; boundary=0016e6d9a15a04171c046e492e04 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d9a15a04171c046e492e04 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable What database do you use ? 2009/7/9 Cax > > i try to change the sql not to get the parameter, like this : > > select > PX_IR025_PAN as pan, > F9_IR025_CRN as CRN, > FX_IR025_EMB_NAME as name, > FX_IR025_CRD_PGM as crdPgm, > FX_IR025_UPD_UID as updId > from IR025 > where PX_IR025_PAN =3D '1234567890123456' > > and it works.... > > > Andrey Rogov-2 wrote: > > > > hi Cax, iBatis doesn't resolve sql problems, it is sql mapper. > > try to solve this problem with external sql runner, then copy sql > > to xml files. > > > > > > 2009/7/9 Cax > > > >> > >> Hi Benjamin,i'd tried this way before also...but it still hit the same > >> problem... :( > >> > >> > >> > >> Benjamin-Klatt wrote: > >> > > >> > No there should not be any limitation that you will have to worry > >> about. > >> > What data type do you use in the database for the PX_IR025_PAN field= ? > >> > > >> > Can you try to explicitly define your sql data type in the query? > >> > Like: where PX_IR025_PAN =3D #pan:VARCHAR# > >> > > >> > > >> > > >> > > >> > -----Urspr=FCngliche Nachricht----- > >> > Von: Cax [mailto:cahyadihermanto@gmail.com] > >> > Gesendet: Mittwoch, 8. Juli 2009 19:08 > >> > An: user-java@ibatis.apache.org > >> > Betreff: Re: AW: String parameter problem > >> > > >> > > >> > yes,of course.there is a record which match the query. When i try to > >> > change > >> > the data type to Long,it works.but if String,return null value. And > >> > then,when i change the WHERE clause condition,to based on other fiel= d > >> > which > >> > the data type is String also like this : > >> > > >> > select > >> > PX_IR025_PAN as pan, > >> > F9_IR025_CRN as CRN, > >> > FX_IR025_EMB_NAME as name, > >> > FX_IR025_CRD_PGM as crdPgm, > >> > FX_IR025_UPD_UID as updId > >> > from IR025 > >> > where FX_IR025_UPD_UID =3D #updId# > >> > > >> > and it works...FYI,the field length for FX_IR025_UPD_UID is 8 char > >> > only...is > >> > there any length limitation for String data type? > >> > > >> > > >> > > >> > Benjamin-Klatt wrote: > >> >> > >> >> Hi cax, > >> >> > >> >> have you tried to execute the query directly on the database to > ensure > >> >> there > >> >> is a result for your query? > >> >> > >> >> br > >> >> Benjamin > >> >> > >> >> > >> >> -----Urspr=FCngliche Nachricht----- > >> >> Von: Cax [mailto:cahyadihermanto@gmail.com] > >> >> Gesendet: Mittwoch, 8. Juli 2009 17:31 > >> >> An: user-java@ibatis.apache.org > >> >> Betreff: Re: String parameter problem > >> >> > >> >> > >> >> Hi,i turn on Log4j,but i can't see what is the problem in the log > >> >> file..here > >> >> is the result in the log file : > >> >> > >> >> 2009-07-08 21:59:12,422 DEBUG main > >> >> com.ibatis.common.jdbc.SimpleDataSource > >> >> com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl - Creat= ed > >> >> connection 35293. > >> >> 2009-07-08 21:59:12,438 DEBUG main java.sql.Connection > >> >> com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl - > >> >> {conn-100000} > >> >> Connection > >> >> 2009-07-08 21:59:12,438 DEBUG main java.sql.Connection > >> >> com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl - > >> >> {conn-100000} > >> >> Preparing Statement: select PX_IR025_PAN as pan, > >> >> F9_IR025_CRN as CRN, FX_IR025_EMB_NAME as name, > >> >> FX_IR025_CRD_PGM > >> >> as crdPgm, FX_IR025_UPD_UID as updId from IR025 wher= e > >> >> PX_IR025_PAN =3D ? > >> >> 2009-07-08 21:59:12,703 DEBUG main java.sql.PreparedStatement > >> >> com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl - > >> >> {pstm-100001} > >> >> Executing Statement: select PX_IR025_PAN as pan, > >> >> F9_IR025_CRN as CRN, FX_IR025_EMB_NAME as name, > >> >> FX_IR025_CRD_PGM > >> >> as crdPgm, FX_IR025_UPD_UID as updId from IR025 wher= e > >> >> PX_IR025_PAN =3D ? > >> >> 2009-07-08 21:59:12,703 DEBUG main java.sql.PreparedStatement > >> >> com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl - > >> >> {pstm-100001} > >> >> Parameters: [1234567890123456] > >> >> 2009-07-08 21:59:12,703 DEBUG main java.sql.PreparedStatement > >> >> com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl - > >> >> {pstm-100001} > >> >> Types: [java.lang.String] > >> >> 2009-07-08 21:59:12,734 DEBUG main java.sql.ResultSet > >> >> com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl - > >> >> {rset-100002} > >> >> ResultSet > >> >> 2009-07-08 22:08:43,805 ERROR main ibatis.com.mydomain.data.Main > >> >> ibatis.com.mydomain.data.Main - java.lang.NullPointerException > >> >> > >> >> > >> >> Andrey Rogov-2 wrote: > >> >>> > >> >>> hi , > >> >>> turn on Log4j and look at the sql statement, prepare, parameter an= d > >> >>> query > >> >>> result . > >> >>> > >> >>> > >> >>> > >> >>> 2009/7/7 Cax > >> >>> > >> >>>> > >> >>>> hello, I got a problem in iBatis, i hope somebody could help me..= . > >> >>>> i hit problem when i pass in a parameter which the data type is > >> string, > >> >>>> and > >> >>>> the field length in database is 19 char. But,it throws exception > >> >>>> because > >> >>>> the > >> >>>> returned object is null. and then i try to change the WHERE claus= e > >> >>>> condition,to based on other field which the data type is number,a= nd > >> it > >> >>>> works... > >> >>>> i want to know what is the problem,is the string value too long o= r > >> >>>> what? > >> >>>> > >> >>>> below is my code example : > >> >>>> > >> >>>> > >> >>>> > >> >>>> > >> >>>> in java: > >> >>>> > >> >>>> Account acc =3D new Account(); > >> >>>> > >> >>>> acc.setpan("1234567890123456"); > >> >>>> > >> >>>> acc =3D (Account) sqlMapper.queryForObject("selectAccountById", a= cc); > >> >>>> //(Note : return null) > >> >>>> System.out.println(" " + acc.getname()); > >> >>>> > >> >>>> > >> >>>> Thanks before for your help....:-) > >> >>>> > >> >>>> > >> >>>> > >> >>>> -- > >> >>>> View this message in context: > >> >>>> > >> http://www.nabble.com/String-parameter-problem-tp24370405p24370405.htm= l > >> >>>> Sent from the iBATIS - User - Java mailing list archive at > >> Nabble.com. > >> >>>> > >> >>>> > >> >>>> > >> --------------------------------------------------------------------- > >> >>>> To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org > >> >>>> For additional commands, e-mail: user-java-help@ibatis.apache.org > >> >>>> > >> >>>> > >> >>> > >> >>> > >> >> > >> >> -- > >> >> View this message in context: > >> >> > >> http://www.nabble.com/String-parameter-problem-tp24370405p24393125.htm= l > >> >> Sent from the iBATIS - User - Java mailing list archive at > Nabble.com. > >> >> > >> >> > >> >> -------------------------------------------------------------------= -- > >> >> To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org > >> >> For additional commands, e-mail: user-java-help@ibatis.apache.org > >> >> > >> >> > >> >> -------------------------------------------------------------------= -- > >> >> To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org > >> >> For additional commands, e-mail: user-java-help@ibatis.apache.org > >> >> > >> >> > >> >> > >> > > >> > -- > >> > View this message in context: > >> > > http://www.nabble.com/String-parameter-problem-tp24370405p24395565.html > >> > Sent from the iBATIS - User - Java mailing list archive at Nabble.co= m. > >> > > >> > > >> > --------------------------------------------------------------------= - > >> > To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org > >> > For additional commands, e-mail: user-java-help@ibatis.apache.org > >> > > >> > > >> > --------------------------------------------------------------------= - > >> > To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org > >> > For additional commands, e-mail: user-java-help@ibatis.apache.org > >> > > >> > > >> > > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/String-parameter-problem-tp24370405p24410991.htm= l > >> Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org > >> For additional commands, e-mail: user-java-help@ibatis.apache.org > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/String-parameter-problem-tp24370405p24414345.html > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org > For additional commands, e-mail: user-java-help@ibatis.apache.org > > --0016e6d9a15a04171c046e492e04 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable What database do you use ?

2009/7/9 Cax <= span dir=3D"ltr"><cahyadihe= rmanto@gmail.com>

i try to change the sql not to get the parameter, like this :

select
=A0 =A0 =A0PX_IR025_PAN as pan,
=A0 =A0 =A0F9_IR025_CRN as CRN,
=A0 =A0 =A0FX_IR025_EMB_NAME as name,
=A0 =A0 =A0FX_IR025_CRD_PGM as crdPgm,
=A0 =A0 =A0FX_IR025_UPD_UID as updId
=A0 =A0from IR025
=A0 =A0where PX_IR025_PAN =3D '1234567890123456'

and it works....


Andrey Rogov-2 wrote:
>
> hi Cax, iBatis doesn't resolve sql problems, it is sql mapper.
> try to solve this problem with external sql runner, then copy sql
> to xml files.
>
>
> 2009/7/9 Cax <cahyadih= ermanto@gmail.com>
>
>>
>> Hi Benjamin,i'd tried this way before also...but it still hit = the same
>> problem... :(
>>
>>
>>
>> Benjamin-Klatt wrote:
>> >
>> > No there should not be any limitation that you will have to w= orry
>> about.
>> > What data type do you use in the database for the PX_IR025_PA= N field?
>> >
>> > Can you try to explicitly define your sql data type in the qu= ery?
>> > Like: where PX_IR025_PAN =3D #pan:VARCHAR#
>> >
>> >
>> >
>> >
>> > -----Urspr=FCngliche Nachricht-----
>> > Von: Cax [mailto:cahyadihermanto@gmail.com]
>> > Gesendet: Mittwoch, 8. Juli 2009 19:08
>> > An: user-java@= ibatis.apache.org
>> > Betreff: Re: AW: String parameter problem
>> >
>> >
>> > yes,of course.there is a record which match the query. When i= try to
>> > change
>> > the data type to Long,it works.but if String,return null valu= e. And
>> > then,when i change the WHERE clause condition,to based on oth= er field
>> > which
>> > the data type is String also like this :
>> >
>> > select
>> > =A0 =A0 =A0 PX_IR025_PAN as pan,
>> > =A0 =A0 =A0 F9_IR025_CRN as CRN,
>> > =A0 =A0 =A0 FX_IR025_EMB_NAME as name,
>> > =A0 =A0 =A0 FX_IR025_CRD_PGM as crdPgm,
>> > =A0 =A0 =A0 FX_IR025_UPD_UID as updId
>> > =A0 =A0 from IR025
>> > =A0 =A0 where FX_IR025_UPD_UID =3D #updId#
>> >
>> > and it works...FYI,the field length for FX_IR025_UPD_UID is 8= char
>> > only...is
>> > there any length limitation for String data type?
>> >
>> >
>> >
>> > Benjamin-Klatt wrote:
>> >>
>> >> Hi cax,
>> >>
>> >> have you tried to execute the query directly on the datab= ase to ensure
>> >> there
>> >> is a result for your query?
>> >>
>> >> br
>> >> Benjamin
>> >>
>> >>
>> >> -----Urspr=FCngliche Nachricht-----
>> >> Von: Cax [mailto:cahyadihermanto@gmail.com]
>> >> Gesendet: Mittwoch, 8. Juli 2009 17:31
>> >> An: user-j= ava@ibatis.apache.org
>> >> Betreff: Re: String parameter problem
>> >>
>> >>
>> >> Hi,i turn on Log4j,but i can't see what is the proble= m in the log
>> >> file..here
>> >> is the result in the log file :
>> >>
>> >> 2009-07-08 21:59:12,422 DEBUG main
>> >> com.ibatis.common.jdbc.SimpleDataSource
>> >> com.ibatis.common.logging.jakarta.JakartaCommonsLoggingIm= pl - Created
>> >> connection 35293.
>> >> 2009-07-08 21:59:12,438 DEBUG main java.sql.Connection >> >> com.ibatis.common.logging.jakarta.JakartaCommonsLoggingIm= pl -
>> >> {conn-100000}
>> >> Connection
>> >> 2009-07-08 21:59:12,438 DEBUG main java.sql.Connection >> >> com.ibatis.common.logging.jakarta.JakartaCommonsLoggingIm= pl -
>> >> {conn-100000}
>> >> Preparing Statement: =A0 =A0 =A0select =A0 =A0 =A0 PX_IR0= 25_PAN as pan,
>> >> F9_IR025_CRN as CRN, =A0 =A0 =A0 FX_IR025_EMB_NAME as nam= e,
>> >> FX_IR025_CRD_PGM
>> >> as crdPgm, =A0 =A0 =A0 FX_IR025_UPD_UID as updId =A0 =A0 = =A0from IR025 =A0 =A0 where
>> >> PX_IR025_PAN =3D ?
>> >> 2009-07-08 21:59:12,703 DEBUG main java.sql.PreparedState= ment
>> >> com.ibatis.common.logging.jakarta.JakartaCommonsLoggingIm= pl -
>> >> {pstm-100001}
>> >> Executing Statement: =A0 =A0 =A0select =A0 =A0 =A0 PX_IR0= 25_PAN as pan,
>> >> F9_IR025_CRN as CRN, =A0 =A0 =A0 FX_IR025_EMB_NAME as nam= e,
>> >> FX_IR025_CRD_PGM
>> >> as crdPgm, =A0 =A0 =A0 FX_IR025_UPD_UID as updId =A0 =A0 = =A0from IR025 =A0 =A0 where
>> >> PX_IR025_PAN =3D ?
>> >> 2009-07-08 21:59:12,703 DEBUG main java.sql.PreparedState= ment
>> >> com.ibatis.common.logging.jakarta.JakartaCommonsLoggingIm= pl -
>> >> {pstm-100001}
>> >> Parameters: [1234567890123456]
>> >> 2009-07-08 21:59:12,703 DEBUG main java.sql.PreparedState= ment
>> >> com.ibatis.common.logging.jakarta.JakartaCommonsLoggingIm= pl -
>> >> {pstm-100001}
>> >> Types: [java.lang.String]
>> >> 2009-07-08 21:59:12,734 DEBUG main java.sql.ResultSet
>> >> com.ibatis.common.logging.jakarta.JakartaCommonsLoggingIm= pl -
>> >> {rset-100002}
>> >> ResultSet
>> >> 2009-07-08 22:08:43,805 ERROR main ibatis.com.mydomain.da= ta.Main
>> >> ibatis.com.mydomain.data.Main - java.lang.NullPointerExce= ption
>> >>
>> >>
>> >> Andrey Rogov-2 wrote:
>> >>>
>> >>> hi ,
>> >>> turn on Log4j and look at the sql statement, prepare,= parameter and
>> >>> query
>> >>> result .
>> >>>
>> >>>
>> >>>
>> >>> 2009/7/7 Cax <cahyadihermanto@gmail.com>
>> >>>
>> >>>>
>> >>>> hello, I got a problem in iBatis, i hope somebody= could help me...
>> >>>> i hit problem when i pass in a parameter which th= e data type is
>> string,
>> >>>> and
>> >>>> the field length in database is 19 char. But,it t= hrows exception
>> >>>> because
>> >>>> the
>> >>>> returned object is null. and then i try to change= the WHERE clause
>> >>>> condition,to based on other field which the data = type is number,and
>> it
>> >>>> works...
>> >>>> i want to know what is the problem,is the string = value too long or
>> >>>> what?
>> >>>>
>> >>>> below is my code example :
>> >>>>
>> >>>> <select id=3D"selectAccountById" par= ameterClass=3D"Account"
>> >>>> resultClass=3D"Account">
>> >>>> =A0 =A0select
>> >>>> =A0 =A0 =A0PX_IR025_PAN as pan,
>> >>>> =A0 =A0 =A0F9_IR025_CRN as CRN,
>> >>>> =A0 =A0 =A0FX_IR025_EMB_NAME as name,
>> >>>> =A0 =A0 =A0FX_IR025_CRD_PGM as crdPgm,
>> >>>> =A0 =A0 =A0FX_IR025_UPD_UID as updId
>> >>>> =A0 =A0from IR025
>> >>>> =A0 =A0where PX_IR025_PAN =3D #pan#
>> >>>> </select>
>> >>>>
>> >>>>
>> >>>> in java:
>> >>>>
>> >>>> Account acc =3D new Account();
>> >>>>
>> >>>> acc.setpan("1234567890123456");
>> >>>>
>> >>>> acc =3D (Account) sqlMapper.queryForObject("= selectAccountById", acc);
>> >>>> //(Note : return null)
>> >>>> System.out.println(" =A0" + acc.getname= ());
>> >>>>
>> >>>>
>> >>>> Thanks before for your help....:-)
>> >>>>
>> >>>>
>> >>>>
>> >>>> --
>> >>>> View this message in context:
>> >>>>
>> http://www.nabble.com/String-parameter-= problem-tp24370405p24370405.html
>> >>>> Sent from the iBATIS - User - Java mailing list a= rchive at
>> Nabble.com.
>> >>>>
>> >>>>
>> >>>>
>> ------------------------------------------------------------------= ---
>> >>>> To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org
>> >>>> For additional commands, e-mail:
user-java-help@ibatis.apache.org >> >>>>
>> >>>>
>> >>>
>> >>>
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/String-parameter-= problem-tp24370405p24393125.html
>> >> Sent from the iBATIS - User - Java mailing list archive a= t Nabble.com.
>> >>
>> >>
>> >> ---------------------------------------------------------= ------------
>> >> To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org
>> >> For additional commands, e-mail: user-java-help@ibatis.apache.org
>> >>
>> >>
>> >> ---------------------------------------------------------= ------------
>> >> To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org
>> >> For additional commands, e-mail: user-java-help@ibatis.apache.org
>> >>
>> >>
>> >>
>> >
>> > --
>> > View this message in context:
>> > http://www.nabble.com/String-param= eter-problem-tp24370405p24395565.html
>> > Sent from the iBATIS - User - Java mailing list archive at Na= bble.com.
>> >
>> >
>> > -------------------------------------------------------------= --------
>> > To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org
>> > For additional commands, e-mail: user-java-help@ibatis.apache.org
>> >
>> >
>> > -------------------------------------------------------------= --------
>> > To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org
>> > For additional commands, e-mail: user-java-help@ibatis.apache.org
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/String-parameter-= problem-tp24370405p24410991.html
>> Sent from the iBATIS - User - Java mailing list archive at Nabble.= com.
>>
>>
>> ------------------------------------------------------------------= ---
>> To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org
>> For additional commands, e-mail: user-java-help@ibatis.apache.org
>>
>>
>
>

--
View this message in context: http://www.nabble.= com/String-parameter-problem-tp24370405p24414345.html
Sent from the iBATIS - User - Java= mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org
For additional commands, e-mail: user-java-help@ibatis.apache.org


--0016e6d9a15a04171c046e492e04--