1 Reply Latest reply on Aug 11, 2017 4:12 AM by aliahsan

    org.jboss.jca.adapters.jdbc.WrappedConnection.LocalManagedConnection

    aliahsan

      Hi,

       

      I have set some properties in my Jboss data source. While debugging the code, i can see the WrapperConnection object which contains LocalManagedConnection with properties in it.

       

      But i am unable to get the localManagedConnection from wrapperConnection. the wrapperConnection does not have the getter method to get LocalManagedConn.

       

      I need to get the locaManagedConn from wrapperConn so i can get the properties from it.