Results 1 to 2 of 2

Thread: AxiomSoapMessageFactory - Attachment File Caching

  1. #1
    Join Date
    Sep 2010
    Posts
    1

    Default AxiomSoapMessageFactory - Attachment File Caching

    Does AxiomSoapMessageFactory not clean up it's attachment cache directory at all? we are using this and, under heavy load, the attachments cache directory can fill up rather quickly and never cleans up. What's the flush process with this cache directory?

  2. #2

    Default

    No clean is done at all in this code in AxiomSoapMessageFactory and my experience too


    You can open a Jira for that.

    You can easily extend the culprit AxiomSoapMessageFactory and add a deleteOnExit().

    And the file will be delete at the shutdown of the sever (normally down in a lot of production environnement every time the server is restarted during the night).



    Omar EL MANDOUR
    Need help on Spring WS ? Do you want to shift gears and build the architecture of your spring ws with half of the price that will be for your company ? I have worked on Spring Ws 1,5 year at full time and build around80 WS with full dao testing and integration tests with Soapui with Maven 2 on hudson

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •