Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] About aop.xml scope

Hi,
Here is from my own experience:
I have a aop.xml in a jar and it is used to weave all the jars in WEB-INF/lib and all the classes in WEB-INF/classes. When I place the jar containing aop.xml in Tomcat/common/lib it can even weave the classes in jars provided by tomcat.

regards,
Tahir Akhtar
pilux wrote:
Hi All,

    I have a doubt. Settings in aop.xml are scoped only to the classes
contained in same jar file, or are exported and merged into whole JVM
weaver?

Thanks and regards, Federico



Back to the top