Found a bug?

If I do a realease like this:

void release(DataSource ds) throws IOException {
  AttachmentDataSource ads = getAttachmentDataSource(ds);
  if (ads != null) {
   // tell attachment to hold the temporary file;
   ads.release();
  }
 }

and the ads.isCached() is false, I get an exception... would that be to
catch in the AttachmentDataSource class?
Stefan.

--
View this message in context: 
http://cxf.547215.n5.nabble.com/Caching-MTOM-attachments-and-working-with-cached-DataHandler-tp5529487p5664591.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to