You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Tammo van Lessen (JIRA)" <ji...@apache.org> on 2008/12/16 19:46:44 UTC

[jira] Created: (ODE-464) ODE never acknowledges one-way invokes

ODE never acknowledges one-way invokes
--------------------------------------

                 Key: ODE-464
                 URL: https://issues.apache.org/jira/browse/ODE-464
             Project: ODE
          Issue Type: Bug
          Components: Axis2 Integration
    Affects Versions: 2.0
            Reporter: Tammo van Lessen
            Assignee: Tammo van Lessen
            Priority: Critical
             Fix For: 2.0


When ODE receives a one-way message, the IL does not send an ack, which results in timeout after 30 seconds.

ODEProcess.invokeProcess tries to send the ack via onMyRoleMexAck(mexdao, oldstatus); oldstatus is always REQ, onMyRoleMexAck however send the ack only if oldstatus = ASYNC

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


[jira] Reopened: (ODE-464) ODE never acknowledges one-way invokes

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

Alexis Midon reopened ODE-464:
------------------------------





Your fix doesn't seem to be valid for OneWay Process to Process invocations. r727114 introduced a regression in TestSimpleScenario and TestSimpleScenarioV1. I attached the stack traces.

[1]  http://svn.apache.org/viewvc?view=rev&revision=727114

> ODE never acknowledges one-way invokes
> --------------------------------------
>
>                 Key: ODE-464
>                 URL: https://issues.apache.org/jira/browse/ODE-464
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 2.0
>            Reporter: Tammo van Lessen
>            Assignee: Tammo van Lessen
>            Priority: Critical
>             Fix For: 2.0
>
>         Attachments: regression-r727114.txt
>
>
> When ODE receives a one-way message, the IL does not send an ack, which results in timeout after 30 seconds.
> ODEProcess.invokeProcess tries to send the ack via onMyRoleMexAck(mexdao, oldstatus); oldstatus is always REQ, onMyRoleMexAck however send the ack only if oldstatus = ASYNC

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


[jira] Updated: (ODE-464) ODE never acknowledges one-way invokes

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

Alexis Midon updated ODE-464:
-----------------------------

    Attachment: regression-r727114.txt

> ODE never acknowledges one-way invokes
> --------------------------------------
>
>                 Key: ODE-464
>                 URL: https://issues.apache.org/jira/browse/ODE-464
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 2.0
>            Reporter: Tammo van Lessen
>            Assignee: Tammo van Lessen
>            Priority: Critical
>             Fix For: 2.0
>
>         Attachments: regression-r727114.txt
>
>
> When ODE receives a one-way message, the IL does not send an ack, which results in timeout after 30 seconds.
> ODEProcess.invokeProcess tries to send the ack via onMyRoleMexAck(mexdao, oldstatus); oldstatus is always REQ, onMyRoleMexAck however send the ack only if oldstatus = ASYNC

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


[jira] Resolved: (ODE-464) ODE never acknowledges one-way invokes

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

Tammo van Lessen resolved ODE-464.
----------------------------------

    Resolution: Fixed

C:\dev\svn\ode-trunk>svn ci -m "fixing ODE-464"
Sende          engine\src\main\java\org\apache\ode\bpel\engine\ODEProcess.java
Übertrage Daten .
Revision 727114 übertragen.


> ODE never acknowledges one-way invokes
> --------------------------------------
>
>                 Key: ODE-464
>                 URL: https://issues.apache.org/jira/browse/ODE-464
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 2.0
>            Reporter: Tammo van Lessen
>            Assignee: Tammo van Lessen
>            Priority: Critical
>             Fix For: 2.0
>
>
> When ODE receives a one-way message, the IL does not send an ack, which results in timeout after 30 seconds.
> ODEProcess.invokeProcess tries to send the ack via onMyRoleMexAck(mexdao, oldstatus); oldstatus is always REQ, onMyRoleMexAck however send the ack only if oldstatus = ASYNC

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


[jira] Issue Comment Edited: (ODE-464) ODE never acknowledges one-way invokes

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663176#action_12663176 ] 

alexismidon edited comment on ODE-464 at 1/12/09 5:33 PM:
-----------------------------------------------------------

Your fix doesn't seem to be valid for OneWay Process to Process invocations. r727114 introduced a regression in TestSimpleScenario and TestSimpleScenarioV1. I attached the stack traces.

Revision r727114 is reverted by r733984.

[1]  http://svn.apache.org/viewvc?view=rev&revision=727114

      was (Author: alexismidon):
    


Your fix doesn't seem to be valid for OneWay Process to Process invocations. r727114 introduced a regression in TestSimpleScenario and TestSimpleScenarioV1. I attached the stack traces.

[1]  http://svn.apache.org/viewvc?view=rev&revision=727114
  
> ODE never acknowledges one-way invokes
> --------------------------------------
>
>                 Key: ODE-464
>                 URL: https://issues.apache.org/jira/browse/ODE-464
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 2.0
>            Reporter: Tammo van Lessen
>            Assignee: Tammo van Lessen
>            Priority: Critical
>             Fix For: 2.0
>
>         Attachments: regression-r727114.txt
>
>
> When ODE receives a one-way message, the IL does not send an ack, which results in timeout after 30 seconds.
> ODEProcess.invokeProcess tries to send the ack via onMyRoleMexAck(mexdao, oldstatus); oldstatus is always REQ, onMyRoleMexAck however send the ack only if oldstatus = ASYNC

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