We've discovered the following strange issue:
if method QueryReferenceBroker.getReferencedObjectIdentity(obj, ObjectReferenceDescriptor, ClassDescriptor) is called with obj = null then non null Identity object is returned. In this Identity object array m_pkValues has 1 element with value null.
Such Identity object drives crazy every other component. We can see funny debug messages in our logs:
CORE3282: stdout: [org.apache.ojb.broker.core.PersistenceBrokerImpl] DEBUG: getObjectByIdentity ru.lma.seals.SealsManagementService.po.Seal{null}
Of course this ends with throwing NullPointerException in our case somewhere in ConcreteEditiongContext.
Armin, what do you think?
Andrew Shevel
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
