jboss « aspectj « Java Enterprise Q&A





1. AspectJ Load time weaving + JBOSS 4.0.5.GA    stackoverflow.com

I am going for AspectJ Load Time Weaving. That worked fine with standalone application :: adding aop.xml to META-INF folder and running it with -javaagent vm argument. But I could not deploy ...

2. CDI Weld and AspectJ - org.jboss.weld.exceptions.UnproxyableResolutionException    stackoverflow.com

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 ...