diff --git a/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties b/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties index f9d5280..000faa7 100644 --- a/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties +++ b/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties @@ -83,6 +83,11 @@ org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog 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.*