On Thu, 17 Jul 2008 13:25:00 +0200, Daniel Kulp <[EMAIL PROTECTED]> wrote:
Looking at the code, it looks like Aegis only reads mtom if mtom is
enabled on the databinding. JAXB is different. It will always read
MTOM, but only write mtom if mtom is enabled.
The simplest thing to do is when you create your AegisDatabinding
object, call the setMtomEnabled(true) method or set that via a property
in the spring config. That said, Aegis probably should behave like JAXB
here and accept the message, but not produce one like it. Feel free to
log a bug.
Dan
Yep, AegisDatabinding#setMtomEnabled() is what was needed, thx.
See https://issues.apache.org/jira/browse/CXF-1706.