Re: How to close DB Connections while shutting down server

2015-02-25 Thread Mark Thomas
On 24 February 2015 17:29:13 GMT, Rajesh Biswas wrote: >Dear Experts, > >I am using container managed datasource to manage the database >connections. > >But while shutting down the server I am getting lot of messages like >below: > >appears to have started a thread named [pool-1-thread-1] but has

Re: How to close DB Connections while shutting down server

2015-02-25 Thread Tatsuya Bessho
2015-02-25 2:29 GMT+09:00 Rajesh Biswas : > Dear Experts, > > I am using container managed datasource to manage the database connections. > > But while shutting down the server I am getting lot of messages like below: > > appears to have started a thread named [pool-1-thread-1] but has failed to >

How to close DB Connections while shutting down server

2015-02-24 Thread Rajesh Biswas
Dear Experts, I am using container managed datasource to manage the database connections. But while shutting down the server I am getting lot of messages like below: appears to have started a thread named [pool-1-thread-1] but has failed to stop it. This is very likely to create a memory leak W