XML configuration file uses unqualified locals
----------------------------------------------
Key: FELIX-695
URL: https://issues.apache.org/jira/browse/FELIX-695
Project: Felix
Issue Type: Bug
Components: Declarative Services (SCR), Maven SCR Plugin
Affects Versions: scr-1.0.2, maven-scr-plugin-1.0.7
Reporter: Carsten Ziegeler
Assignee: Carsten Ziegeler
Fix For: maven-scr-plugin-1.0.8, scr-1.0.4
According to the spec, the xml configuration file uses unqualified local
elements which means they don't have a namespace.
Currently the scr plugin generates elements that all have a namespace and the
scr implementation requires all elements
to have this namespace.
The scr plugin should not generate the namespace for the inner elements of
component and the scr implementation should
either except inner elements with or without the namespace to be compatible to
existing configuration files.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.