RE: Mapping int type in constructor of resultMap type

2010-01-06 Thread vishalj
ve :). > > > > From: Clinton Begin [mailto:clinton.be...@gmail.com] > Sent: Tuesday, January 05, 2010 10:06 AM > To: user-java@ibatis.apache.org > Subject: Re: Mapping int type in constructor of resultMap type > > > > Are you running Beta 7? I know I looked into that issu

Re: Mapping int type in constructor of resultMap type

2010-01-05 Thread Clinton Begin
d this as an issue and Clinton kindly fixed it in B6 or B5 I > believe :). > > > > *From:* Clinton Begin [mailto:clinton.be...@gmail.com] > *Sent:* Tuesday, January 05, 2010 10:06 AM > *To:* user-java@ibatis.apache.org > *Subject:* Re: Mapping int type in constructor of res

RE: Mapping int type in constructor of resultMap type

2010-01-05 Thread OBender
:06 AM To: user-java@ibatis.apache.org Subject: Re: Mapping int type in constructor of resultMap type Are you running Beta 7? I know I looked into that issue, and I either fixed it, or determined that it wasn't possible. I recall something weird about constructor reflection with primitive types. Tr

Re: Mapping int type in constructor of resultMap type

2010-01-05 Thread Clinton Begin
instead giving Exception as : > Error instantiating class com.xyz.beans.UserProfile with invalid types > (Integer,) or values (1,). Cause: java.lang.NoSuchMethodException: > com.xyz.beans.UserProfile.(java.lang.Integer). > > > -- > View this message in context: > http://old.nabble.com/

Mapping int type in constructor of resultMap type

2010-01-05 Thread vishalj
: java.lang.NoSuchMethodException: com.xyz.beans.UserProfile.(java.lang.Integer). -- View this message in context: http://old.nabble.com/Mapping-int-type-in-constructor-of-resultMap-type-tp27025441p27025441.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com