[ https://issues.apache.org/jira/browse/ODE-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexis Midon updated ODE-571: ----------------------------- Fix Version/s: (was: 1.3.1) 1.3.2 > 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 > Affects Versions: 1.3.1 > Reporter: Rafal Rusin > Fix For: 1.3.2 > > Attachments: executeInstanceInProperProcessVersion.diff > > > 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.