Uploaded image for project: 'JOC - JobScheduler Operations Center'
  1. JOC - JobScheduler Operations Center
  2. JOC-785

JOE for JOC Cockpit creates wrong xml when using include parameters files

    XMLWordPrintable

Details

    Description

      Current Situation

      When a job or order makes use of the "include" element to read parameters from a file then the generated xml file is wrong.

        <params >
              <param  name="param" value="value1"/>    
              <includes  live_file="file1.xml" node=""/>
              <includes  live_file="file2.xml"/>
          </params>
      

      Desired Behavior

      When a job or order makes use of the "include" element to read parameters from a file then the generated xml file should look like this:

        <params >
              <include  live_file="file1.xml" node=""/>
              <include  live_file="file2.xml"/>
              <param  name="param" value="value1"/>    
          </params>
      
      • <include> instead of <includes>
      • First the <include> elements then the <param> elements.

      Attachments

        Activity

          People

            oh Oliver Haufe
            ur Uwe Risse
            Anuj Mandloi Anuj Mandloi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: