Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] CDI Weld and AspectJ - org.jboss.weld.exceptions.UnproxyableResolutionException

I'm afraid there are no switches for that right now, the method will
be marked final.  I could perhaps add the option to make them
non-final (a compile time flag) - do you want to raise an enhancement
request for that?

Andy

On 27 May 2011 02:54, Cosmin Nicolae Vacaroiu <cosminvacaroiu@xxxxxxxxx> wrote:
> I get this error when using AspectJ and CDI.
>
> org.jboss.weld.exceptions.UnproxyableResolutionException: WELD-001437 Normal
> scoped bean class myPackageName.myClassName is not proxyable because the
> type is final or it contains a final method static final java.lang.String
> myPackageName.myClassName.myMethodName_aroundBody0(myPackageName.myClassName.,org.aspectj.lang.JoinPoint).
>
> If I remove AspectJ it works, but I don't want that. Please Help.
>
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-dev
>
>


Back to the top