Hi, I'm implementing a security proxy and I note that I have to associate the specific security proxy with an EJB in the jboss.xml file.
So far I don't have a jboss.xml and so I was wondering if there should be an annotation that performs the same job as the declaration in the jboss.xml file? At first glance it seems that @AroundInvoke might provide similar functionality but the InvocationContext argument passed to the interceptor doesn't include any security context information, so how would you obtain that? - Paul View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952398#3952398 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952398 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
