RE: [JBoss-dev] Depend ...

2001-09-06 Thread marc fleury
|If I could have JBoss - be a family of services |-then it should, be able to, undeploy for ex. MQ |andredploy without distubence to sevices dependent |of MQ!. | |how ? That is one of the goals of RH. The service libraries and service controllers role is to build a list of dependencies of

RE: [JBoss-dev] Depend ...

2001-09-06 Thread marc fleury
|Hi, | |I have here a version of ServiceDeployer that does this at the jsr/sar |level. You can specify which sar's a given sar depends on, then it works |like this: | |B depends on A How do you know that B depends on A, how do you feed that to the SD? do you take the classpath jsr? Try doing

RE: [JBoss-dev] Depend ...

2001-09-06 Thread marc fleury
|You need to say which David ;-) David Maspleden, Simple is the word, to administrate is the verb marcf ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] Depend ...

2001-09-05 Thread David Jencks
Hi, I have here a version of ServiceDeployer that does this at the jsr/sar level. You can specify which sar's a given sar depends on, then it works like this: B depends on A deploy A, then deploy B Undeploy A B undeployed redeploy A - B redeployed. Actually it will do fancier stuff