Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.5.4014, 1.6.4014
-
None
Description
Using javas.script implementation in a job without surrounding "spooler_process" has an invalid default result in case of order jobs.
A job like
<job order="yes"> <script language="javax.script:rhino"> <![CDATA[ spooler_log.info( "Hello world." ); ]]> </script> <run_time /> </job>
results in error (it will work if order="no" is set).
As workaround you can wrap the script code with "spooler_process".