[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sandesha-dev
Subject:    [jira] Assigned: (SANDESHA2-55) pass options to
From:       "Matt Lovett (JIRA)" <jira () apache ! org>
Date:       2006-11-30 15:57:23
Message-ID: 29450941.1164902243180.JavaMail.jira () brutus
[Download RAW message or body]

     [ http://issues.apache.org/jira/browse/SANDESHA2-55?page=all ]

Matt Lovett reassigned SANDESHA2-55:
------------------------------------

    Assignee: Matt Lovett

> pass options to responseMessageContext
> --------------------------------------
> 
> Key: SANDESHA2-55
> URL: http://issues.apache.org/jira/browse/SANDESHA2-55
> Project: Apache Sandesha2
> Issue Type: Bug
> Reporter: Takahide Nogayama
> Assigned To: Matt Lovett
> Priority: Critical
> 
> org.apache.sandesha2.workers.SenderWorker.checkForSyncResponses(MessageContext \
> msgCtx) creates responseMessageContext and set some information from input argument \
> messagecontext to responseMessageContext. I think that MessageContext.options \
> should also be set to responseMessageContext. In current implementation, it is \
> discarded. We can see similar case in \
> org.apache.axis2.description.OutInAxisOperation.send(MessageContext msgctx). And \
>                 the fix code is from here.
> -current------------------------------------------------------------------------------------------
>  // create the responseMessageContext
> MessageContext responseMessageContext = new MessageContext();
> ------------------------------------------------------------------------------------------------------
>                 
> -fix-----------------------------------------------------------------------------------------------------
>  // create the responseMessageContext
> MessageContext responseMessageContext = new MessageContext();
> responseMessageContext.setOptions(msgCtx.getOptions());   // set options.
> ------------------------------------------------------------------------------------------------------
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: \
                http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic