Instance work done within newest process version after receiving request to a
retired instance
----------------------------------------------------------------------------------------------
Key: ODE-571
URL: https://issues.apache.org/jira/browse/ODE-571
Project: ODE
Issue Type: Bug
Components: BPEL Runtime
Reporter: Rafal Rusin
I did following:
1. deployed process X version 1
2. started instance A
3. deployed process X version 2
4. continued instance A
5. instance A tried to read external variable, but it caused error, because it
took definition from X version 2
I did some investigation and saw that in PartnerLinkMyRoleImpl.java, there is a
runtime context created for my role partner link, which points to process X
version 2.
I did a patch, which took BpelProcess object from process instance's dao for
execution and this solved problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.