Immediate components are registered as delayed
----------------------------------------------
Key: FELIX-337
URL: https://issues.apache.org/jira/browse/FELIX-337
Project: Felix
Issue Type: Bug
Components: Declarative Services
Affects Versions: 0.8.0, 1.0.0
Reporter: Jeremy Volkman
Priority: Critical
DS doesn't properly detect implicit immediate components (components with no
"immediate" attribute and no service registrations).
>From the spec, section 112.2.2:
"A component is an immediate component if it is not a factory
component and either does not specify a service or specifies a service
and the immediate attribute of the component element set to true."
Currently, a component defaults to 'immediate="false"', and the only way to
change this value is to explicitly define it in the component description.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.