2 Replies Latest reply on Sep 17, 2006 2:23 PM by dlofthouse

    JBWS-1205 - Temporary files created parsing WSDL

    dlofthouse

      When the WSDL is parsed a number of temporary files are created under 'server\default\tmp\jbossws', this is not a problem for deployments but for clients that regularly lookup remote services each invocation causes new files to be added.

      I would like to modify WSDL11Reader to delete all temporary files created as part of the parsing process once parsing is complete instead of setting 'deleteOnExit'.

      Running the testsuite this does not cause any failures, I just wanted to check if anyone knew of any reasons why this files may be needed to be kept?