Yes  it is wrong , please create a JIRA

Thanks
Deepal

Martin Gainty wrote:

> yes That worked ..thanks for the suggestion Deepal
>
> I thini I've found a bug with messageReceiver spec in the
> \src\modules\samples\userguide\example\META-INF\services.xml
> messageReceiver for WsaMappingTest service
> <serviceGroup>
>    <service name="WsaMappingTest">
>        <description>
>            Sample to via WSA Mapping
>        </description>
>        <parameter name="ServiceClass"
> locked="false">userguide.example3.MyService</parameter>
>        <operation name="echo">
>            <!-- messageReceiver
> class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/ -->
>         <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-only";
> class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver"/>
>         <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out";
> class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/>
>            <actionMapping>urn:sample/echo</actionMapping>
>        </operation>
>    </service>
> </serviceGroup>
>
> Is this in JIRA???
> Thanks/
> Martin--
> This email message and any files transmitted with it contain confidential
> information intended only for the person(s) to whom this email message is
> addressed.  If you have received this email message in error, please
> notify
> the sender immediately by telephone or email and destroy the original
> message without making a copy.  Thank you.
>
> ----- Original Message ----- From: "Deepal Jayasinghe"
> <[EMAIL PROTECTED]>
> To: <axis-user@ws.apache.org>
> Sent: Tuesday, May 08, 2007 1:21 PM
> Subject: Re: [Axis2] WS-RM and Axis2 Asynch Client not Returning
>
>
>> Hi Martin,
>>
>> You need to change your axis2.xml to fix this issue. For that please add
>> following element into axis2.xml/PhaseOrder
>>
>> <phase name="RMPhase"/>
>>
>> Thanks
>> Deepal
>>
>>> Good Afternoon Ted
>>>
>>> Downloading the sandesha2 distro from
>>> http://people.apache.org/repo/m1-snapshot-repository/org.apache.sandesha2/mars/
>>>
>>>
>>> While attempting to engage the sandesha2 module globally i see this
>>>
>>> Invalid phases please recheck axis2.xml RMPhase for the handler
>>> SandeshaInHandler
>>>
>>> where the module.xml for sandesha defined the InHandler as
>>>       <handler name="SandeshaInHandler"
>>> class="org.apache.sandesha2.handlers.SandeshaInHandler">
>>>             <order phase="RMPhase"/>
>>>         </handler>
>>>
>>> (Hope you dont mind Blue)
>>>
>>> Which distro/mar are we supposed to be implementing?
>>> Thanks,
>>> Martin--
>>>
>>> This email message and any files transmitted with it contain
>>> confidential
>>> information intended only for the person(s) to whom this email
>>> message is
>>> addressed.  If you have received this email message in error, please
>>> notify
>>> the sender immediately by telephone or email and destroy the original
>>> message without making a copy.  Thank you.
>>>
>>>     ----- Original Message -----
>>>     *From:* Ted Jones <mailto:[EMAIL PROTECTED]>
>>>     *To:* axis-user@ws.apache.org <mailto:axis-user@ws.apache.org>
>>>     *Sent:* Tuesday, May 08, 2007 12:17 PM
>>>     *Subject:* [Axis2] WS-RM and Axis2 Asynch Client not Returning
>>>
>>>     I am using Sandesha2 with an asynch Axis2 client. Using the
>>>     example that comes with Sandesha2 (the asynch echo client), the
>>>     onComplete() method of my callback is never hit. It appears the
>>>     response is not returning.
>>>
>>>     Any ideas?
>>>
>>>     Thanks,
>>>     Ted
>>>
>>
>> -- 
>> Thanks,
>> Deepal
>> ................................................................
>> "The highest tower is built one brick at a time"
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

-- 
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to