
Originally Posted by
makhlo
I get the following error when i deploy my webapplication:
javax.servlet.ServletException: (SqlMapClient operation): encountered SQLException [ --- The error occurred in com/myclient/ibatis/maps/Account.xml. --- The error occurred while preparing the mapped statement for execution. --- Check the insertAccount. --- Check the parameter map. --- Cause: com.ibatis.common.beans.ProbeException:There is no READABLE property named 'email' in class 'com.myclient.domain.User']; nested exception is com.ibatis.common.jdbc.exception.NestedSQLExceptio n: Can someone tell me please what i am doing wrong?
Thnx,