Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.2
-
None
Description
Currently there is no way to detect Hessian faults in the mediation. For most other message formats this has already been implemented. Once a fault is detected a property indicating the fault is stored inside the Axis message context.
The attached patch add the same behavior for binary Hessian messages. It extends the existing HessianMessageBuilder. Additionally the patch includes unit tests to test the added functionality as well as the existing one. So far there were no unit tests.
The unit test need some binary hessian messages as test resources. I included them in the patch to ease the review but do think it might make more sense to put them in the svn repo individually. So I'll attach those files separately as well.