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
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
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
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
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