[ https://issues.apache.org/jira/browse/FELIX-5738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16407610#comment-16407610 ]
Carsten Ziegeler commented on FELIX-5738: ----------------------------------------- [~jassuncao] The configuration of this property is slightly different than configuration topics for an event handler. From the metatype description: "If a single value ends with a dot, all topics in exactly this package are ignored. f a single value ends with a star, all topics in this package and all sub packages are ignored. So in your case you need to specify org/osgi/service/log* - without the slash > EventAdmin IgnoreTopic config. property doesn't support wildcards > ----------------------------------------------------------------- > > Key: FELIX-5738 > URL: https://issues.apache.org/jira/browse/FELIX-5738 > Project: Felix > Issue Type: Bug > Components: Event Admin > Reporter: Joao Assuncao > Assignee: Jean-Baptiste Onofré > Priority: Major > > EventAdminImpl is using package name matchers to implement IgnoreTopic, > namely PackageMatcher and SubPackageMatcher. These won't work when > org.apache.felix.eventadmin.IgnoreTopic is set with a wildcard, such as > org/osgi/service/log/* -- This message was sent by Atlassian JIRA (v7.6.3#76005)