1 Reply Latest reply on Feb 8, 2005 7:48 PM by adrian.brock

    How to get the native Oracle Connection

    yremizov

      When I get DataSource by its JNDI name and then use getConnection() method I get Connection wrapper org.jboss.resource.adapter.jdbc.WrappedConnection. But I'd like to get the native Oracle Connection so that I can use its additional features. How can I do it?