You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2010/05/23 21:23:24 UTC

[jira] Commented: (ODE-829) if process is retired the inflight instances dont work

    [ https://issues.apache.org/jira/browse/ODE-829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12870448#action_12870448 ] 

Hudson commented on ODE-829:
----------------------------

Integrated in ODE-trunk-jdk6 #272 (See [http://hudson.zones.apache.org/hudson/job/ODE-trunk-jdk6/272/])
    ODE-829: if process is retired the inflight instances dont work (thanks to Anurag Aggarwal)


> 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
>             Fix For: 1.3.5
>
>         Attachments: patch.829
>
>
> 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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.