Author: nthaker Date: Mon Jun 9 08:57:29 2008 New Revision: 665728 URL: http://svn.apache.org/viewvc?rev=665728&view=rev Log: WSCOMMONS-356
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/lifecycle/impl/LifecycleManagerImpl.java Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/lifecycle/impl/LifecycleManagerImpl.java URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/lifecycle/impl/LifecycleManagerImpl.java?rev=665728&r1=665727&r2=665728&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/lifecycle/impl/LifecycleManagerImpl.java (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/lifecycle/impl/LifecycleManagerImpl.java Mon Jun 9 08:57:29 2008 @@ -142,6 +142,7 @@ } Thread t = new Thread(new LifecycleManagerImpl.FileDeletor(interval, file)); + t.setDaemon(true); t.start(); if(log.isDebugEnabled()){ log.debug("End deleteOnTimeInterval()");