thank you, 
I´ve tried this but still get the same error... 

so any other ideas ?

-r



-----Original Message-----
From: Todd Bowker [mailto:[EMAIL PROTECTED]]
Sent: 16. mars 2001 17:05
To: JBoss-User
Subject: RE: [jBoss-User] installing ORACLE JDBC, 


The DataSourceClass attribute doesn't look right.
This is how I have mine configured, and I'm also using oracle:

 <attribute
name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourc
eImp
l</attribute>



-----Original Message-----
From: Reynir Hübner [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 16, 2001 8:54 AM
To: [EMAIL PROTECTED]
Subject: [jBoss-User] installing ORACLE JDBC, 


Hello, 

I´m very new to jBoss and I´m trying to connect jBoss 2.1 to Oracle 8i
with the JDBC thin client.
I´m getting an error like this, and I´m wondering how to understand it: 

[isdb] Starting
[isdb] XA Connection pool isdb bound to java:/isdb
[isdb] Stopped
[isdb] java.lang.NullPointerException
[isdb]  at
org.opentools.minerva.jdbc.xa.XAPoolDataSource.getConnection(XAPoolDataS
ource.java:165)
... etc

this is what I have in the jboss.jcml file : 

 <mbean code="org.jboss.jdbc.XADataSourceLoader"
name="DefaultDomain:service=XADataSource,name=isdb">
   <attribute name="PoolName">isdb</attribute>
   <attribute
name="DataSourceClass">oracle.jdbc.xa.client.OracleXADataSource</attribu
te>
   <attribute
name="URL">jdbc:oracle:thin:@computer.domain.com:1521:isdb</attribute>
   <attribute name="JDBCUser">system</attribute>
   <attribute name="Password">xxxxxxxx</attribute>
 </mbean>

and I also specify the driver jboss.jcml,
all according to the message :
http://www.mail-archive.com/jboss-user@list.working-dogs.com/msg12921.ht
ml


ok, please tell me what I´m doing wrong. 
regards, 


Reynir Hübner
[EMAIL PROTECTED]







--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]

Reply via email to