在 ibatis 的结果对象上设置 属性 时出错

Getting error setting a property on the result object in ibatis

我无法确定以下错误的解决方案

[sm.vo.BankVO@2329219a].  Cause: com.ibatis.common.jdbc.exception.NestedSQLException:   
--- The error occurred in sm/sql/sm.xml.  
--- The error occurred while applying a result map.  
--- Check the getbanktMap.  
--- The error happened while setting a property on the result object.  
--- Cause: java.sql.SQLSyntaxErrorException: ORA-01722: invalid number


public class BankVO implements Serializable{


    private String rol1,rol2,rol3,rol4,rol5,rol6,rol7,rol8,rol9,rol10;
//setters and getters

}

请帮忙解决这个问题

可能问题出在映射器中。 Oracle 错误代码 ORA-01722 表示 "invalid number",请检查您的映射器,如日志中所写:

--- 检查 getbanktMap。