Hi,

 

I've just installed AspectJ and got it working as expected but I've come
across an unexpected problem.  Everything works fine except when the code is
called from EL (through JSF), then it just skips the around advice that I've
created for it.  I can kind of understand why this might be happening as it
seems the advice is attached the calling code as opposed the method code
(inferring from AJDT behaviour), but is there any way around it?

 

Many thanks,


Anthony.

 

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

Reply via email to