You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Upul Godage (JIRA)" <ji...@apache.org> on 2008/02/13 07:44:07 UTC

[jira] Created: (SYNAPSE-238) Proxy target/endpoint sends messages even when target/inSequence/drop exists

Proxy target/endpoint sends messages even when target/inSequence/drop exists
----------------------------------------------------------------------------

                 Key: SYNAPSE-238
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-238
             Project: Synapse
          Issue Type: Bug
    Affects Versions: 1.1.1
            Reporter: Upul Godage


<definitions xmlns="http://ws.apache.org/ns/synapse">
    <proxy name="StockQuoteProxy">
        <target>
            <endpoint>
                <address uri="http://localhost:9001/soap/SimpleStockQuoteService"/>
            </endpoint>
	    
	    <inSequence>
			<drop />
	    </inSequence>
	    
		<outSequence>
			<log level="full" />
		</outSequence>
	</target>
	<publishWSDL uri="file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl"/>

    </proxy>
</definitions>

Message is sent to the endpoint even with the <drop/>.

-- 
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-238) Proxy target/endpoint sends messages even when target/inSequence/drop exists

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

Upul Godage resolved SYNAPSE-238.
---------------------------------

    Resolution: Fixed
      Assignee: Upul Godage

Now when a target/inSequence returns false, message is not sent to target/endpoint in a proxy


> Proxy target/endpoint sends messages even when target/inSequence/drop exists
> ----------------------------------------------------------------------------
>
>                 Key: SYNAPSE-238
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-238
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Upul Godage
>            Assignee: Upul Godage
>
> <definitions xmlns="http://ws.apache.org/ns/synapse">
>     <proxy name="StockQuoteProxy">
>         <target>
>             <endpoint>
>                 <address uri="http://localhost:9001/soap/SimpleStockQuoteService"/>
>             </endpoint>
> 	    
> 	    <inSequence>
> 			<drop />
> 	    </inSequence>
> 	    
> 		<outSequence>
> 			<log level="full" />
> 		</outSequence>
> 	</target>
> 	<publishWSDL uri="file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl"/>
>     </proxy>
> </definitions>
> Message is sent to the endpoint even with the <drop/>.

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