Thanks for the advice, still not working. 
Getting a different Error when trying the EJB data source. ANy ideas?

Exception in thread "main" java.lang.NullPointerException
        at com.evermind.sql.OrionPooledDataSource.ej(JAX)
        at com.evermind.sql.OrionPooledDataSource.d8(JAX)
        at com.evermind.sql.ak.eo(JAX)
        at com.evermind.sql.ak.ep(JAX)
        at com.evermind.sql.ap.createStatement(JAX)
        at Test.main(Test.java:33)


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 15, 2001 11:14 PM
To: Orion-Interest
Subject: Re: No suitable driver exception


Try:

 DataSource ds = (DataSource)ctx.lookup("jdbc/OracleDS"); instead of
 DataSource ds = (DataSource)ctx.lookup("jdbc/OracleCoreDS");

regards
/Theis.


Reply via email to