Re: [JBoss-user] JBoss and Oracle

2001-07-24 Thread Guy Rouillier
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

Re: [JBoss-user] JBOSS and Oracle

2001-05-10 Thread Martin Renner
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