John Ross created ARIES-907:
-------------------------------
Summary: Persisted, unscoped subsystems are not being correctly
started on restarts.
Key: ARIES-907
URL: https://issues.apache.org/jira/browse/ARIES-907
Project: Aries
Issue Type: Bug
Components: Subsystem
Reporter: John Ross
Assignee: John Ross
Basically, a subsystem should always be started when requested except on a
restart (e.g., subsystems implementation bundle or framework) if the subsystem
is not ready. The term "ready" is defined as at least one parent is in the
STARTING or ACTIVE state and autostart is set to started. Autostart is set to
started whenever an explicit start operation is requested (i.e. the start
method of that subsystem is directly invoked by a client). It is also
automatically set to started if the subsystem is content of another subsystem.
Autostart is set to stopped whenever an explicit stop operation is requested
(i.e. the stop method of that subsystem is directly invoked by a client).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira