You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2008/03/08 23:49:51 UTC

[jira] Updated: (AXIS2-3580) Non Blocking Dual Channel fails if MsgContext already had an replyTo Epr set to anonymous

     [ https://issues.apache.org/jira/browse/AXIS2-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-3580:
------------------------------------

    Assignee: Brian DePradine

> Non Blocking Dual Channel fails if MsgContext already had an replyTo Epr set to anonymous
> -----------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3580
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3580
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Thilina Gunarathne
>            Assignee: Brian DePradine
>            Priority: Critical
>
> OutInAxisOperation line 265 (in 1.3 release code).
>         if (useCustomListener == null || !useCustomListener.booleanValue()) {
>  >>           if(mc.getReplyTo()==null){
>                 EndpointReference replyToFromTransport =
>                         mc.getConfigurationContext().getListenerManager().
>                                 getEPRforService(sc.getAxisService().getName(),
>                                         axisOp.getName().getLocalPart(), mc
>                                         .getTransportIn().getName());
>                 if (mc.getReplyTo() == null) {
>                     mc.setReplyTo(replyToFromTransport);
>                 } else {
>                     mc.getReplyTo().setAddress(replyToFromTransport.getAddress());
>                 }
>             }
>         } 
> >> line should be as follows
>  if(mc.getReplyTo()==null | replyTo.hasNoneAddress()){

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