You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "jun aoki (JIRA)" <ji...@apache.org> on 2013/01/16 01:44:12 UTC

[jira] [Updated] (OOZIE-945) BundleSubmitXCommand.submit() doesn't properly remove comments

     [ https://issues.apache.org/jira/browse/OOZIE-945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jun aoki updated OOZIE-945:
---------------------------

    Assignee: jun aoki
    
> 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
>
> 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