[jboss-dev-forums] [Design of POJO Server] - Re: JACC Policy Bean not getting injected into EJBModule

scott.stark@jboss.org do-not-reply at jboss.com
Mon Apr 16 18:21:56 EDT 2007


The commit should be a result of the jacc policy bean starting. The jacc policy object should depend on the policy configuration objects for the deployment units. The output of the SecurityDeployer should be:

+ JaccPolicy
   - PC1
   - PC2
   ...

where each PCn is a policy configuration for the associated deployment unit, and the JaccPolicy has a dependency on the PCn. Once all PCs have been started, the JaccPolicy is started and at that point the PCs can be linked.


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

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



More information about the jboss-dev-forums mailing list