Title:
Thanks Dragos, this answer looked promising but I get a NPE!
 
[XADataSourceLoader] Stopped
java.lang.NullPointerException
        at org.jboss.pool.jdbc.xa.XAPoolDataSource.getConnection(XAPoolDataSource.java:178)
 
Surely someone out there must know how to use JBoss 2.4 and Oracle8!
 

This is the class you should use in the jboss.jcml file in JBoss 2.4 for DataSource creation , not the one mentioned by you:
org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
Best,

Dragos

Reply via email to