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

[jira] Created: (ODE-855) BPEL Process Instance Resume

BPEL Process Instance Resume
----------------------------

                 Key: ODE-855
                 URL: https://issues.apache.org/jira/browse/ODE-855
             Project: ODE
          Issue Type: Bug
          Components: BPEL Runtime
         Environment: ode 1.3.4, tomcat 5.5
            Reporter: Ma.Liang
             Fix For: 1.3.4


Deploy ode 1.3.4 into Tomcat 5.5, and start ode engine。
Deploy bpel process and create process instance。
If process instances are running,shut down the tomcat,  Once start the tomcat, process instances can not run.
Any idea can resolve the problem?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-855) BPEL Process Instance Resume

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881666#action_12881666 ] 

Tammo van Lessen commented on ODE-855:
--------------------------------------

An assign activity usually runs just for miliseconds. How do you know that the engine shut down exactly in this time window?

> BPEL Process Instance Resume
> ----------------------------
>
>                 Key: ODE-855
>                 URL: https://issues.apache.org/jira/browse/ODE-855
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>         Environment: ode 1.3.4, tomcat 5.5
>            Reporter: Ma.Liang
>             Fix For: 1.3.4
>
>
> Deploy ode 1.3.4 into Tomcat 5.5, and start ode engine。
> Deploy bpel process and create process instance。
> If process instances are running,shut down the tomcat,  Once start the tomcat, process instances can not run.
> Any idea can resolve the problem?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-855) BPEL Process Instance Resume

Posted by "Ma.Liang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883909#action_12883909 ] 

Ma.Liang commented on ODE-855:
------------------------------

The ODE 1.3.4 is released, I found this problem on this version,Which version the problem should submit on?

--

 






> BPEL Process Instance Resume
> ----------------------------
>
>                 Key: ODE-855
>                 URL: https://issues.apache.org/jira/browse/ODE-855
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.5
>         Environment: ode 1.3.4, tomcat 5.5
>            Reporter: Ma.Liang
>             Fix For: 1.3.5
>
>
> Deploy ode 1.3.4 into Tomcat 5.5, and start ode engine。
> Deploy bpel process and create process instance。
> If process instances are running,shut down the tomcat,  Once start the tomcat, process instances can not run.
> Any idea can resolve the problem?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-855) BPEL Process Instance Resume

Posted by "Ma.Liang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881662#action_12881662 ] 

Ma.Liang commented on ODE-855:
------------------------------

For example, the bpel process like that:
<sequence>
    <receive>
    <assign1>
    <invoke>
    <assign2>
    <receive>
    ...    
    <reply>
<sequence>

when a process instance run the "assign2" activity, the bpel engine shut down. Start the bpel engine, the process instance can not run forward.

> BPEL Process Instance Resume
> ----------------------------
>
>                 Key: ODE-855
>                 URL: https://issues.apache.org/jira/browse/ODE-855
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>         Environment: ode 1.3.4, tomcat 5.5
>            Reporter: Ma.Liang
>             Fix For: 1.3.4
>
>
> Deploy ode 1.3.4 into Tomcat 5.5, and start ode engine。
> Deploy bpel process and create process instance。
> If process instances are running,shut down the tomcat,  Once start the tomcat, process instances can not run.
> Any idea can resolve the problem?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-855) BPEL Process Instance Resume

Posted by "Ma.Liang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ma.Liang updated ODE-855:
-------------------------

    Affects Version/s: 1.3.4
                           (was: 1.3.5)

> BPEL Process Instance Resume
> ----------------------------
>
>                 Key: ODE-855
>                 URL: https://issues.apache.org/jira/browse/ODE-855
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>         Environment: ode 1.3.4, tomcat 5.5
>            Reporter: Ma.Liang
>             Fix For: 1.3.5
>
>
> Deploy ode 1.3.4 into Tomcat 5.5, and start ode engine。
> Deploy bpel process and create process instance。
> If process instances are running,shut down the tomcat,  Once start the tomcat, process instances can not run.
> Any idea can resolve the problem?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-855) BPEL Process Instance Resume

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881658#action_12881658 ] 

Tammo van Lessen commented on ODE-855:
--------------------------------------

Could you please attach a process that exposes the problem and the steps to reproduce? Thanks.

> BPEL Process Instance Resume
> ----------------------------
>
>                 Key: ODE-855
>                 URL: https://issues.apache.org/jira/browse/ODE-855
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>         Environment: ode 1.3.4, tomcat 5.5
>            Reporter: Ma.Liang
>             Fix For: 1.3.4
>
>
> Deploy ode 1.3.4 into Tomcat 5.5, and start ode engine。
> Deploy bpel process and create process instance。
> If process instances are running,shut down the tomcat,  Once start the tomcat, process instances can not run.
> Any idea can resolve the problem?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-855) BPEL Process Instance Resume

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883907#action_12883907 ] 

Tammo van Lessen commented on ODE-855:
--------------------------------------

How can it affect 1.3.5 if it is not yet released and you're referring explicitly to 1.3.4?

> BPEL Process Instance Resume
> ----------------------------
>
>                 Key: ODE-855
>                 URL: https://issues.apache.org/jira/browse/ODE-855
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.5
>         Environment: ode 1.3.4, tomcat 5.5
>            Reporter: Ma.Liang
>             Fix For: 1.3.5
>
>
> Deploy ode 1.3.4 into Tomcat 5.5, and start ode engine。
> Deploy bpel process and create process instance。
> If process instances are running,shut down the tomcat,  Once start the tomcat, process instances can not run.
> Any idea can resolve the problem?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-855) BPEL Process Instance Resume

Posted by "Ma.Liang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ma.Liang updated ODE-855:
-------------------------

    Affects Version/s: 1.3.5
                           (was: 1.3.4)

> BPEL Process Instance Resume
> ----------------------------
>
>                 Key: ODE-855
>                 URL: https://issues.apache.org/jira/browse/ODE-855
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.5
>         Environment: ode 1.3.4, tomcat 5.5
>            Reporter: Ma.Liang
>             Fix For: 1.3.5
>
>
> Deploy ode 1.3.4 into Tomcat 5.5, and start ode engine。
> Deploy bpel process and create process instance。
> If process instances are running,shut down the tomcat,  Once start the tomcat, process instances can not run.
> Any idea can resolve the problem?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-855) BPEL Process Instance Resume

Posted by "Jeff Yu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Yu updated ODE-855:
------------------------

        Fix Version/s: 1.3.5
                           (was: 1.3.4)
    Affects Version/s: 1.3.4

update the version, as 1.3.4 is already released.

> BPEL Process Instance Resume
> ----------------------------
>
>                 Key: ODE-855
>                 URL: https://issues.apache.org/jira/browse/ODE-855
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>         Environment: ode 1.3.4, tomcat 5.5
>            Reporter: Ma.Liang
>             Fix For: 1.3.5
>
>
> Deploy ode 1.3.4 into Tomcat 5.5, and start ode engine。
> Deploy bpel process and create process instance。
> If process instances are running,shut down the tomcat,  Once start the tomcat, process instances can not run.
> Any idea can resolve the problem?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-855) BPEL Process Instance Resume

Posted by "Ma.Liang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881668#action_12881668 ] 

Ma.Liang commented on ODE-855:
------------------------------

The tomcat server runs in the "Debug" mode.
After the "assign2" activity excute completely,  shut down the tomcat.
Again, start the tomcat server, the process instance can not receive message.


> BPEL Process Instance Resume
> ----------------------------
>
>                 Key: ODE-855
>                 URL: https://issues.apache.org/jira/browse/ODE-855
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>         Environment: ode 1.3.4, tomcat 5.5
>            Reporter: Ma.Liang
>             Fix For: 1.3.4
>
>
> Deploy ode 1.3.4 into Tomcat 5.5, and start ode engine。
> Deploy bpel process and create process instance。
> If process instances are running,shut down the tomcat,  Once start the tomcat, process instances can not run.
> Any idea can resolve the problem?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-855) BPEL Process Instance Resume

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883920#action_12883920 ] 

Tammo van Lessen commented on ODE-855:
--------------------------------------

In this case the affected version is 1.3.4 and the fix version is 1.3.5.

> BPEL Process Instance Resume
> ----------------------------
>
>                 Key: ODE-855
>                 URL: https://issues.apache.org/jira/browse/ODE-855
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.5
>         Environment: ode 1.3.4, tomcat 5.5
>            Reporter: Ma.Liang
>             Fix For: 1.3.5
>
>
> Deploy ode 1.3.4 into Tomcat 5.5, and start ode engine。
> Deploy bpel process and create process instance。
> If process instances are running,shut down the tomcat,  Once start the tomcat, process instances can not run.
> Any idea can resolve the problem?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.