Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

module start and stop is not supported #48

Open
GoogleCodeExporter opened this issue Aug 25, 2015 · 1 comment
Open

module start and stop is not supported #48

GoogleCodeExporter opened this issue Aug 25, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Module start and stop, corresponding to commands start and stop of appcfg are 
not currently supported.
I attached a class to enable a rudimental support of these command (the start 
command can be implemented likewise).
The proposed solution is not ideal because it forces you to launch the command 
on individual modules when all other commands are typically launched against 
the ear project which includes all the modules.
It seems to me that the most logical use case is to launch start and stop 
commands against the ear project and start/stop all the modules. But this is 
not natively supported by appcfg.

Thanks
Raffaele


Original issue reported on code.google.com by raffaele...@gmail.com on 4 Jan 2014 at 8:53

Attachments:

@GoogleCodeExporter
Copy link
Author

We now have stop_module_version and start_module_version  goals
Please try them.

Original comment by l...@google.com on 14 Jun 2014 at 5:37

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant