Re: newbie trouble grokking error message

2009-04-30 Thread Sean Mitchell
On Wed, Apr 29, 2009 at 9:46 AM, Nathan Maves nathan.ma...@gmail.com wrote: This really does look like a mapping issue.  Please include the source code of the bean and the select map that you are using. No go on posting any code... I was referred to in house 'experts' who knew even less than

RE: newbie trouble grokking error message

2009-04-29 Thread Burke.Kevin
Hi Sean, Check you bean class. Are your setters public and ok? Make sure you are mapping to compatible data types from the database back to your bean. If they cannot be converted implicitly, define a handler in the ibatis SQL map XML to convert to your bean attribute's type. Kevin

Re: newbie trouble grokking error message

2009-04-29 Thread Sean Mitchell
On Tue, Apr 28, 2009 at 5:52 PM, Nathan Maves nathan.ma...@gmail.com wrote: Welcome to ibatis! Thanks... it's a very interesting project, not sure how it escaped my notice before. A very nice middle ground between Hibernate and DBUtils. Could you give us a little more information like what DB

Re: newbie trouble grokking error message

2009-04-29 Thread Sean Mitchell
On Wed, Apr 29, 2009 at 6:51 AM, Burke.Kevin kevin.bu...@cic.gc.ca wrote: Check you bean class.  Are your setters public and ok? Make sure you are mapping to compatible data types from the database back to your bean. If they cannot be converted implicitly, define a handler in the ibatis SQL

Re: newbie trouble grokking error message

2009-04-29 Thread Nathan Maves
This really does look like a mapping issue. Please include the source code of the bean and the select map that you are using. On Wed, Apr 29, 2009 at 7:31 AM, Sean Mitchell s...@mitchwood.com wrote: On Tue, Apr 28, 2009 at 5:52 PM, Nathan Maves nathan.ma...@gmail.com wrote: Welcome to

Re: newbie trouble grokking error message

2009-04-29 Thread Sean Mitchell
On Wed, Apr 29, 2009 at 9:46 AM, Nathan Maves nathan.ma...@gmail.com wrote: This really does look like a mapping issue.  Please include the source code of the bean and the select map that you are using. As I'm new to this company and they are a bit uptight about some things, I'm not sure that

Re: newbie trouble grokking error message

2009-04-28 Thread Nathan Maves
Welcome to ibatis! Could you give us a little more information like what DB you are using? what driver? what does the sql look like? I can't say that I have seen your error before but I am sure we can figure out what this issue is. Nathan On Tue, Apr 28, 2009 at 1:45 PM, Sean Mitchell

Re: newbie trouble grokking error message

2009-04-28 Thread Larry Meadors
The error happened while setting a property on the result object. I'm guessing that's your culprit..check that the results are all being mapped to valid properties. Larry On Tue, Apr 28, 2009 at 3:52 PM, Nathan Maves nathan.ma...@gmail.com wrote: Welcome to ibatis! Could you give us a little