Yeah, it appears that it can create *really* screwy problems for ibatis. We were seeing integration tests passing completely on one machine, passing individually but failing as part of a suite on another machine, and never passing at all on a third machine!

After poking at it a while I started suspecting overloaded setters on a child field causing problems... a Money class with some convenience setters. Getting it down to one setter got rid of the failing tests.... though we'll probably just do what we should have done from the beginning and create a type handler for Money rather than going straight to the Money's value.

b

Nathan Maves wrote:
Ahhh yeah...  not good don't have them.  :)

They are against the java bean specification.

Nathan
On Mar 21, 2006, at 4:38 PM, Ben Munat wrote:

Hey All... I seem to remember someone talking recently about difficulties with a property set by ibatis having multiple setters. Does this ring a bell?

b



Reply via email to