Message aggregation not done properly when executing sample 400
---------------------------------------------------------------
Key: SYNAPSE-257
URL: https://issues.apache.org/jira/browse/SYNAPSE-257
Project: Synapse
Issue Type: Bug
Affects Versions: NIGHTLY
Environment: JDK1.5.0_14, Ubuntu7.10
Reporter: Evanthika Amarasiri
When executing sample 400 the client sends a request with several getQuotes
where it will be split and sent as separate requests to the server. When the
server responds it will send several responses to match with the requests which
it received and then using the aggregate mediator these responses will be
collected to generate a single message which will be sent to the client.
But currently it sends only one response and not a collection of all the
responses which it received from the server.
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]