Another option, which is probably easier, is to install a AnnotationProcessor (which wraps
and forwards calls to the default AnnotationProcessor in JBossWeb), and delegates at
runtime to an AnnotationProcessor which Web Beans exposes to the ServletContext on
contextInitialized.
I took this approach for the plain Tomcat integration
https://svn.jboss.org/repos/webbeans/extensions/trunk/tomcat/support/src/...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224394#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...