[jboss-jira] [JBoss JIRA] (JBJCA-899) OracleValidConnectionChecker uses deprecated method

Justin Bertram (JIRA) jira-events at lists.jboss.org
Tue Sep 25 16:35:34 EDT 2012


Justin Bertram created JBJCA-899:
------------------------------------

             Summary: OracleValidConnectionChecker uses deprecated method
                 Key: JBJCA-899
                 URL: https://issues.jboss.org/browse/JBJCA-899
             Project: IronJacamar
          Issue Type: Bug
          Components: JDBC
    Affects Versions: 1.1.0.Beta2
            Reporter: Justin Bertram
            Assignee: Jesper Pedersen


OracleValidConnectionChecker invokes pingDatabase(int) which has been deprecated by Oracle and also can lead to performance issues under heavy load (since it spawns a new thread on every invocation).  Please use pingDatabase() instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list