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
Fix For: jBPM 4.3
/** 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:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira