My question was more about the flow.

To use the PersistenceBroker I tried:

importClass(Packages.org.apache.ojb.broker.PersistenceBroker);
importClass(Packages.org.apache.ojb.broker.PersistenceBrokerFactory);
importClass(Packages.org.apache.ojb.broker.util.ui.AsciiSplash);

function ojbTest(){
broker = PersistenceBrokerFactory.defaultPersistenceBroker();
}

when calling the function I get the following error message:
java.lang.NoClassDefFoundError

Michael




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



Reply via email to