Hi Thomas, All the entries are in place, after a lot of debugging I found out the error was occurring at the line
serviceClass.newInstance() The properties file is exactly the same as in the sample and they are in the correct folder. What could be the reason??? Thanks Bikram "Thomas Dudziak" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Bikram B Kapoor wrote: > > >Hi All, > > > >I am not a newbie in struts, i am trying to implement OJB with struts. I > >picked up reference from SourceForge which is Beer4All Service, and tried to > >implement that in my code but when i execute the code i am getting the > >following error. Please suggest smthng. > > > >[BOOT] ERROR: The specified class > >"org.apache.ojb.broker.metadata.PersistentFieldDefaultImpl" does not > >implement the interface > >org.apache.ojb.broker.metadata.fieldaccess.PersistentField, which is a > >requirement for the key "PersistentFieldClass". Using default class class > >org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldDirectAccessImpl > >[org.apache.ojb.odmg.OJB] ERROR: ConfigurableFactory configuration key class > >for key'ImplementationClass' does not exist. > > > > > I have seen this error before, but I don't remember exactly where. > However, I'm sure that it is related to a configuration issue. So please > check that OJB.properties and the repository*.xml's are in > WEB-INF/classes and the OJB jar is in WEB-INF/lib. > > Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
