ProbeException: The '...' property of the java.util.HashMap class is not a List or Array

2008-09-08 Thread Kyunam Kim
1) In the below, filter.columnValuePairs returns a java.util.List, but I get: Cause: com.ibatis.common.beans.ProbeException: The 'filter.columnValuePairs' property of the java.util.HashMap class is not a List or Array.; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException: W

RE: java.lang.InstantiationException using Ibatis DAO

2008-09-08 Thread Niels Beekman
Please include the contents of com.intient.smash.ibatis.impl.AliasesDAOImpl, this has definitely something to do with class/member visibility. From: Paul Ski [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2008 11:31 AM To: user-java@ibatis.apache.org Subje

RE: java.lang.InstantiationException using Ibatis DAO

2008-09-08 Thread Paul Ski
com.ibatis.dao.client.DaoException: Error while configuring DaoManager. Cause: com.ibatis.dao.client.DaoException: Error configuring DAO. Cause: java.lang.InstantiationException: com.intient.smash.ibatis.impl.AliasesDAOImpl at com.ibatis.dao.engine.builder.xml.XmlDaoManagerBuilder.buildDaoMa

RE: java.lang.InstantiationException using Ibatis DAO

2008-09-08 Thread Niels Beekman
Can you post the complete stacktrace? From: Paul Ski [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2008 9:14 AM To: user-java@ibatis.apache.org Subject: RE: java.lang.InstantiationException using Ibatis DAO My DAO and DAOImlp classes were generated

RE: java.lang.InstantiationException using Ibatis DAO

2008-09-08 Thread Paul Ski
My DAO and DAOImlp classes were generated by Ibator. The only generated constructor for AliasesDAOImpl is below: ---snip--- /** * This method was generated by Abator for iBATIS. This method corresponds to the database table aliases * @abatorgenerated Fri Sep 05 23:35:30 EST 2008 */ publ