In Websphere WSAD 5.0 JDK 1.3 whenever I rebuild the project, OJB (RC3) forces me to restart the server. I think the websphere class loader might be confusing OJB. Has anyone been able to rebuild the project in WSAD using OJB without having to restart the server?
Here's the detail: The boot routine complains that the specified classes don't implement interfaces.. [BOOT] ERROR: The specified class "org.apache.ojb.broker.cache.ObjectCacheDefaultImpl" does not implement the interface org.apache.ojb.broker.cache.ObjectCache, which is a requirement for the key "ObjectCacheClass". Using default class org.apache.ojb.broker.cache.ObjectCacheDefaultImpl [6/6/03 9:50:45:875 CDT] 7d007bc1 SystemOut O [BOOT] ERROR: The specified class "org.apache.ojb.broker.accesslayer.ConnectionFactoryPooledImpl" does not implement the interface org.apache.ojb.broker.accesslayer.ConnectionFactory, which is a requirement for the key "ConnectionFactoryClass". Using default class org.apache.ojb.broker.accesslayer.ConnectionFactoryPooledImpl more of the same then the first exception... [6/6/03 9:50:47:484 CDT] 7d007bc1 SystemErr R java.lang.ClassCastException: org.apache.ojb.broker.core.PersistenceBrokerFactoryDefaultImpl [6/6/03 9:50:47:484 CDT] 7d007bc1 SystemErr R at org.apache.ojb.broker.core.PersistenceBrokerFactoryFactory.init(PersistenceB rokerFactoryFactory.java:94) [6/6/03 9:50:47:484 CDT] 7d007bc1 SystemErr R at org.apache.ojb.broker.core.PersistenceBrokerFactoryFactory.<clinit>(Persiste nceBrokerFactoryFactory.java:71) [6/6/03 9:50:47:484 CDT] 7d007bc1 SystemErr R at org.apache.ojb.broker.PersistenceBrokerFactory.defaultPersistenceBroker(Pers istenceBrokerFactory.java:102) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
