You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Sagi Anna <An...@comverse.com> on 2005/03/24 13:53:47 UTC

Writing attachments to /tmp

Hello, 
Our application tries to get attachment from Web Services server by
calling
to Stub.getAttachments() method, which returns array of zero size.

After deeper investigation , we have noticed that attachments bigger
then 16K are
written to user's temp directory.
When tmp becomes full, Stub.getAttachments() returns attachment of zero
size.

It means that ManagedMemoryDataSource class does not clean tmp directory
, as it should do. 
We don't want to write to tmp directory at all. How can we do that ? 
Thank you in advance, 
Anna