No, the org.jboss.deployers.spi.deployer.managed.ManagedDeploymentCreator relies on
DeploymentUnit or the unit ManagedObject set:
| public interface ManagedDeploymentCreator
| {
| /**
| * Build up the deployment management view.
| * @param unit - the deployment unit to process
| * @param md - the unit ManagedDeployment
| */
| public ManagedDeployment build(DeploymentUnit unit, Map<String,
ManagedObject> unitMOs,
| ManagedDeployment parent);
| }
|
If type is not part of DeploymentUnit, then a ManagementDeployment annotation would have
to be added to use with the ManagedObjects.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136237#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...