Hi, I am using JBoss AS 4.0.3 SP1, with EJB3.0-RC5, and am fairly new to JBoss/security.
I am trying to create a security interceptor to intercept all calls made to any EJB and do some logging (who's trying to call what methods). I have tried to implement the org.jboss.security.SecurityProxy interface, however, this doesn't seem to jive with EJB3.0. For one, it requires the javax.ejb.EJBContext interface (setEJBContext), which is not in the javax.ejb package (since I'm using EJB3.0-RC5), and I don't see it bound in the JNDI. I feel like I'm barking up the wrong tree. Could anybody shed some light/insight into my problem? Should I be trying to implement the SecurityProxy or am I going about this the wrong way? Thank you, Jonathan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934830#3934830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934830 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
