You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Daniel Ueberfluss (JIRA)" <ji...@apache.org> on 2015/02/12 17:37:12 UTC

[jira] [Created] (NIFI-349) NiFi should set namespaceAware flag on document builders

Daniel Ueberfluss created NIFI-349:
--------------------------------------

             Summary: NiFi should set namespaceAware flag on document builders
                 Key: NIFI-349
                 URL: https://issues.apache.org/jira/browse/NIFI-349
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework
            Reporter: Daniel Ueberfluss
            Priority: Minor


We are experimenting with NiFi on systems and it turns out, the JVM that IBM puts out is strict with their XML parser immpl. They require that anything using namespaces in an XSD set the "namespaceAware" flag on the document builder. It looks like NiFi is not setting this flag at startup and we can't run it in the environment. Any chance you could make this change? Basically, any part of NiFi that parses XML would have to set the namespace-aware flag to true. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)