Contribution JARs should not be cached by URLConnections
--------------------------------------------------------
Key: TUSCANY-2138
URL: https://issues.apache.org/jira/browse/TUSCANY-2138
Project: Tuscany
Issue Type: Bug
Components: Java SCA Core Runtime
Affects Versions: Java-SCA-1.2
Reporter: Jean-Sebastien Delfino
Assignee: Jean-Sebastien Delfino
Fix For: Java-SCA-1.2
Contribution JARs should not be cached by the URLConnections used to read them
as caching these JARs makes updates impossible to handle without
stopping/restarting the JVM.
Code that uses URLConnections to read application contributions should call
setUseCaches(false).
Code that uses URL.openStream or ClassLoader.getResourceAsStream should be
changed to use a URLConnection.
--
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]