/[Apache-SVN]
ViewVC logotype

Revision 1446089


Jump to revision: Previous Next
Author: guillaume
Date: Thu Feb 14 09:56:15 2013 UTC (11 years, 4 months ago)
Changed paths: 3
Log Message:
FELIX-3900 @HandlerDeclaration do not convert DOM Attributes to iPOJO Attributes correctly
FELIX-3901 Avoid converting Xml namespace declaration with @HandlerDeclaration

* Use Attr.getLocalName() instead of Attr.getName(): getName returns a concatenation of prefix + ':' + localName
* Ignore 'xmlns' prefixed attributes
* Added tests to avoid future regressions

Changed paths

Path Details
Directoryfelix/trunk/ipojo/manipulator/manipulator/src/main/java/org/apache/felix/ipojo/manipulator/metadata/annotation/visitor/HandlerDeclarationVisitor.java modified , text changed
Directoryfelix/trunk/ipojo/manipulator/manipulator/src/test/java/org/apache/felix/ipojo/manipulator/metadata/annotation/ComponentWorkbenchTestCase.java modified , text changed
Directoryfelix/trunk/ipojo/manipulator/manipulator/src/test/java/org/apache/felix/ipojo/manipulator/metadata/annotation/visitor/HandlerDeclarationVisitorTestCase.java added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26