Task errors out when using the Make Plate on CDI ticket.
Symptoms
With the Make Plate on CDI ticket, the task fails as the path to the file contains an "&" character. The log file of the task states: "java.lang.Exception: character & not allowed in name.". This character was in the pathname of the file.
Solution
Some characters aren't allowed in XML: &, >, <, %, ", '
So, these should be avoided in filenames and pathnames as the JDF submitted to the CDI uses XML.