Brett Porter created MSHADE-175:
-----------------------------------
Summary: XmlAppendingTransformer should merge namespaces
Key: MSHADE-175
URL: https://jira.codehaus.org/browse/MSHADE-175
Project: Maven Shade Plugin
Issue Type: Bug
Reporter: Brett Porter
Consider merging two spring-context.xml files, where one uses a tag such as
{{util:properties}}, and the second does not, not declaring the namespace. The
merged document contains the tag, but not the namespace, causing it to fail to
parse at runtime:
{code}
Caused by: org.xml.sax.SAXParseException; lineNumber: 32; columnNumber: 152;
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can
be found for element 'util:properties'.
{code}
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)