Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Support for oracle.jdbc.OracleConnectionWrapper

511558May 8 2006
Oracle JDBC API prescribes a way for wrapping OracleConnection by subclassing oracle.jdbc.OracleConnectionWrapper. The OracleConnectionWrapper.unwrap() method returns the wrapped connection. Note that oracle.jdbc.ConnectionWrapper also implements oracle.jdbc.OracleConnection which is the exported API as far as Oracle JDBC API is concerned. AQjmsFactory doesn't support OracleConnectionWrapper and data sources returning subclasses of ConnectionWrapper.
It violates the contract of Oracle JDBC exported API. So, this is a bug in AQ JMS implementation.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2006
Added on May 8 2006
0 comments
741 views