Re: svn commit: r394422 - in /geronimo/branches/1.1/modules: deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/jmx/ deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/ deploy-

2006-04-16 Thread Gianny Damour
Actually, my first pass was an ExtendedDeploymentManager defining a distribute method taking such an additional parameter. I drop this idea to implement this one because I wanted to stick to the JSR88 API. Thanks, Gianny Aaron Mulder wrote: OK. A little cheesy to set the flag, do the

Re: svn commit: r394422 - in /geronimo/branches/1.1/modules: deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/jmx/ deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/ deploy-

2006-04-16 Thread Aaron Mulder
Yeah, but I don't think having a bunch of extra flags where you need to cast the DeploymentManager to some implementation class and then set the flags and then let it go back to being a DeploymentManager really counts as sticking to the JSR-88 API. You might as well just put some methods in the

Re: svn commit: r394422 - in /geronimo/branches/1.1/modules: deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/jmx/ deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/ deploy-

2006-04-15 Thread Aaron Mulder
OK. A little cheesy to set the flag, do the thing, and then unset the flag, but I guess it works for 1.1. Maybe I'll put in a JIRA to make this work better somehow (like call a Geronimo-specific method on the DeploymentManager that implies or takes an argument for an in-place deployment).