Hi all,

This is a newbie question.

I'm trying to execute the following code:
        broker = PersistenceBrokerFactory.defaultPersistenceBroker();


I receive the following error:

java.lang.NoClassDefFoundError
        at
org.apache.ojb.broker.PersistenceBrokerFactory.defaultPersistenceBroker(
Unknown Source)


Have the following in OJB.properties file:

PersistenceBrokerClass=org.apache.ojb.broker.core.PersistenceBrokerImpl


Any ideas what would cause this?

Thanks,

Dave

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

Reply via email to