[jboss-user] [EJB 3.0] - Re: is there any replacement for SecurityProxy with ejb3

wolfc do-not-reply at jboss.com
Fri May 25 09:39:08 EDT 2007


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#4048682

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



More information about the jboss-user mailing list