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]

Reply via email to