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

Jobs that include a description with content should be considered by the JOC Cockpit configuration editor

    XMLWordPrintable

Details

    Description

      Current Situation

      If a job configuration contains a description element with content such as

      <job>
          <description><![CDATA[
             This is a description
          ]]></description>
          <script language="shell"><![CDATA[
      echo hello world
          ]]></script>
          <run_time/>
      </job>
      

      then the error

      com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `com.sos.joc.model.joe.job.Description`
      

      is raised when the job is loaded for editing with the JOC Cockpit inventory editor.

      Desired Behaviour

      It should be considered that a job description can include content in addition to child elements.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: