Anybody know why this occurs (compiled from CVS source):
20:22:45,144 INFO [STDOUT]
[org.apache.ojb.broker.ta.PersistenceBrokerFactoryDefaultImpl] INFO:
20:22:45,145 INFO [STDOUT] Create PersistenceBroker instance pool, pool
configuration was {whenExhaustedAction=0, maxIdle=-1, maxActive=100,
maxWait=2000, numTestsPerEvictionRun=10, testWhileIdle=false,
testOnReturn=false, timeBetweenEvictionRunsMillis=-1,
minEvictableIdleIimeMillis=600000, testOnBorrow=false}
20:22:45,146 ERROR [LogInterceptor] Unexpected Error:
java.lang.NoClassDefFoundError
at
org.apache.ojb.broker.ta.PersistenceBrokerFactoryDefaultImpl.buildDefaultKey(PersistenceBrokerFactoryDefaultImpl.java:131)
at
org.apache.ojb.broker.ta.PersistenceBrokerFactoryDefaultImpl.<init>(PersistenceBrokerFactoryDefaultImpl.java:115)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:296)
at java.lang.Class.newInstance(Class.java:249)
at
org.apache.ojb.broker.ta.PersistenceBrokerFactoryFactory.instantiate(PersistenceBrokerFactoryFactory.java:99)
at
org.apache.ojb.broker.ta.PersistenceBrokerFactoryFactory.instance(PersistenceBrokerFactoryFactory.java:82)
at
org.apache.ojb.broker.PersistenceBrokerFactory.createPersistenceBroker(PersistenceBrokerFactory.java:138)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>