You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2009/05/10 14:26:45 UTC

[jira] Created: (SYNAPSE-543) Sample 254 doesn't set OUT_ONLY when sending response using VFS

Sample 254 doesn't set OUT_ONLY when sending response using VFS
---------------------------------------------------------------

                 Key: SYNAPSE-543
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-543
             Project: Synapse
          Issue Type: Bug
          Components: Documentation
            Reporter: Andreas Veithen
            Assignee: Andreas Veithen
            Priority: Minor
             Fix For: 1.3


When executing sample 254 repeatedly, one gets the following message in the logs:

2009-05-10 14:03:03,777 [-] [HttpClientWorker-3] DEBUG SynapseCallbackReceiver Callback added. Total callbacks waiting for : 3

This means that the sample leaves entries in the callback table. The reason is that the sample doesn't set OUT_ONLY when sending the response using the VFS transport. Synapse therefore assumes that a response will be received from the transport, but the VFS transport doesn't support request-response.

-- 
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-543) Sample 254 doesn't set OUT_ONLY when sending response using VFS

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

Andreas Veithen resolved SYNAPSE-543.
-------------------------------------

    Resolution: Fixed

Fixed in r773335.

> Sample 254 doesn't set OUT_ONLY when sending response using VFS
> ---------------------------------------------------------------
>
>                 Key: SYNAPSE-543
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-543
>             Project: Synapse
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Minor
>             Fix For: 1.3
>
>
> When executing sample 254 repeatedly, one gets the following message in the logs:
> 2009-05-10 14:03:03,777 [-] [HttpClientWorker-3] DEBUG SynapseCallbackReceiver Callback added. Total callbacks waiting for : 3
> This means that the sample leaves entries in the callback table. The reason is that the sample doesn't set OUT_ONLY when sending the response using the VFS transport. Synapse therefore assumes that a response will be received from the transport, but the VFS transport doesn't support request-response.

-- 
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