You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/10/10 21:13:10 UTC

svn commit: r1396746 - /karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties

Author: jbonofre
Date: Wed Oct 10 19:13:09 2012
New Revision: 1396746

URL: http://svn.apache.org/viewvc?rev=1396746&view=rev
Log:
[KARAF-1905] Disable weaving by default

Modified:
    karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties

Modified: karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties?rev=1396746&r1=1396745&r2=1396746&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties (original)
+++ karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties Wed Oct 10 19:13:09 2012
@@ -83,6 +83,11 @@ org.eclipse.jetty.util.log.class=org.ecl
 org.apache.servicemic.specs.debug=false
 org.apache.servicemic.specs.timeout=0
 
-# Workaround for KARAF-1905
+#
+# Settings for the OSGi 4.3 Weaving
+# By default, we will not weave any classes. Change this setting to include classes
+# that you application needs to have woven.
+#
+org.apache.aries.proxy.weaving.enabled=none
+# Classes not to weave - Aries default + Xerces which is known to have issues.
 org.apache.aries.proxy.weaving.disabled=org.objectweb.asm.*,org.slf4j.*,org.apache.log4j.*,javax.*,org.apache.xerces.*
-