-
Feature Request
-
Resolution: Obsolete
-
Minor
-
JBossAS-3.2.7 Final, JBossAS-4.0.1 Final, JBossAS-4.0.2RC1, JBossAS-4.0.2 Final
-
None
-
deployment service
-
Documentation (Ref Guide, User Guide, etc.)
I think the DeploymentService(this is NOT the jsr-88 service!!!) very very useful and we are using it in our admin GUI, but we are missing a method that make the deploy in a synch way.
Like described in the wiki http://www.jboss.org/wiki/Wiki.jsp?page=DeploymentService only asynch method is implemented.
So we suggest a method deployModuleSynch() or the use of the jsr-88 to make this. In our implementation we get a lot of code from JBAS-2114to implement deployModuleSynch().