[
https://issues.apache.org/jira/browse/ODE-829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074697#comment-15074697
]
Hudson commented on ODE-829:
----------------------------
SUCCESS: Integrated in ODE-1.x #520 (See
[https://builds.apache.org/job/ODE-1.x/520/])
ODE-829: Fixed in 1.3.7 for Hibernate DAO (sathwik:
[https://github.com/apache/ode/commit/c0c7b497a8ec1db2dd6d4ee36e00563a19285d16])
*
bpel-runtime/src/main/java/org/apache/ode/bpel/engine/PartnerLinkMyRoleImpl.java
* axis2-war/src/test/resources/TestInstanceRetire/noVar/deploy.xml
*
bpel-runtime/src/main/java/org/apache/ode/bpel/engine/replayer/ReplayerContext.java
* axis2-war/src/test/resources/TestInstanceRetire/withVar/TestRetire.wsdl
* axis2-war/src/test/java/org/apache/ode/axis2/management/Retire2Test.java
* axis2-war/src/test/resources/TestInstanceRetire/noVar/TestRetire.wsdl
* bpel-runtime/src/main/java/org/apache/ode/bpel/engine/replayer/Replayer.java
* bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelEngineImpl.java
* dao-hibernate/src/main/java/org/apache/ode/daohib/bpel/ProcessDaoImpl.java
* axis2-war/src/test/java/org/apache/ode/axis2/management/RetireTestVar.java
* axis2-war/src/test/resources/TestInstanceRetire/withVar/TestRetire.bpel
*
bpel-runtime/src/main/java/org/apache/ode/bpel/engine/replayer/ReplayerBpelRuntimeContextImpl.java
* bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelProcess.java
* axis2-war/src/test/java/org/apache/ode/axis2/management/RedeployTest.java
* axis2-war/src/test/java/org/apache/ode/axis2/management/RetireTest.java
* axis2-war/src/test/resources/TestInstanceRetire/withVar/deploy.xml
* axis2-war/src/test/resources/TestInstanceRetire/noVar/TestRetire.bpel
> if process is retired the inflight instances dont work
> ------------------------------------------------------
>
> Key: ODE-829
> URL: https://issues.apache.org/jira/browse/ODE-829
> Project: ODE
> Issue Type: Bug
> Components: BPEL Runtime
> Reporter: Anurag Aggarwal
> Assignee: Sathwik Bantwal Premakumar
> Fix For: 1.3.7, 1.4
>
> Attachments: patch.829, patch.829.1
>
>
> steps to reproduce
> 1. deploy version of process with two receives
> 2. create instance by sending message for first receive, but not complete
> instance
> 3. deploy newer version of the process with partnerlink removed/renamed
> 4. send second message for receive for the instance created in 2
> we get mex timeout because BPELEngine tries to call BPELProcess for only
> process in step 3 (newer version) and no entry in correlation table is found
> Instead BPELEngine should iterate over both the versions
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)