Details
-
Fix
-
Status: Released (View Workflow)
-
Blocker
-
Resolution: Fixed
-
2.5.0
-
None
Description
Current Situation
- When upgrading to release 2.5.0 then the functionality to update jobs in any workflows from a central Job Template is broken and raises the error:
2022-11-22T12:58:02,145 ERROR qtp55909012-15146824 c.s.j.c.JOCDefaultResponse - java.lang.ClassCastException: class com.sos.inventory.model.instruction.NamedJob cannot be cast to class com.sos.inventory.model.instruction.ConsumeNotices (com.sos.inventory.model.instruction.NamedJob and com.sos.inventory.model.instruction.ConsumeNotices are in unnamed module of loader org.eclipse.jetty.webapp.WebAppClassLoader @6b58b9e9) java.lang.ClassCastException: class com.sos.inventory.model.instruction.NamedJob cannot be cast to class com.sos.inventory.model.instruction.ConsumeNotices (com.sos.inventory.model.instruction.NamedJob and com.sos.inventory.model.instruction.ConsumeNotices are in unnamed module of loader org.eclipse.jetty.webapp.WebAppClassLoader @6b58b9e9)
Desired Behavior
- Updates of jobs from a central Job Template should work.
Workaround
This is more the sort of an ugly workaround:
- export the folder(s) that include workflows with jobs that should be updated
- remove the respective folder(s)
- import the folder(s)
- update jobs from the Job Template
Patch
- https://download.sos-berlin.com/patches/2.5.0-patch/patch-20221123-JOC-1430-2.5.0.jar
- See attached Wiki page how to apply the patch.
Attachments
Issue Links
- Wiki Page
-
Wiki Page Loading...