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

I'm going to take a wild guess and say they are scoped to the entire class loader. My reasoning is that since spring contains an aop.xml in the spring-aspects.jar and if you import that jar in your project, you will inherit the settings from that aop.xml as well as any that you define yourself.

On Mon, Jun 8, 2009 at 3:11 AM, pilux <federico@xxxxxxxxxxxx> 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
--
View this message in context: http://www.nabble.com/About-aop.xml-scope-tp23919264p23919264.html
Sent from the AspectJ - users mailing list archive at Nabble.com.

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



--
My Latest Song: http://soundclick.com/share?songid=7173778
My Original Music: http://www.soundclick.com/KenEgervari
My Humorous Speeches: http://www.youtube.com/user/egervari
My Facebook: http://www.new.facebook.com/profile.php?id=716270499/profile.php?id=716270499

Back to the top