An DONE for ACKNOLEDGMENT was returned during integration test case instead ERROR,for Test 8 RobustInOnly dispatcher with a fault and faultToException.
This integration test case with Dispatcher pattern expect an ERROR because a exception must be returned by the EIP dispatcher pattern with "faultToException" policy.
In this test the RMIComponentContext_EIP_1 running Test8 send message with IN_ONLY mep. The EIP Component dispatches the incoming IN message toward the configured 'sub-services' in Consumes sections (here RMIComponentContext_EIP_2 and RMIComponentContext_EIP_3).
The RMIComponentContext_EIP_2 receive from the dispatcher the exchange of Test 8 with RobustInOnly mep and return DONE
The RMIComponentContext_EIP_2 wait the incoming message of Test 9.
An integration exception was generated because expected ACK is ERROR and the ACK recovered was DONE ...
After that the RMIComponentContext_EIP_3 receive from the dispatcher the exchange of Test 8 with mep RobustInOnly
and wait the incoming message of Test 9
I think a timeout can be reached or another cause occurred, before the RMIComponentContext_EIP_3 receive the dispatched message and the expected Fault wasn't set, the EIP Component can't generate the Exception from a Fault because status was setted to DONE by the RMIComponentContext_EIP_2.