[
https://issues.apache.org/jira/browse/ARIES-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14167285#comment-14167285
]
David Bosschaert commented on ARIES-1263:
-----------------------------------------
I think we can start by implementing this in Aries. Then we can later include
this in a spec update...
> Make it possible to select 'all services' with Subsystem-ImportService
> ----------------------------------------------------------------------
>
> Key: ARIES-1263
> URL: https://issues.apache.org/jira/browse/ARIES-1263
> Project: Aries
> Issue Type: Bug
> Components: Subsystem
> Affects Versions: subsystem-core-1.1.0
> Reporter: David Bosschaert
>
> The Subsystem-ImportService header currently has a format that requires a
> class name followed by a filter, for example:
> {code} Subsystem-ImportService:
> com.acme.logging.Log;filter:="(threshold=error)"{code}
> However in some cases you want to specify _all_ services. There is currently
> no way to do this.
> Additionally, it would be nice to make is easier to select all services of a
> given type. Currently you have to specify a filter for this, which is a
> little awkward. It would be nice if that could be shortened, so e.g.
> {code} Subsystem-ImportService: com.acme.Foo{code}
> instead of
> {code} Subsystem-ImportService: com.acme.Foo;filter:="(service.id=*)"{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)