SCR doesn't support XML documents with namespaces
-------------------------------------------------

                 Key: FELIX-106
                 URL: http://issues.apache.org/jira/browse/FELIX-106
             Project: Felix
          Issue Type: Bug
          Components: Declarative Services
            Reporter: Guillaume Sauthier
            Priority: Minor


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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to