Clinton Begin <clinton.begin <at> gmail.com> writes: > > > You only get that if you call .forceCloseAll(). > Cheers, > Clinton > > On 5/4/05, Folashade Adeyosoye <shardayyy <at> gmail.com> wrote: > Is this a normal logger/system out output for iBatis DAODEBUG[2005-May-04 22:47:24] -jdbc.SimpleDataSource(SimpleDataSource.java:506) - SimpleDataSourceforcefully closed/removed all connections.May 4, 2005 10:47:35 PM > org.apache.catalina.core.StandardHost getDeployerINFO: Create Host deployer for direct deployment ( non-jmx )May 4, 2005 10:47:37 PM org.apache.coyote.http11.Http11Protocol startINFO: Starting Coyote HTTP/1.1 on http-8080 > May 4, 2005 10:47:37 PM org.apache.catalina.startup.Catalina startINFO: Server startup in 359227 msShardayyy > > > >
I am getting this same message "SimpleDataSource forcefully closed/removed all connections." several times in a row. I am not calling forceCloseAll. I am calling iBatis from multiple threads. I have not put synchronized on the calling methods since I thought SimpleDataSource was thread safe.
