Hi,
We needn't set the conduit into exchange explicitly.
When you see the code in MAPAggregator
ContextUtils.getConduit(conduit, message);
It should run into AbstractConduitSelector.getSelectedConduit(), from
which we get conduit from the EndpointInfo.
Would you please try your tests with SMX 3.2.3 snapshot? I think the fix
for SM-1593 should also fix this problem.
Regards
Freeman
servicer-mixer wrote:
It looks like the CxfProvider does not set the conduit into the exchange
after creating it. It worked as expected after I modified the provider class
to set the conduit into the exchange. Is this the correct fix or am I still
missing something?
Thanks