[jira] Updated: (LOGGING-126) Within Tomcat 5.x implementation, under Windows ONLY Commons-logging forbids hot deployment due to JAR locking

2009-12-29 Thread Dennis Lundberg (JIRA)

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

Dennis Lundberg updated LOGGING-126:


Fix Version/s: (was: 2.0)
   1.1.2

 Within Tomcat 5.x implementation, under Windows ONLY Commons-logging forbids 
 hot deployment due to JAR locking 
 ---

 Key: LOGGING-126
 URL: https://issues.apache.org/jira/browse/LOGGING-126
 Project: Commons Logging
  Issue Type: Improvement
Affects Versions: 1.0, 1.0.1, 1.0.3, 1.0.4, 1.1.0, 1.1.1
 Environment: Windows only
Reporter: Philippe Mouawad
Assignee: Simon Kitching
 Fix For: 1.1.2

 Attachments: Patch.txt


 To reproduce the problem:
 Create a WAR that contains a JAR that contains commons-logging.properties.
 Deploy this WAR to TOMCAT 5.x
 Try to redeploy it, it will fail
 This is due to the fact that LogFactory uses url.openStream to open this file 
 , thus URLConnection will use an internal cache and this will provoke a lock 
 on the file from Window.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (LOGGING-126) Within Tomcat 5.x implementation, under Windows ONLY Commons-logging forbids hot deployment due to JAR locking

2008-09-11 Thread Philippe Mouawad (JIRA)

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

Philippe Mouawad updated LOGGING-126:
-

Attachment: Patch.txt

This patch solves the issue by disabling the URLConnection cache.

 Within Tomcat 5.x implementation, under Windows ONLY Commons-logging forbids 
 hot deployment due to JAR locking 
 ---

 Key: LOGGING-126
 URL: https://issues.apache.org/jira/browse/LOGGING-126
 Project: Commons Logging
  Issue Type: Improvement
Affects Versions: 1.0, 1.0.1, 1.0.3, 1.0.4, 1.1.0, 1.1.1
 Environment: Windows only
Reporter: Philippe Mouawad
 Attachments: Patch.txt


 To reproduce the problem:
 Create a WAR that contains a JAR that contains commons-logging.properties.
 Deploy this WAR to TOMCAT 5.x
 Try to redeploy it, it will fail
 This is due to the fact that LogFactory uses url.openStream to open this file 
 , thus URLConnection will use an internal cache and this will provoke a lock 
 on the file from Window.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.