Hello everyone, Has anyone yet figured out how to cast the PoolableConnection that Tomcat 7 now returns when you get a Connection from a DataSource as an OracleConnection? In Tomcat 6 the connection was returned as T4CConnection and had no problem being cast as an OracleConnection. Now, I just can't figure it out. Tried using the Commons DBCP package to get native JDBC connections, and every other thing I found by Googling it.
Jason --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
