This look familiar to anyone?
com.orange_blossom.common.exceptions.PersistenceException:
com.ibatis.common.jdbc.exception.NestedSQLException:
--- The error occurred in ibatis/Customer.xml.
--- The error occurred while applying a result map.
--- Check the Customer.customer-result.
--- The error happened while setting a property on the result object.
--- Cause: net.sf.cglib.beans.BulkBeanException
Caused by: net.sf.cglib.beans.BulkBeanException
I have unit tests which exercise every select method and they work.
When running in tomcat, this happens.
I do NOT have any overloaded setters in my Customer class.
--
I tend to view "truly flexible" by another term: "Make everything
equally hard". -- DHH
|
|