Are you weaving at compile time or using LTW?

I'm new here too, but it may on account of classloaders.  Sometimes, JSPs
 are rendered in different classloaders.  Each classloader needs their own
copy of the woven class (as I understand it).  So, if you're using LTW,
you'll need to ensure that all your classloaders are weaving properly.

Is it remotely possible that this could help?
-w



On Wed, Oct 30, 2013 at 9:01 AM, Anthony <i...@aplossystems.co.uk> wrote:

> 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
>
>
_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to