You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2018/02/01 14:49:00 UTC

[jira] [Commented] (CAMEL-12114) Have XmlLineNumberParser respecting namespace uri

    [ https://issues.apache.org/jira/browse/CAMEL-12114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16348669#comment-16348669 ] 

Claus Ibsen commented on CAMEL-12114:
-------------------------------------

This parser is for internal tooling in Apache Camel. Are you using it for something?

> Have XmlLineNumberParser respecting namespace uri
> -------------------------------------------------
>
>                 Key: CAMEL-12114
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12114
>             Project: Camel
>          Issue Type: Improvement
>          Components: tooling
>    Affects Versions: 2.20.1
>            Reporter: Aurelien Pupier
>            Priority: Minor
>
> when javax.xml.parsers.DocumentBuilderFactory.setNamespaceAware(boolean) is [set to true|https://github.com/apache/camel/blob/f980e6b3d88f5ebb9e604aabc44315fa01a9e486/tooling/camel-route-parser/src/main/java/org/apache/camel/parser/helper/XmlLineNumberParser.java#L87], the namespace uris is supposed to be set on all nodes (when there is one)
> i think that it should be done [here|https://github.com/apache/camel/blob/f980e6b3d88f5ebb9e604aabc44315fa01a9e486/tooling/camel-route-parser/src/main/java/org/apache/camel/parser/helper/XmlLineNumberParser.java#L133].
> it will also avoid to have to "forcenameSpace" see [here|https://github.com/apache/camel/blob/f980e6b3d88f5ebb9e604aabc44315fa01a9e486/tooling/camel-route-parser/src/main/java/org/apache/camel/parser/helper/XmlLineNumberParser.java#L79]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)