What version are you using? Newer version
switched to JBossPool, which is a copy of the minerva code that is maintained
under the JBoss tree. Look at jboss.jcml and see if the default datasources are
using minerva or jbosspool.
- Original Message -
From:
Heiko
Dittrich
Hi.
The ResultSet that you will get will be most probably
org.jboss.minerva.jdbc.ResultSetInPool. This wrapper has a method
"getUnderlyingResultSet", which will give you your OracleResultSet.
You could implement something like this:
OracleResultSet oracleResultSet;
if (rs instanceof org.jboss