From: <ad...@jb...> - 2005-04-27 20:01:51
|
The reason for knowing about the SecurityDomain is a fundamental difference in the deployment strategies of AOP vs MC In AOP if the advice is not deployed it is not included in the stack. If a depdendency of the advice is not deployed you find out after requests are being processed with a runtime exception. In the MC if the advice and its dependencies are not installed the object is not created and the user is told to deploy the missing dependency. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875644#3875644 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875644 |