You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Pa...@capgroup.com on 2003/03/28 18:02:50 UTC

When running OJB in Borland debug mode, OJB exception otherwise works fine

It seems that there is no way to run OJB in Borland debug mode because the
OJB would crash with the following error:

java.lang.AbstractMethodError:
org/apache/ojb/broker/singlevm/PersistenceBrokerAbstractImpl.query

     at
org.apache.ojb.broker.util.configuration.impl.OjbConfigurator.configure(Unknown

Source)

     at
org.apache.ojb.broker.ta.PersistenceBrokerFactoryDefaultImpl.createNewBrokerInstance(Unknown

Source)

     at
org.apache.ojb.broker.ta.PersistenceBrokerFactoryDefaultImpl$PBKeyedPoolableObjectFactory.makeObject(Unknown

Source)

     at
org.apache.commons.pool.impl.GenericKeyedObjectPool.borrowObject(GenericKeyedObjectPool.java:748)

     at
org.apache.ojb.broker.ta.PersistenceBrokerFactoryDefaultImpl.createPersistenceBroker(Unknown

Source)

     at
org.apache.ojb.broker.ta.PersistenceBrokerFactoryDefaultImpl.defaultPersistenceBroker(Unknown

Source)

     at
org.apache.ojb.broker.PersistenceBrokerFactory.defaultPersistenceBroker(Unknown

Source)

     at com.itcs.utils.ojb.TestLabelMap.main(TestLabelMap.java:25)

     Exception in thread "main"

Does anybody know how to make OJB run in debug mode ? I can't imagine not
being able to use the debug mode for any large project.

Thanks and regards,

Patrick Reyes