You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/06/08 12:47:00 UTC

[jira] [Created] (MEAR-281) DocumentBuilderFactory not namespace aware in AbstractEarPluginIT

Elliotte Rusty Harold created MEAR-281:
------------------------------------------

             Summary: DocumentBuilderFactory not namespace aware in AbstractEarPluginIT
                 Key: MEAR-281
                 URL: https://issues.apache.org/jira/browse/MEAR-281
             Project: Maven Ear Plugin
          Issue Type: Bug
            Reporter: Elliotte Rusty Harold


around line 384

                  DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
                    dbf.setValidating( true );
                    DocumentBuilder docBuilder = dbf.newDocumentBuilder();



--
This message was sent by Atlassian Jira
(v8.3.4#803005)