RE: MTOM enabling a service

2007-04-17 Thread Christopher Moesel
al Message- From: Dan Diephouse [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 1:30 PM To: cxf-user@incubator.apache.org Subject: Re: MTOM enabling a service I think I see where the issue might be - we're assuming that the mtom-enabled property is a Boolean, not a String. As a te

Re: MTOM enabling a service

2007-04-17 Thread Dan Diephouse
I think I see where the issue might be - we're assuming that the mtom-enabled property is a Boolean, not a String. As a temporary workaround you can try this: true I'll fix this in SVN as well! (BTW its a "-" not a "_" in the mtom-enabled property) - Dan On 4/17/07, Christopher Moesel

MTOM enabling a service

2007-04-17 Thread Christopher Moesel
I am attempting to MTOM-enable my CXF service. I am using the CXFServlet and Spring configuration. I have added the following as a child of the element in the spring config file: Although my service seems to accept MTOM/XOP requests just fine, it doesn't seem to be using MTOM for the repo