kind of a repeat of the 2006 forum post: https://forums.oracle.com/ords/apexds/post/support-for-oracle-jdbc-oracleconnectionwrapper-2482
Tried to make use of the new implementation of getContext in the AQjmsConnectionFactory (Great seeing some love for jms 2.0 btw )
but hitting a snag grabbing a connection as the Datasource wraps the Connection object, giving the error:
class io.agroal.pool.wrapper.ConnectionWrapper cannot be cast to class oracle.jdbc.internal.OracleConnection
would it be possible to use the unwrap function to grab an OracleConnection instead of using casts?