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