As said earlier I think we should address this problem using the "plain" OSGi APIs instead of Blueprint, Declarative Services or similar. Note that all these approaches use the plain OSGi service model underneath. By only using the core API (which is available in any OSGi environment) we'll be able to offer OSGi support in a generic manner, i.e. it will also be usable in environments without Blueprint or DS (while in these environments still Blueprint/DS could be used to obtain references to the Validator service).
--Gunnar
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Hi,
As said earlier I think we should address this problem using the "plain" OSGi APIs instead of Blueprint, Declarative Services or similar. Note that all these approaches use the plain OSGi service model underneath. By only using the core API (which is available in any OSGi environment) we'll be able to offer OSGi support in a generic manner, i.e. it will also be usable in environments without Blueprint or DS (while in these environments still Blueprint/DS could be used to obtain references to the Validator service).
--Gunnar