[
https://issues.apache.org/jira/browse/ODE-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15150406#comment-15150406
]
Hudson commented on ODE-974:
----------------------------
UNSTABLE: Integrated in ODE-1.x #525 (See
[https://builds.apache.org/job/ODE-1.x/525/])
ODE-974: Identify process instance by iterating all the correlation sets
(sathwik:
[https://github.com/apache/ode/commit/a56446717ff416c60ff1d53d91a0bb41f781f920])
*
axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/second_initiate.soap
*
axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/third_receive2.soap
*
axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/third_receive3.soap
*
axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/2/TestCorrelationMultiScopeComplex.bpel
*
axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationMultiScopeEarlyMessageTest.java
*
axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/second_receive3.soap
*
axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/second_complete.soap
*
axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/2/TestCorrelationMultiScopeComplexArtifacts.wsdl
*
axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/TestCorrelationMultiScopeComplexArtifacts.wsdl
* bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelProcess.java
*
axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/TestCorrelationMultiScopeComplex.bpel
*
axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/third_initiate.soap
*
axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/second_receive2.soap
*
axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/third_complete.soap
> 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
> Assignee: Sathwik Bantwal Premakumar
> Priority: Critical
> Fix For: 1.3.7, 1.4
>
> Attachments: ODE_974.zip, sample10534.zip
>
>
> 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 the process. 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 was sent by Atlassian JIRA
(v6.3.4#6332)