Folks, we are using the High/Low sequence manager implementation and we try to compute the id in advance with the following code :
PersistenceBroker broker = ((HasBroker) tx).getBroker(); Identity oid = new Identity(object, broker); we encounter in the following error error : org.apache.ojb.broker.metadata.ClassNotPersistenceCapableException: Can not init Identity for given object what can be the problem? thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
