Okay, I finally figured out a solution.  Apparently, I had slightly older 
jboss-ejb3x.jar and jboss-ejb3.jar file versions.  They referenced 
javax/ejb/InvocationContext.  Thus, the annotations that I referenced in my 
compiled source were never located when the container was instead (apparently) 
trying to find javax/interceptors/InvocationContext.  So, my interceptors never 
fired.

The solution is easy.  Make sure you have the 4.0.4-GA app server jar's listed 
above in your CLASSPATH for your IDE.  

- Saish

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955696

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to