I'm running JBoss 4.0.3SP1 with EJB3.0 RC5
Jonathan
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941434#3941434
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941434
Hi,
I've been racking my head for days on this, any help would be appreciated.
I am using quartz for scheduling. I am using the EJBInvoker (if you don't know
about this, don't worry it's not that important) to invoke an EJB when a
trigger is fired. Quartz's EJBInvoker job requires EJB 2.1 syn
Thanks for your response Alessandro, but it's not quite what I'm looking for.
I've already successfully created an EJB Interceptor (I get who is actually
calling that bean). What I'm trying to do is find out who is TRYING to call
into that bean, ie/ I need to get the failed attempts too -- the
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 i