Have you specified the location of the oracle jdbc driver in the build properties file? You need to set a line like this:
org.apache.jetspeed.production.jdbc.drivers.path=d:/dev/ojdbc14.jar Martin On 6/13/05, Balaji Chandrasekaran <[EMAIL PROTECTED]> wrote: > > Hi, > > > > When I connect to oracle instead of hsql I am getting the following > exception. Could anyone help me how should I go about this error? > > > > Expecting reply ASAP. > > > > > > > > > > D:\Vericept Softwares\jetspeed-database\scripts>ant > > Buildfile: build.xml > > > > db.create: > > > > db.execute: > > [echo] Executing scripts for ./sql/DML/oracle/drop.sql > > > > BUILD FAILED > > file:D:/Vericept%20Softwares/jetspeed-database/scripts/build.xml:38: > Class Not F > > ound: JDBC driver oracle.jdbc.driver.OracleDriver could not be loaded > > > > Total time: 0 seconds > > D:\Vericept Softwares\jetspeed-database\scripts> > > > > > > > > Thanx. > > > > Balaji Chandrasekaran > > > > > > > > --------------------------------------------------------------------------------------------- > This message, including any attachments, contains confidential information > intended for a specific individual and purpose, and is intended for the > addressee only. Any unauthorized disclosure, use, dissemination, copying, or > distribution of this message or any of its attachments or the information > contained in this e-mail, or the taking of any action based on it, is > strictly prohibited. If you are not the intended recipient, please notify > the sender immediately by return e-mail and delete this message. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
