You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Kasun Samarasinghe (JIRA)" <ji...@apache.org> on 2007/04/16 12:34:15 UTC

[jira] Created: (SYNAPSE-87) send mediator does not send to the implecit endpoint when there are two send mediators

send mediator does not send to the implecit endpoint when there are two send mediators 
---------------------------------------------------------------------------------------

                 Key: SYNAPSE-87
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-87
             Project: Synapse
          Issue Type: Bug
          Components: Core
         Environment: Linux JDK 1.5
            Reporter: Kasun Samarasinghe
            Priority: Minor


When there are two send mediators one with explicit end point declaration and another without, send mediator which 
does not have a expecilt endpoint also sends the message to the same end point in the expecit declaration, not to the 
implicit endpoint.

E.g.
In following configuration synapse loops between two send mediators since implicit send also happens to the same endpoint 
declared in first send mediator.
<definitions xmlns="http://ws.apache.org/ns/synapse">
   
  <log level="full">
   <property name="incoming-property" value="This is incoming message"/>
   </log>
   
     <send>
   <endpoint>
   <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService" />
   </endpoint>
   </send>

<out>
<log level="full">
   <parameter name="outgoing-property" value="This is outgoing message"/>
   </log>
	<send/>(implicit send)
</out>

</definitions>

-- 
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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


[jira] Resolved: (SYNAPSE-87) send mediator does not send to the implecit endpoint when there are two send mediators

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

Asankha C. Perera resolved SYNAPSE-87.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0-RC1-B3
         Assignee: Chathura Ekanayake

I believe Chathura already fixed this with svn commit: r529577

Chathura, please reopen if not.

> send mediator does not send to the implecit endpoint when there are two send mediators 
> ---------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-87
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-87
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>         Environment: Linux JDK 1.5
>            Reporter: Kasun Samarasinghe
>         Assigned To: Chathura Ekanayake
>            Priority: Minor
>             Fix For: 1.0-RC1-B3
>
>
> When there are two send mediators one with explicit end point declaration and another without, send mediator which 
> does not have a expecilt endpoint also sends the message to the same end point in the expecit declaration, not to the 
> implicit endpoint.
> E.g.
> In following configuration synapse loops between two send mediators since implicit send also happens to the same endpoint 
> declared in first send mediator.
> <definitions xmlns="http://ws.apache.org/ns/synapse">
>    
>   <log level="full">
>    <property name="incoming-property" value="This is incoming message"/>
>    </log>
>    
>      <send>
>    <endpoint>
>    <address uri="http://localhost:9000/axis2/services/SimpleStockQuoteService" />
>    </endpoint>
>    </send>
> <out>
> <log level="full">
>    <parameter name="outgoing-property" value="This is outgoing message"/>
>    </log>
> 	<send/>(implicit send)
> </out>
> </definitions>

-- 
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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org