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 2013/01/26 23:51:40 UTC

svn commit: r1438981 - /karaf/branches/karaf-2.3.x/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties

Author: jbonofre
Date: Sat Jan 26 22:51:40 2013
New Revision: 1438981

URL: http://svn.apache.org/viewvc?rev=1438981&view=rev
Log:
[KARAF-2115] Update weaving configuration in system.properties of child instances

Modified:
    karaf/branches/karaf-2.3.x/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties

Modified: karaf/branches/karaf-2.3.x/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties?rev=1438981&r1=1438980&r2=1438981&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties (original)
+++ karaf/branches/karaf-2.3.x/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties Sat Jan 26 22:51:40 2013
@@ -82,3 +82,12 @@ org.eclipse.jetty.util.log.class=org.ecl
 #
 org.apache.servicemix.specs.debug=false
 org.apache.servicemix.specs.timeout=0
+
+#
+# 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.*