Re: newbie trouble grokking error message

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

Re: newbie trouble grokking error message

2009-04-29 Thread Sean Mitchell
On Wed, Apr 29, 2009 at 9:46 AM, Nathan Maves wrote: > This really does look like a mapping issue.  Please include the source code > of the bean and the 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 I can do that just yet. Wil

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 map that you are using. On Wed, Apr 29, 2009 at 7:31 AM, Sean Mitchell wrote: > On Tue, Apr 28, 2009 at 5:52 PM, Nathan Maves > wrote: > > > Welcome to ibatis! > > Thanks... it's a very interesting

Re: newbie trouble grokking error message

2009-04-29 Thread Sean Mitchell
On Wed, Apr 29, 2009 at 6:51 AM, Burke.Kevin 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 > map XML to convert

Re: newbie trouble grokking error message

2009-04-29 Thread Sean Mitchell
On Tue, Apr 28, 2009 at 5:52 PM, Nathan Maves 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 you are using? what

RE: newbie trouble grokking error message

2009-04-29 Thread Burke.Kevin
Kevin -Original Message- From: Sean Mitchell [mailto:s...@mitchwood.com] Sent: April 28, 2009 3:46 PM To: user-java@ibatis.apache.org Subject: newbie trouble grokking error message Hi... I'm new to iBATIS, just started a new job last week and am trying to get up to speed on a bunch of stuff,

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 wrote: > Welcome to ibatis! > Could you give us a little more information l

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

newbie trouble grokking error message

2009-04-28 Thread Sean Mitchell
Hi... I'm new to iBATIS, just started a new job last week and am trying to get up to speed on a bunch of stuff, including iBATIS. The task I'm given is to modify some existing code, which seems pretty straightforward. Having made most of my mods (working and running within Eclipse) I'm getting an