From: <dim...@jb...> - 2005-06-27 14:11:43
|
So the ability to dynamically attach jmx interceptors to any XBeans in general, and a set of SubDeployers in particular, exists both in 4.x.(3) and HEAD. The EJB, EJB3, and Web Deployes can be currently intercepted, (i.e. they've been XMBea-nized, with the DynamicInterceptor attached) but we may do the same for any subdeployer. Note, this is standard xmbean stuff, it's not related to jboss aop. This feature is already used in HEAD for the new WebService subdeployers, that can attach dynamically, do their own thing and fail a deployment if something goes wrong with the webservices part of the deployment. There is also an older prototyped LoginConfigInterceptor that detects the presence of a META-IN/login-config.xml and creates/destroys a security domain upon deployment, undeployment (although this needs work when dealing with multiple/nested login-config.xml descriptors>) Except for WebServices, this feature should be useful to the JBoss Portal deployer. We could also try to process custom log4j.xml descriptors? You can read about it here: http://wiki.jboss.org/wiki/Wiki.jsp?page=SubDeployerInterceptorSupport http://wiki.jboss.org/wiki/Wiki.jsp?page=InterceptorServiceMBeanSupport http://wiki.jboss.org/wiki/Wiki.jsp?page=DynamicInterceptor A related forum posting is this: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=57296&postdays=0&postorder=asc&start=0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882846#3882846 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882846 |