Thanks for the advice and quick response, Dan. I will give that a try today.
Regards, Steve dkulp wrote: > > > By default, the WSS4JOutInterceptor turns off MTOM since the attachments > would > not be signed/encrypted. Basically, it takes the "secure" route. > > You can tell it to not do that by: > > <bean class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor"> > > <constructor-arg> > .... > </contructor-arg> > <property name="allowMTOM" value="true"/> > .... > > Dan > > On Wednesday 28 April 2010 5:16:47 pm Steve T/V wrote: >> Hi. We're attempting to send large (from 55MB to 400MB) files over CXF, >> but we're running into OutOfMemory exceptions even at the lower end, >> and... > > -- View this message in context: http://old.nabble.com/Out-of-memory-when-sending-files-%28MTOM%2C-inlining%2C-JDK-1.6%29-tp28394078p28401059.html Sent from the cxf-user mailing list archive at Nabble.com.
