Robert Kanter created OOZIE-945:
-----------------------------------
Summary: BundleSubmitXCommand.submit() doesn't properly remove
comments
Key: OOZIE-945
URL: https://issues.apache.org/jira/browse/OOZIE-945
Project: Oozie
Issue Type: Bug
Components: bundle
Reporter: Robert Kanter
Priority: Minor
Early in BundleSubmitXCommand.submit() there is this line:
{code}
XmlUtils.removeComments(this.bundleBean.getOrigJobXml().toString());
{code}
But removeComments() returns a String, so the resulting XML String with the
comments removed is never actually used by the rest of the code in submit()
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira