can any body give me the solution here.
iam new and wrote
ejb on weblogic5.1 on solaris
for oracle connection i used this lines of code
DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
con=DriverManager.getConnection("jdbc

racle:thin:@wk01:1523:VIS","scott","tiger");
and i set in weblogic.properties file:
under Weblogic
jdbc connection pool management,
url=jdbc

racle:thin:wk01:1523:VIS,\
driver=oracle:jdbc

river

racleDriver,\/
props=user=scott;password=tiger;
so when i run the client program the exception from
weblogic server i saw was:
Exception from bean is
java.lang.ClassNotFoundException

racle.jdbc.driver.OracleDriver
i also read from server information when it starts,
that this could occur if the jdbc driver is not in the
weblogic.class.path.
if this is the reason , then can u tellme how to set
that path on solaris.
or any other problems here...?
thanx.