Oracle obviously deals with classpaths differently. In Tomcat, you either deployed the ojb jars contextually or in $TOMCAT_HOME/server/lib. I'd be that you need to drop them somewhere where the container knows to look.
On Mon, 2003-09-15 at 08:25, Durham David Contr 805 CSPTS/SCBE wrote: > Hi all, > > I have a problem using OJB on an Oracle 9ias server. The application > I'm working on runs just fine on Tomcat. However, when deploying to > Oracle, I receive the following error: > > > Failed to deploy web application "aep". > Nested exception Root Cause: Class not found: > org.apache.ojb.broker.metadata.MetadataException; > nested exception is: java.lang.ClassNotFoundException: > org.apache.ojb.broker.metadata.MetadataException. > Class not found: org.apache.ojb.broker.metadata.MetadataException; > nested exception is: java.lang.ClassNotFoundException: > org.apache.ojb.broker.metadata.MetadataException > > I checked, and the class, MetadataException is in the db-ojb-1.0.rc4.jar > > I'm hoping someone on the list has seen this problem before and knows > what causes it. > > Thanks, > > > Dave > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
