DataSource / OOM problem (was Re: Recommending 3.0.19)
Mattias Jiderhamn <[email protected]> Tue, 20 Jun 2006 13:13:29 +0200
| Newsgroups | gmane.text.xml.resin.user |
|---|---|
| Message-ID | <[email protected]> |
At 2006-06-20 12:54, sks wrote: >Yes Scott has acknowledged it as an issue. I can get around it by >stopping using a datasource and getting a connection to the database >using the good old fashioned java.sql.DriverManager.getConnection >but obviously that's quite inefficient. Couldn't you just put a DBCP (http://jakarta.apache.org/commons/dbcp/) pool in JNDI?