Add a JDBC driver leak prevention bundle listener
-------------------------------------------------

                 Key: GERONIMO-6009
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6009
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: databases
    Affects Versions: 3.0
            Reporter: Ivan
            Assignee: Ivan
             Fix For: 3.0


I like the function of JdbcLeakPrevention function in Tomcat, 
https://svn.apache.org/repos/asf/tomcat/trunk/java/org/apache/catalina/loader/JdbcLeakPrevention.java
I am thinking to add a similar function as a bundle listener in Geronimo OSGi 
environment, and actually we are suffering the classloader leaking issue now 
while building the server. DelegatingDriver loaded by different classloaders 
will be registered in the DriverManager. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to