Re: deploy and undeploy a gbean

2007-08-24 Thread Stefan Schulze Frielinghaus
BTW, It's a user question so you'd be better off sending it to the user mailing list - [EMAIL PROTECTED] (see http://geronimo.apache.org/mailing-lists.html). Ops, I thought the dev-list is for developing stuff. I will close this thread an "reopen" it under the user list. Please ignore this o

Re: deploy and undeploy a gbean

2007-08-23 Thread Jacek Laskowski
On 8/23/07, Stefan Schulze Frielinghaus <[EMAIL PROTECTED]> wrote: > I'm trying to write a GBean which dynamically deploys and undeploys > other GBeans. My first thought about this task was to get a list of > all running modules from which I could decide which to undeploy. ... > 14:38:55,100 ERROR

deploy and undeploy a gbean

2007-08-23 Thread Stefan Schulze Frielinghaus
Hello, I'm trying to write a GBean which dynamically deploys and undeploys other GBeans. My first thought about this task was to get a list of all running modules from which I could decide which to undeploy. String uri = "deployer:geronimo:inVM"; String username = "system"; String password