[Architecture] [ESB 3.0] Bug in address endpoint
Samisa Abeysinghe
samisa at wso2.com
Wed May 26 00:59:27 EDT 2010
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 <miyuru at wso2.com> 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 <dlukyanov at ukr.net>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
>> Architecture at wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>
>
>
> --
> Thanks,
> Miyuru
>
> _______________________________________________
> Architecture mailing list
> Architecture at wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
> Samisa Abeysinghe
VP Engineering
WSO2 Inc.
http://wso2.com
http://wso2.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.wso2.org/pipermail/architecture/attachments/20100526/231a9bdd/attachment.html>
More information about the Architecture
mailing list