Your pointcut looks fine. I haven't got any tests for metadata pushed as part of install, I didn't even know that was possible. I do however have tests checking if properties etc. are annotated as using metadata.
The choice whether to make a proxy or not is done during the instantiation phase, and this is also when the proxies advices are populated. So doing it as part of install is probably too late. Also, if the aspect has dependencies, those are determined during the describe phase View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184902#4184902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184902 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
