Here is my code: http://gist.github.com/281463
Another interesting point is if I am hitting the url from SoapUI, I noticed the cid for both xop elements are the same. Does that matter? Here is the raw soap resoponse: http://gist.github.com/281488 The odd thing is, if I only send one attachment I get it just fine? On Tue, Jan 19, 2010 at 6:45 PM, James Carr <[email protected]> wrote: > I've been trying to use MTOM with one of my CXF services... with one > attatchment it works fine, with two I get a > java.util.ConcurrentModificationException whenever I try to read one > of the inputStreams for them. Any ideas offhand? > > Thanks, > James >
