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 ...
org.jboss.weld.exceptions.UnproxyableResolutionException:
WELD-001437 Normal scoped bean class
myPackageName.myClassName is not
proxyable because the type is final or
it ...