On Sat, Mar 20, 2004 at 03:50:05PM +0300, 
"\320\220\320\273\320\265\320\272\321\201\320\265\320\271 
\320\247\320\260\320\273\320\276\320\262"  wrote:
> Good day.
>
> I was trying to use Oracle9i instead of PostgreSQL in Basic CMP example and 
> encountered the following problem: JDBC driver could not be loaded by OpenEJB.
>
> Caused by: java.rmi.RemoteException: Castor JDO DatabaseNotFoundException thrown
>  when attempting to begin a local transaciton; nested exception is:
>         org.exolab.castor.jdo.DatabaseNotFoundException: Nested error: java.sql.
> SQLException: No suitable driver

In your CMP container declaration of openejb.conf, there is a property
'Local_TX_Database' which points to a file where you setup a driver
specifically for local transactions (i.e. non-distributed).  Check
that file to see if it has the right driver information.

-David

Reply via email to