Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AspectJ and EL

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.

 


Back to the top