But i am seeing ibatis error some times..here is the error
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:474)
at com.ibatis.common.util.Throttle.increment(Throttle.java:69)
- locked <800003ff65d79cf8> (a java.lang.Object)
at com.ibatis.common.util.ThrottledPool.pop(ThrottledPool.java:60)
at
com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.popSession(SqlMapExecutorDelegate.java:910)
at
com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.<init>(SqlMapSessionImpl.java:50)
at
com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.getLocalSqlMapSession(SqlMapClientImpl.java:214)
at
com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.openSession(SqlMapClientImpl.java:173)
at
org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:172)
cmathrusse wrote:
>
> 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.
>
>
>
>
>
--
View this message in context:
http://www.nabble.com/spring-ibatis-Object.wait-error---tp15280119p15280531.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.