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 2017/06/29 06:57:00 UTC

[jira] [Commented] (ODE-974) On process versioning, instances of retired version are not picking the data from BPEL_UNMATCHED

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

Hudson commented on ODE-974:
----------------------------

SUCCESS: Integrated in Jenkins build ODE-trunk-jdk6 #878 (See [https://builds.apache.org/job/ODE-trunk-jdk6/878/])
ODE-974: Routing logic for messages arriving early has been fixed (sathwik: rev 55f290f6a9e79c1f1994adefcfbfa05e11c83000)
* (edit) bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelEngineImpl.java
* (edit) dao-jpa/src/main/java/org/apache/ode/dao/jpa/CorrelatorDAOImpl.java
* (edit) bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelRuntimeContextImpl.java
* (edit) dao-hibernate/src/main/java/org/apache/ode/daohib/bpel/CorrelatorDaoImpl.java
* (edit) bpel-runtime/src/main/java/org/apache/ode/bpel/memdao/ProcessDaoImpl.java
* (edit) dao-hibernate/src/main/java/org/apache/ode/daohib/bpel/hobj/HCorrelationSet.java
* (edit) bpel-dao/src/main/java/org/apache/ode/bpel/dao/ProcessDAO.java
* (edit) dao-hibernate/src/main/java/org/apache/ode/daohib/bpel/ProcessDaoImpl.java
* (edit) bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelProcess.java
* (edit) dao-jpa/src/main/java/org/apache/ode/dao/jpa/ProcessDAOImpl.java
* (edit) bpel-runtime/src/main/java/org/apache/ode/bpel/engine/PartnerLinkMyRoleImpl.java
* (edit) dao-jpa/src/main/java/org/apache/ode/dao/jpa/MessageExchangeDAOImpl.java
ODE-974: Test case added (sathwik: rev 528983423086b55b3b9bb6aa63feeeee68dadf30)
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/TestCorrelationMultiScopeComplexArtifacts.wsdl
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/complete.soap
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/2/deploy.xml
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/2/TestCorrelationMultiScopeComplex.bpel
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/2/TestCorrelationMultiScopeComplexArtifacts.wsdl
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/receive3.soap
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/deploy.xml
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/2/complete.soap
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/2/initiate.soap
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/2/receive3.soap
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/TestCorrelationMultiScopeComplex.bpel
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/initiate.soap
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/2/receive2.soap
* (add) axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationMultiScopeEarlyMessageTest.java
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/receive2.soap
ODE-974: Identify process instance by iterating all the correlation sets (sathwik: rev 5cdfc9f423d96e1cabd7589bb3e44cc9798ae9c5)
* (edit) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/2/TestCorrelationMultiScopeComplex.bpel
* (edit) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/TestCorrelationMultiScopeComplexArtifacts.wsdl
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/second_complete.soap
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/second_initiate.soap
* (edit) axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationMultiScopeEarlyMessageTest.java
* (edit) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/TestCorrelationMultiScopeComplex.bpel
* (edit) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/2/TestCorrelationMultiScopeComplexArtifacts.wsdl
* (edit) bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelProcess.java
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/second_receive2.soap
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/third_receive3.soap
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/third_receive2.soap
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/third_initiate.soap
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/second_receive3.soap
* (add) axis2-war/src/test/resources/TestCorrelationMultiScopeComplex/1/third_complete.soap
ODE-974: Match the CorrelationSet in enqueued message with actual (sathwik: rev e764dad78a82ee959c701de451fd4d9de59a64fa)
* (edit) dao-hibernate/src/main/java/org/apache/ode/daohib/bpel/CorrelatorDaoImpl.java
ODE-974: enqueue the message for Active Process even if no instance was (sathwik: rev 84e6386c2f5d5281d90e956d6193ba64cd2f09f1)
* (edit) bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelEngineImpl.java
* (edit) bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelProcess.java
* (edit) bpel-runtime/src/main/java/org/apache/ode/bpel/engine/replayer/ReplayerContext.java
* (edit) bpel-runtime/src/main/java/org/apache/ode/bpel/engine/replayer/Replayer.java
* (edit) bpel-runtime/src/main/java/org/apache/ode/bpel/engine/replayer/ReplayerBpelRuntimeContextImpl.java
ODE-974: Sort the processes so that the active one comes last, changed (sathwik: rev e11afe7b4df9652ac828749f0597abad8c75a387)
* (edit) bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelProcess.java
* (edit) bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelEngineImpl.java
* (edit) dao-jpa/src/main/java/org/apache/ode/dao/jpa/ProcessDAOImpl.java
* (edit) bpel-dao/src/main/java/org/apache/ode/bpel/dao/ProcessDAO.java
* (edit) dao-hibernate/src/main/java/org/apache/ode/daohib/bpel/hobj/HCorrelationSet.java
* (edit) dao-hibernate/src/main/java/org/apache/ode/daohib/bpel/ProcessDaoImpl.java


> 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.4.14#64029)