You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Charith Dhanushka Wickramarachchi (JIRA)" <ji...@apache.org> on 2010/11/25 07:01:16 UTC

[jira] Created: (SYNAPSE-714) Endpoint does not get suspended when using out only MEP

Endpoint does not get suspended when using out only MEP 
--------------------------------------------------------

                 Key: SYNAPSE-714
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-714
             Project: Synapse
          Issue Type: Bug
          Components: Transports
         Environment: any
            Reporter: Charith Dhanushka Wickramarachchi


When invoking an in only service via an Endpoint we need to set OUT-ONLY property in the Message Context (if we do not do this call backs will get accumulated in the SynapseCallbackReceiver : there is a map keeping those to correlate request and response )

In success scenario that will work fine. But the problem is in a scenario where the actual service is unavailable, In that case Synapse Endpoint does not get suspended,
In OUT-ONLY  fault scenario since there is no callback registered,  the relevant fault handler  not get called. So as a result the endpoint/s will not get notified with a fault in  an OUT_ONLY scenario. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Resolved: (SYNAPSE-714) Endpoint does not get suspended when using out only MEP

Posted by "Charith Dhanushka Wickramarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charith Dhanushka Wickramarachchi resolved SYNAPSE-714.
-------------------------------------------------------

    Resolution: Fixed

Committed the Patch. (r1066339).
Hence resolving the issue. 

> Endpoint does not get suspended when using out only MEP 
> --------------------------------------------------------
>
>                 Key: SYNAPSE-714
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-714
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>         Environment: any
>            Reporter: Charith Dhanushka Wickramarachchi
>            Assignee: Charith Dhanushka Wickramarachchi
>         Attachments: patch.txt
>
>
> When invoking an in only service via an Endpoint we need to set OUT-ONLY property in the Message Context (if we do not do this call backs will get accumulated in the SynapseCallbackReceiver : there is a map keeping those to correlate request and response )
> In success scenario that will work fine. But the problem is in a scenario where the actual service is unavailable, In that case Synapse Endpoint does not get suspended,
> In OUT-ONLY  fault scenario since there is no callback registered,  the relevant fault handler  not get called. So as a result the endpoint/s will not get notified with a fault in  an OUT_ONLY scenario. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Updated: (SYNAPSE-714) Endpoint does not get suspended when using out only MEP

Posted by "Charith Dhanushka Wickramarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charith Dhanushka Wickramarachchi updated SYNAPSE-714:
------------------------------------------------------

    Attachment: patch.txt

Patch to resolve this issue.
Please review and commit

> Endpoint does not get suspended when using out only MEP 
> --------------------------------------------------------
>
>                 Key: SYNAPSE-714
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-714
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>         Environment: any
>            Reporter: Charith Dhanushka Wickramarachchi
>         Attachments: patch.txt
>
>
> When invoking an in only service via an Endpoint we need to set OUT-ONLY property in the Message Context (if we do not do this call backs will get accumulated in the SynapseCallbackReceiver : there is a map keeping those to correlate request and response )
> In success scenario that will work fine. But the problem is in a scenario where the actual service is unavailable, In that case Synapse Endpoint does not get suspended,
> In OUT-ONLY  fault scenario since there is no callback registered,  the relevant fault handler  not get called. So as a result the endpoint/s will not get notified with a fault in  an OUT_ONLY scenario. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Assigned: (SYNAPSE-714) Endpoint does not get suspended when using out only MEP

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

Supun Kamburugamuva reassigned SYNAPSE-714:
-------------------------------------------

    Assignee: Charith Dhanushka Wickramarachchi

> Endpoint does not get suspended when using out only MEP 
> --------------------------------------------------------
>
>                 Key: SYNAPSE-714
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-714
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>         Environment: any
>            Reporter: Charith Dhanushka Wickramarachchi
>            Assignee: Charith Dhanushka Wickramarachchi
>         Attachments: patch.txt
>
>
> When invoking an in only service via an Endpoint we need to set OUT-ONLY property in the Message Context (if we do not do this call backs will get accumulated in the SynapseCallbackReceiver : there is a map keeping those to correlate request and response )
> In success scenario that will work fine. But the problem is in a scenario where the actual service is unavailable, In that case Synapse Endpoint does not get suspended,
> In OUT-ONLY  fault scenario since there is no callback registered,  the relevant fault handler  not get called. So as a result the endpoint/s will not get notified with a fault in  an OUT_ONLY scenario. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org