|
Session properties do work. Check out the SessionPropertyChainingRouterTestCase.
Wrong. In session test all of the services are controlled by Mule. And by default Mule will propagate the session contents header throughout. The failing test, though, is talking to an external web service, which doesn't preserve custom properties. responseProperties was the way to move those props along.
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Session will NOT work, as the external service will drop the header with the serialized session, so I think this handling must be fixed (it's a simple implementation of a 'SmartProxy' pattern).