-
Bug
-
Resolution: Obsolete
-
Major
-
JBossAS-4.2.3.GA
-
None
-
None
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