AW: [JBoss-user] JBoss and Oracle

2001-07-25 Thread Heiko Dittrich
22:03An: [EMAIL PROTECTED]Betreff: Re: [JBoss-user] JBoss and Oracle 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

Re: [JBoss-user] JBoss and Oracle

2001-07-24 Thread Guy Rouillier
To: Jboss-user Sent: Tuesday, July 24, 2001 10:51 AM Subject: [JBoss-user] JBoss and Oracle Hello, can anyone tell me why JBoss doesn't find org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl on startup? And what I can use instead?   -heiko [JdbcPro

[JBoss-user] JBoss and Oracle

2001-07-24 Thread Heiko Dittrich
Hello, can anyone tell me why JBoss doesn't find org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl on startup? And what I can use instead?   -heiko [JdbcProvider] Starting[JdbcProvider] Started[XADataSourceLoader] Starting[XADataSourceLoader] Stopped[Configuration] java.lang.ClassNotF

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

[JBoss-user] JBOSS and Oracle

2001-05-09 Thread Artur Jonak
Hi,   For a few days I've been using JBoss 2.2 with Oracle 8i. I've got a small application with some EJBs deployed. The entity EJBs are BMP with CMT. My problem is that I can't write CLOB data to the Oracle table. Minerva throws exception (transaction rolled back) when I try to create Wri