You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2008/10/24 17:45:44 UTC

[jira] Created: (FELIX-794) Event Admin handler reject correctly formed topics

Event Admin handler reject correctly formed topics
--------------------------------------------------

                 Key: FELIX-794
                 URL: https://issues.apache.org/jira/browse/FELIX-794
             Project: Felix
          Issue Type: Bug
          Components: iPOJO
    Affects Versions: iPOJO-1.0.0
            Reporter: Clement Escoffier
            Assignee: Clement Escoffier
             Fix For: iPOJO-1.2.0


When receiving events, the Event Admin handler rejects valid topics. The issue comes from using a bad method validating topics. The used method is the one used to send topics, and so reject the '*' character. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-794) Event Admin handler reject correctly formed topics

Posted by "Clement Escoffier (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clement Escoffier resolved FELIX-794.
-------------------------------------

    Resolution: Fixed

Fix committed in the trunk.

The method validating topics is now compliant with the OSGi Event Admin specification.

> Event Admin handler reject correctly formed topics
> --------------------------------------------------
>
>                 Key: FELIX-794
>                 URL: https://issues.apache.org/jira/browse/FELIX-794
>             Project: Felix
>          Issue Type: Bug
>          Components: iPOJO
>    Affects Versions: iPOJO-1.0.0
>            Reporter: Clement Escoffier
>            Assignee: Clement Escoffier
>             Fix For: iPOJO-1.2.0
>
>
> When receiving events, the Event Admin handler rejects valid topics. The issue comes from using a bad method validating topics. The used method is the one used to send topics, and so reject the '*' character. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.