[
https://issues.apache.org/jira/browse/OOZIE-945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jun aoki updated OOZIE-945:
---------------------------
Attachment: oozie-945.2.patch
The Apache License comment was missing. Added.
> 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
> Assignee: jun aoki
> Priority: Minor
> Attachments: oozie-945.2.patch, oozie-945.patch
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira