[JBoss-user] [EJB 3.0] - Re: EJB 2.1 problems with EJB 3.0

2006-05-04 Thread jbeer
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

[JBoss-user] [EJB 3.0] - EJB 2.1 problems with EJB 3.0

2006-05-04 Thread jbeer
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

[JBoss-user] [Security & JAAS/JBoss] - Re: SecurityIncerceptor, EJB 3.0 RC5

2006-04-05 Thread jbeer
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

[JBoss-user] [Security & JAAS/JBoss] - SecurityIncerceptor, EJB 3.0 RC5

2006-04-04 Thread jbeer
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