Jayant Vaish created ODE-974: -------------------------------- Summary: On process versioning, instances of retired version are not picking the data from BPEL_UNMATCHED Key: ODE-974 URL: https://issues.apache.org/jira/browse/ODE-974 Project: ODE Issue Type: Bug Components: BPEL Runtime Reporter: Jayant Vaish Priority: Critical
If there is a process which receives the data from another process in such a manner that the data arrives first and then the instance reaches the activity which needs it, the instance picks the data from the BPEL_UNMATCHED table. If we deploy the process again, then the running instances of retired process are not picking data from BPEL_UNMATCHED hence not getting completed. I have attached designer project. Here are the steps to reproduce : 1. Deploy the process. Start the parent process from console. 2. Deploy again. 3. After one min you will see that the child process has completed, and there is an entry in BPEL_UNMATCHED. 4. After two mins you will see that parent process is still waiting for the message from child process, which has already came and currently is in BPEL_UNMATCHED table. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira