This content has been marked as final.
Show 1 reply
-
1. Re: JBAS-6693 - Add deployExploded argument to DeploymentMan
starksm64 May 18, 2009 4:03 AM (in response to emuckenhuber)"emuckenhuber" wrote:
WRT: https://jira.jboss.org/jira/browse/JBAS-6693
We might want to add a notion of DeploymentOptions to the DeploymentManager instead of just a boolean argument like:DeploymentProgress distribute(String name, URL contentURL, DeploymentOption... options);
Ok."emuckenhuber" wrote:
I don't really like this, as the profileservice-spi should not really depend on the API from the DeploymentManager. Although it might be ok for 5.x and we'll review that for AS6 again?
The DeploymentOption could be in a package already in use by both the repository and deployment manager packages to avoid a dependency on the DeploymentManager.