You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2013/01/26 23:39:12 UTC

[jira] [Commented] (KARAF-2115) Sync weaving behavior between root and child instances

    [ https://issues.apache.org/jira/browse/KARAF-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13563667#comment-13563667 ] 

Jean-Baptiste Onofré commented on KARAF-2115:
---------------------------------------------

Fix on Karaf trunk: http://svn.apache.org/viewvc?view=revision&revision=1438979
                
> Sync weaving behavior between root and child instances
> ------------------------------------------------------
>
>                 Key: KARAF-2115
>                 URL: https://issues.apache.org/jira/browse/KARAF-2115
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 2.3.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.1, 3.0.0
>
>
> In Karaf 2.3.0, the weaving has been disabled by default in the root instance in etc/system.properties with the following properties:
> #
> # 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.*
> However, this weaving behavior is not present in child instances: the child instances use a "default" system.properties without this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira