On 10/27/05, Warner Onstine <[EMAIL PROTECTED]> wrote: > Alright so it does appear to have been caused by some weird classpath > issue. But now I'm running into another problem. > > org.apache.ojb.broker.PersistenceBrokerException: > org.apache.ojb.broker.PersistenceBrokerException: Error invoking > method toString > at > org.apache.ojb.broker.core.proxy.IndirectionHandlerDefaultImpl.materializeSubject(IndirectionHandlerDefaultImpl.java:384) > at > org.apache.ojb.broker.core.proxy.IndirectionHandlerDefaultImpl.getRealSubject(IndirectionHandlerDefaultImpl.java:348) > at > org.apache.ojb.broker.core.proxy.VirtualProxy.getRealSubject(VirtualProxy.java:135)
You could debug these methods to see whether the call Object realSubject = broker.getObjectByIdentity(id); that is in materializeSubject actually retrieves an object or not (thus you'd end up with a null value). Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
