[jboss-dev-forums] [Design of EJB 3.0] - RoleBasedAuthorizationInterceptorFactory dependencies

scott.stark@jboss.org do-not-reply at jboss.com
Mon Mar 31 19:18:36 EDT 2008


A problem I see in the jbossas startup when an ejb3 deployment exists is the RoleBasedAuthorizationInterceptorFactory attempting to do a lookup for the java:/jaas/* content to obtain the security domain binding. With the current security refactoring, this context is established by a separate JBossSecurityJNDIContextEstablishment bean on which there is no dependency.

For now that dependency should be part of the configuration specifying the RoleBasedAuthorizationInterceptorFactory. 

More generally this should be a jndi @Resource type of dependency that gets mapped to a bean that provides the jndi binding via an alias on an mc bean for example.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140298#4140298

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



More information about the jboss-dev-forums mailing list