[ 
https://issues.apache.org/jira/browse/ARIES-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14168574#comment-14168574
 ] 

Carsten Ziegeler commented on ARIES-1263:
-----------------------------------------

I think these are two issues, one is to make the filter part optional, so the 
following works:
Subsystem-ImportService: com.acme.Foo
The other issue is to select all services, I could imagine something like
Subsystem-ImportService: *
and
Subsystem-ImportService: *;filter:="(foo=baa)"

> 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)

Reply via email to