The TargetModuleID[] should be replaced with our ManagedDeployment though, but it would
have to be a future object as it cannot be built until the deployment is complete.
The addition to ManagementView could just be:
| /**
| *
| * @param name phase unique name
| * @param phase the phase this deployment applies to
| * @param contentURL content for obtaining the deployment archive
| * @return DeploymentProgress
| */
| public DeploymentProgress addDeployment(String name, DeploymentPhase phase,
| URL contentURL);
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134726#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...