Author: genspring
Date: Thu Sep 1 08:10:05 2011
New Revision: 1163934
URL: http://svn.apache.org/viewvc?rev=1163934&view=rev
Log:
GERONIMO-5744 bundle urls and 3rd party libraries, setting org.apache.geronimo.equinox.useURLClassLoader=true
by default to run tck.
Modified:
geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties
Modified: geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties?rev=1163934&r1=1163933&r2=1163934&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties
(original)
+++ geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties
Thu Sep 1 08:10:05 2011
@@ -77,3 +77,9 @@ geronimo.cleanDirectoryList=${karaf.base
# Debug options for Equinox
#
#osgi.debug=${karaf.home}/etc/equinox-debug.properties
+
+
+#
+# Allows applications that assume TCCL to be a URLClassLoader to still run ok
+#
+org.apache.geronimo.equinox.useURLClassLoader=true
|