I think your exception shows you clearly that this is not an iBatis issue but rather an Apache Commons DBCP issue. Review your documentation and configuration of the connection pool.
manypoints <[EMAIL PROTECTED]> 02/04/2008 03:21 PM Please respond to [email protected] To [email protected] cc Subject spring-ibatis Object.wait error ? at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:474) at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:748) - locked (a org.apache.commons.pool.impl.GenericObjectPool) at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:95) at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:540) at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) at org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:182) Any help ? -- View this message in context: http://www.nabble.com/spring-ibatis-Object.wait-error---tp15280119p15280119.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
