I forgot to mention that I'm using a /FileDataSource/ to create the
/DataHandler /that I'm sending from the client:


*FieldType data = new FieldType();
data.setName("data");
FileDataSource fileDataSource = new FileDataSource(file);
fileDataSource.setFileTypeMap(new MimetypesFileTypeMap());
data.setData(new DataHandler(fileDataSource));*


Thx in advance ...


--
View this message in context: 
http://cxf.547215.n5.nabble.com/java-lang-OutOfMemoryError-in-a-MTOM-client-tp5709736p5709737.html
Sent from the cxf-issues mailing list archive at Nabble.com.

Reply via email to