Also note that ManagedMBeanDeploymentFactory deployments can be done anywhere as long as
there is a dependency on the ManagementView which defines the incallback/uncallback
context injection for this type:
| <bean name="ManagementView"
class="org.jboss.profileservice.management.ManagementViewImpl">
| ...
| <!-- Accept any implementor of ManagedMBeanDeploymentFactory -->
| <incallback method="addManagedMBeanDeployments"/>
| <uncallback method="removeManagedMBeanDeployments"/>
| </bean>
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228466#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...