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
> map XML to convert to your bean attribute's type.


Thanks, I've confirmed this... the bean is extremely simple, and I've
actually limited it to just a single string field now, with same
results.

Sean

Reply via email to