]
Tom Baeyens resolved JBPM-2689.
-------------------------------
Fix Version/s: (was: jBPM 4.3)
Resolution: Won't Fix
opted for different solution
change registerDeserializedObject into synchronization
------------------------------------------------------
Key: JBPM-2689
URL:
https://jira.jboss.org/jira/browse/JBPM-2689
Project: jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Tom Baeyens
Assignee: Tom Baeyens
/** registers an object that is deserialized from the db so that it
* can be serialized and saved at the commit. */
void registerDeserializedObject(Object object, ScopeInstanceImpl scopeInstance,
Variable variable);
should be translated to
/** register a transaction listener. This method will have no
* effect if the transactionListener is null. */
void registerSynchronization(Synchronization synchronization);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: