3 cached file attachment questions

2012-10-30 Thread James Grahn
Greetings, I'm in the midst of implementing a service (Axis2 1.5.6) that expects to handle very large attachments. Because of this, we will need to activate file caching. I've looked over some of the documentation and code, but haven't been able to satisfactorily answer a few questions and hoped

RE: 3 cached file attachment questions

2012-10-30 Thread Martin Gainty
Hello James you can either 1) file a JIRA https://issues.apache.org/jira/browse/AXIS2 or 2)modify the code and make the change yourself (which would be considerably quicker) org.apache.axis2.saaj.util.SAAJDataSource //change this to protected void flushToDisk( String filename, String ext) thr