You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2007/08/14 13:29:30 UTC

[jira] Work stopped: (FELIX-106) SCR doesn't support XML documents with namespaces

     [ https://issues.apache.org/jira/browse/FELIX-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on FELIX-106 stopped by Carsten Ziegeler.

> SCR doesn't support XML documents with namespaces
> -------------------------------------------------
>
>                 Key: FELIX-106
>                 URL: https://issues.apache.org/jira/browse/FELIX-106
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services
>            Reporter: Guillaume Sauthier
>            Assignee: Carsten Ziegeler
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> For instance, the following (valid) XML will lead to an Exception :
> <component xmlns="http://www.osgi.org/xmlns/scr/v1.0.0"
>                         xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0"
>                         name="scr.MyService">
>   <scr:implementation class="MyService" />
> </component>
> Does KXML2 supports namespaces ?

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