Hi, all.
I'm experiencing some problem in releasing the JDBC connection.

In the source code, 
${jakarta-slide}/src/stores/org/apache/slide/store/impl/rdbms/AbstractRDBMSStore.java

To build a NodeRevisionContent, the code calls
retrieveRevisionContent(uri, revisionDescriptor).
In rdbms store, a JDBC connection is required to build the content.
But, I can't find how to explictly release the JDBC connection acquired.
I'm using the J2EE store using Oracle 9i.

I have a resource leak problem in JDBC connection pool due to this.
How can I fix this problem?

TIA,
Yoon Kyung Koo


-- 
-- 
--------------------
Java Architect yoonforh at gmail dot com
PGP http://www.javadom.com/personal/yoonforhatyahoodotcom.asc

Reply via email to