[jboss-jira] [JBoss JIRA] Created: (JBAS-7069) BaseWrapperManagedConnection tries to close a probaby unusable connection without any timeouts
Christian Daszenies (JIRA)
jira-events at lists.jboss.org
Wed Jul 1 03:41:31 EDT 2009
BaseWrapperManagedConnection tries to close a probaby unusable connection without any timeouts
----------------------------------------------------------------------------------------------
Key: JBAS-7069
URL: https://jira.jboss.org/jira/browse/JBAS-7069
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: JBossAS-4.2.3.GA
Reporter: Christian Daszenies
org/jboss/resource/adapter/jdbc/BaseWrapperManagedConnection calls con.close() in destroy() on a probably unusable and not responding connection.
destroy() is called when a (OracleValid)ConnectionChecker marks a connection as unusable, in our case because of a timeout in isValidConnection(Connection)
when BaseWrapperManagedConnection calls close() on the same connection the process hangs infinitely
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list