There is no getEJBContext in InvocationContext, you either use JNDI lookup of
java:comp/EJBContext or injection (in the interceptor class).
@SessionContext ejbContext;
RC7 doesn't follow the final EJB3 spec. Upgrade to AS 4.2.0.GA as it is more aligned
with the spec.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048682#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...