Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The JAXBMarshaller is attaching the message body as both the content and a property on the normalized message. While this is not a problem in and of itself, the problem is that the message properties are serialized and the message body is not and evidently JAXB has generated some non-serializable objects for the property. Overriding the DefaultMarshaller.marshal() method to remove the statement that attaches the message body as a property should do the trick because the message body is just XML.