AbstractProcessInstanceMarshaller doesn't read WorkItemNodeInstance node instances.
-----------------------------------------------------------------------------------
Key: JBPM-3107
URL:
https://issues.jboss.org/browse/JBPM-3107
Project: jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 5.0
Reporter: Antoine Toulme
Assignee: Kris Verlaenen
The class AbstractProcessInstanceMarshaller around line 452 reads the node instances for
the process instance. However, it looks like it reads very few nodes compared to what it
writes. See the writeNodeInstance method to see what gets written, and readNodeInstance to
what is read.
The fix would consist on adding more cases to the switch over nodeType, to get a chance to
read more node types, and in particular WorkItemNodeInstance.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira