You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2011/01/27 12:17:37 UTC

svn commit: r1064083 - /sling/trunk/launchpad/base/src/main/resources/sling.properties

Author: fmeschbe
Date: Thu Jan 27 11:17:37 2011
New Revision: 1064083

URL: http://svn.apache.org/viewvc?rev=1064083&view=rev
Log:
SLING-1959 Use the framework classloader as the bundle parent classloader used for boot delegation

Modified:
    sling/trunk/launchpad/base/src/main/resources/sling.properties

Modified: sling/trunk/launchpad/base/src/main/resources/sling.properties
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/base/src/main/resources/sling.properties?rev=1064083&r1=1064082&r2=1064083&view=diff
==============================================================================
--- sling/trunk/launchpad/base/src/main/resources/sling.properties (original)
+++ sling/trunk/launchpad/base/src/main/resources/sling.properties Thu Jan 27 11:17:37 2011
@@ -52,6 +52,16 @@ sling.context.default = default
 
 
 #
+# Policy for the bundle parent classloaders used for boot delegation
+# Possible values:
+#   - boot -- Bootclass Loader; essentially same as "app" (default)
+#   - ext  -- Extension Classloader; parent of "app"
+#   - app  -- ClassLoader.getSystemClassLoader()
+#   - framework -- Classloader loading the OSGi Framework classes
+org.osgi.framework.bundle.parent = framework
+
+
+#
 # List of packages to append to the org.osgi.framework.system.packages property
 # NOTE: If this is set, it must start with a comma !
 # org.apache.sling.launcher.system.packages