The bottom line is that this is NOT a bug, rather a user error.

Samisa...

On Wed, May 26, 2010 at 9:48 AM, Miyuru Wanninayaka <[email protected]> wrote:

> Hello Dmitry,
>
> I have tested following configuration with ESB 3.0
>
> <proxy name="TestParameter" transports="https http" startOnLoad="true"
>> trace="disable">
>
>         <target>
>
>             <endpoint
>> name="endpoint_urn_uuid_A2376356FF1982A3662491148554145432047624">
>
>                 <address uri="
>> http://localhost:33666/WebApplication3/TestEP?param=MyValue123";
>> format="get"/>
>
>              </endpoint>
>
>             <outSequence>
>
>                 <send/>
>
>             </outSequence>
>
>         </target>
>
>  </proxy>
>
>
>  and deployed a servlet @ http://localhost:33666/WebApplication3/TestEPwhich 
> does
>
>> System.out.println(request.getParameter("param"));
>
>
> when I send a get request to http://localhost:8280/services/TestParameter I
> can see MyValue123 prints on web app terminal.
>
> Am I missing something?
>
> On Tue, May 25, 2010 at 2:05 AM, Dmitry Lukyanov <[email protected]>wrote:
>
>> Hello,
>>
>> I tried ESB 3.0, and my synapse configuration is not working because of
>> the bug (imho).
>> We have some endpoints with parameters:
>>
>> http://host/script?param=value
>>
>> And this parameter is very important for service execution.
>> When creating proxy service with address endpoint with this kind of url,
>> ESB 3.0 cuts out from the url all the parameters.
>> In the logs I can see destination address
>>
>> http://host/script
>>
>> In the previous release my synapse configuration works well.
>>
>> I'd like to know if it's a new feature, or a bug?
>>
>> Writing this mail to "architecture" mailing list because nobody answers
>> from "esb-java-user".
>>
>> --
>> Regards,
>>  Dmitry
>>
>>
>> _______________________________________________
>> Architecture mailing list
>> [email protected]
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>
>
>
> --
> Thanks,
> Miyuru
>
> _______________________________________________
> Architecture mailing list
> [email protected]
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
> Samisa Abeysinghe
VP Engineering
WSO2 Inc.
http://wso2.com
http://wso2.org
_______________________________________________
Esb-java-user mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-user

Reply via email to