My tests to intercept newInstance calls via new() show that the pointcut won't 
work this way.

Perhaps what's needed is:

http://www.jboss.org/jbossaop/docs/2.0.0.GA/docs/aspect-framework/misc/reflection.html

The way @EJB, @Resource, etc works is that EJB3 looks for these and applies the 
logic as part of the Container lifecycle, so the interceptor approach is a bit 
different that our traditional handling.

S,
ALR

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210078#4210078

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210078
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to