Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.10.7, 1.11.3
-
None
Description
Current Situation
When the name of a job chain contains the # sign an exception is thrown when the graphical view is generated. To reproduce this
- Store a job chain in a folder a#b
- Open the folder in JOE
- Create a job chain
- Select the job chain from the tree.
The root cause for this issue is a general problem with JAXB when unmarshalling files.
The solution is to use a FileInputStream object instead of an File object
Desired Behaviour
When a job chain is stored in a folder that contains the # sign no exception should be thrown when selecting the job chain.