Author: struberg
Date: Tue May 19 14:08:29 2015
New Revision: 1680297
URL: http://svn.apache.org/r1680297
Log:
add more information about the ApplicationBoundaryService
Modified:
openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
Modified:
openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties?rev=1680297&r1=1680296&r2=1680297&view=diff
==============================================================================
---
openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
(original)
+++
openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
Tue May 19 14:08:29 2015
@@ -45,7 +45,13 @@ org.apache.webbeans.spi.BeanArchiveServi
################################################################################################
########################### Default ApplicationBoundary Service
################################
-#Default implementation of org.apache.webbeans.corespi.JNDIService.
+# Default implementation of the ApplicationBoundaryService.
+# This service defines the 'outer boundary' classloader of each Application.
+# For a WAR it is the WebAppClassLoader, for EARs it is the Ear ClassLoader.
+# This is to e.g. prevent a producer method for a @RequestScoped EntityManager
to use the
+# shared tomcat/tomee/etc ClassLoader to be used for loading the generated
proxy class
+# as this would create mem leaks.
+#
org.apache.webbeans.spi.ApplicationBoundaryService=org.apache.webbeans.corespi.se.DefaultApplicationBoundaryService
################################################################################################