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

My guess is that they are merged, like I said in my previous email. I doubt spring is "the exception to the rule" ;P

Regards

On Mon, Jun 8, 2009 at 4:37 AM, Federico Firpo Bodner <federico@xxxxxxxxxxxx> wrote:
Thanks Tahir, but my doubt is: What happens if I put a second jar file with
a second aop.xml file? Both configurations are merged? Or each jar keeps the
settings in their own aop.xml?

Regards,
Federico

-----Mensaje original-----
De: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] En nombre de Tahir Akhtar
Enviado el: lunes, 08 de junio de 2009 11:34
Para: aspectj-users@xxxxxxxxxxx
Asunto: 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
>

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

_______________________________________________
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