Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.13.1
-
None
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.