DS : javax.sql.DataSource
CPDS : javax.sql.ConnectionPoolDataSource
"application running out of connections" issue seems to be interesting since it is happening only for DS and not CPDS.
you can check whether the application is leaking connections or not by enabling connection-leak-tracing.
http://blogs.sun.com/kshitiz/entry/connection_leak_tracing
Could you please provide
1) the connection pool configuration (both DS and CPDS)
2) a sample application where we can see this issue ?
Thanks,
-Jagadish
[Message sent by forum member 'jr158900' (jr158900)]
http://forums.java.net/jive/thread.jspa?messageID=249704