Author: genspring
Date: Tue Sep 6 07:08:41 2011
New Revision: 1165518
URL: http://svn.apache.org/viewvc?rev=1165518&view=rev
Log:
GERONIMO-5744 setting org.apache.geronimo.equinox.useURLClassLoader=false by default becuase
setting to true will bring some TCK failures in jaxr/jaxws buckets.
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=1165518&r1=1165517&r2=1165518&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
Tue Sep 6 07:08:41 2011
@@ -80,6 +80,6 @@ geronimo.cleanDirectoryList=${karaf.base
#
-# Allows applications that assume TCCL to be a URLClassLoader to still run ok
+# Allows applications that assume TCCL to be a URLClassLoader to still run ok, default is
false.
#
-org.apache.geronimo.equinox.useURLClassLoader=true
+org.apache.geronimo.equinox.useURLClassLoader=false
|