This content has been marked as final.
Show 2 replies
-
1. Re: OracleConnection without getUnderlyingConnection()
mhalasa Dec 1, 2005 10:02 AM (in response to mhalasa)the problem is that if I close UnderlyingConnection, WrappedConnection above it is not closed and it remains flagged as open in JBoss ManagedConnectionPool
-
2. Re: OracleConnection without getUnderlyingConnection()
influence160 Mar 4, 2015 3:00 AM (in response to mhalasa)I have the same problem
and if i close the the wrapped and the underlying connections i have an 'connection closed' exception
and if i close only the wrapped connection the program is blocked
is there any solution to use the oracle connection without having this problems ?