You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org> on 2008/03/26 10:37:24 UTC

[jira] Resolved: (TUSCANY-2138) Contribution JARs should not be cached by URLConnections

     [ https://issues.apache.org/jira/browse/TUSCANY-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Sebastien Delfino resolved TUSCANY-2138.
---------------------------------------------

    Resolution: Fixed

> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org