I have that class in commons-lang.jar included with struts 1.1. Will that work?
Dave > -----Original Message----- > From: Ricardo Tercero Lozano [mailto:[EMAIL PROTECTED] > Sent: Monday, September 15, 2003 9:44 AM > To: 'OJB Users List' > Subject: RE: OJB and Oracle 9ias > > > It can be because MetadataException cannot be instantiated. > > MetadataException extends PersistenceBrokerException that > extends OJBRuntimeException. This class needs > > org.apache.commons.lang.exception.NestableRuntimeException > > > Make sure apache-commons is in your library. > > > Ricardo. > > > > -----Original Message----- > From: Durham David Contr 805 CSPTS/SCBE > [mailto:[EMAIL PROTECTED] > Sent: lunes, 15 de > septiembre de 2003 16:25 > To: [EMAIL PROTECTED] > Subject: OJB and Oracle 9ias > > > 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] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
