0 Replies Latest reply on May 12, 2003 3:10 PM by drenton

    Oracle JDBC Extensions

    drenton

      Hello,

      I'm working on porting an existing application to JBoss 3.2. Oracle JDBC Extensions are used frequently throughout. Is there a way to turn off the use of the JBoss wrapper classes, so that the underlying connections are returned from the datasource?

      I'd like to have the datasource return the underlying connection (without a call to getUnderlyingConnection(), so that calls like this will work unmodified:

      pstmt = (OraclePreparedStatement)conn.prepareStatement(query);

      Any ideas?

      Thanks,
      David