Author: struberg
Date: Mon May 4 22:35:59 2015
New Revision: 1677706
URL: http://svn.apache.org/r1677706
Log:
OWB-1048 avoid to destroy the application context on session end ;)
Modified:
openwebbeans/trunk/webbeans-web/src/main/java/org/apache/webbeans/web/context/WebContextsService.java
Modified:
openwebbeans/trunk/webbeans-web/src/main/java/org/apache/webbeans/web/context/WebContextsService.java
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-web/src/main/java/org/apache/webbeans/web/context/WebContextsService.java?rev=1677706&r1=1677705&r2=1677706&view=diff
==============================================================================
---
openwebbeans/trunk/webbeans-web/src/main/java/org/apache/webbeans/web/context/WebContextsService.java
(original)
+++
openwebbeans/trunk/webbeans-web/src/main/java/org/apache/webbeans/web/context/WebContextsService.java
Mon May 4 22:35:59 2015
@@ -485,9 +485,6 @@ public class WebContextsService extends
// Clear thread locals
sessionContexts.set(null);
sessionContexts.remove();
-
- // note that this does _not_ set it to inactive and _not_ destroy
Extensions and internal Beans
- applicationContext.destroy();
}
/**