Hi,

no. in new version there are oracle.jdbc.OracleDriver...

There were written:
"Your code should use the package oracle.jdbc instead of the package
oracle.jdbc.driver used in earlier versions of Oracle. Use of the
package oracle.jdbc.driver is now deprecated, but will be supported
for backwards compatibility.
All that is required to covert your code is to replace
"oracle.jdbc.driver" with "oracle.jdbc" in the source and
recompile. This cannot be done piecewise. You must convert all classes
and interfaces that are referenced by an application. Conversion is
not required, but is highly recommended."

Gita

RE> Shouldn't it be 

RE> oracle.jdbc.driver.OracleDriver instead 
RE> of oracle.jdbc.OracleDriver ?

>> -----Ursprüngliche Nachricht-----
>> Von: Gita [mailto:[EMAIL PROTECTED]]
>> Gesendet: Freitag, 21. Juni 2002 09:30
>> An: Tomcat Users List
>> Betreff: Catalina.start: LifecycleException:
>> 
>>              driverName="oracle.jdbc.OracleDriver"
>>

RE> --
RE> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
RE> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




----------------------------------------------------------------------------
Gita Kakse                         Information Technologies
Programming engineer               10 Miesnieku str.
                                   Riga LV-1050, Latvia
e-mail: [EMAIL PROTECTED]                 phone: +371-7227577
http://www.it.lv                   cell:  +371-9799679
----------------------------------------------------------------------------


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to