You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Sauthier (JIRA)" <ji...@apache.org> on 2013/02/14 10:18:12 UTC

[jira] [Created] (FELIX-3900) @HandlerDeclaration do not convert DOM Attributes to iPOJO Attributes correctly

Guillaume Sauthier created FELIX-3900:
-----------------------------------------

             Summary: @HandlerDeclaration do not convert DOM Attributes to iPOJO Attributes correctly
                 Key: FELIX-3900
                 URL: https://issues.apache.org/jira/browse/FELIX-3900
             Project: Felix
          Issue Type: Bug
          Components: iPOJO
    Affects Versions: ipojo-manipulator-1.8.6
            Reporter: Guillaume Sauthier
            Assignee: Guillaume Sauthier
             Fix For: ipojo-manipulator-1.8.8


The following xml declaration is incorrectly transformed:
{code}
@HandlerDeclaration("<sh:command xmlns:sh='org.ow2.shelbie' sh:type='stateful'/>")
{code}

Transformed metadata:
{noformat}
org.ow2.shelbie:command { $http://www.w3.org/2000/xmlns/:xmlns:sh="org.ow2.shelbie" }
{noformat}

Notice the double ':'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira