Temp files created when axis2 modules are deployed
--------------------------------------------------
Key: AXIS2-3504
URL: https://issues.apache.org/jira/browse/AXIS2-3504
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: deployment
Affects Versions: 1.3
Environment: Win XP Proffesional. java 1.5
Reporter: Angel Cholchev
When a module is deployed a temp file with its content is created. This is done
to get the URL of all jars from the temp files. However in axis2 v1.3 the jars
are moved outside the mars, so there is no need to make a temp file.
This is critical if the AxisConfiguration is not singleton and we try to run
many services in one application.
The temp files are created in
org.apache.axis2.deployment.util.Util.getURLsForAllJars()
which calls
org.apache.axis2.deployment.util.Util.createTempFile()
--
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]