Timothy Ward created ARIES-1099:
-----------------------------------

             Summary: Aries Proxy explodes when using Logback
                 Key: ARIES-1099
                 URL: https://issues.apache.org/jira/browse/ARIES-1099
             Project: Aries
          Issue Type: Bug
          Components: Proxy
    Affects Versions: proxy-impl-1.0.1
            Reporter: Timothy Ward
            Assignee: Timothy Ward


The Aries Proxy weaving code has a exclusions for the packages that it uses 
(e.g. ASM) to prevent it trying to weave classes that are needed to weave 
classes. Obviously this is necessary to prevent 
cycle/NoClassDefFoundError/Kaboom type problems.

One of the things needed by the proxy weaving code is logging. There is an 
existing exclusion for SLF4J, but this can also be provided by logback. This 
also needs to be excluded.

--
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

Reply via email to