Axis2 incomplete cached files should be deleted BUT they aren't; how can I 
delete them
--------------------------------------------------------------------------------------

                 Key: AXIS2-3189
                 URL: https://issues.apache.org/jira/browse/AXIS2-3189
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.3
         Environment: MS Win Server 2003
            Reporter: Fahd El Moujahid
            Priority: Blocker


I am using Axis2-1.3 and I am enabling file caching on both the Client and the 
Server side using the following:

*************************************************************************
Server side through Axis2.xml

<axisconfig name="AxisJava2.0">

    <!-- ================================================= -->
    <!-- Parameters -->
    <!-- ================================================= -->
    <parameter name="cacheAttachments" locked="false">true</parameter>
    <parameter name="attachmentDIR" locked="false">temp directory</parameter>

    <parameter name="sizeThreshold" locked="false">4000</parameter>
    .........
    .........
</axisconfig>


Enabling file caching for client side receiving by setting the Options as 
follows.

options.setProperty(Constants.Configuration.CACHE_ATTACHMENTS,Constants.VALUE_TRUE);
options.setProperty(Constants.Configuration.ATTACHMENT_TEMP_DIR,TempDir);
options.setProperty(Constants.Configuration.FILE_SIZE_THRESHOLD, "4000");


*************************************************************************

The problem I am facing is that when the client is uploading a large file and 
it suddenling reset the connection, and exception of "Error creating temporary 
File" is triggered on the server side, a behaviour that is totaly normal. 
HOWEVER, the file, the client is uploading (and axis2 is writting to the disk) 
stays in the temporary directory specified in the Axis2.xml and Axis doesn't 
delete it !!! (I know that temp files are not deleted by axis2 BUT I thought 
that this applies only for completed ones-the ones written to the disk without 
any problem). Is there a solution so that I can get the name of these files???? 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to