Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-1293

(TestCase) In Java 8 the javascript engine RHINO is replaced by NASHORN

    XMLWordPrintable

Details

    • Test Case
    • Status: Released (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 1.8
    • None
    • None

    Description

      Pre Test

      1. Setup a JobScheduler for v1.8.x
      2. Put sample job attached into the live folder
      3. Be sure that Java 7 and Java 8 (JRE) installed at you JobScheduler server

      Test behaviour with Java 7

      1. configure sos.ini (Section [java]) to use Java 7, e.g. vm = C:\Program Files\Java\jre7\bin\server\jvm.dll
      2. Start JobScheduler
      3. start the job objects_noorder
      4. be sure that the job runs without an error and produces the file result.txt in the live folder with the following content:
        spooler.variables.count=4
        spooler_task.params.names=taskparam1;taskparam2
        spooler_job.name=objects_noorder
        spooler.variables.count=4
        spooler_task.params.names=taskparam1;taskparam2
        spooler_job.name=objects_noorder
        

      Test behaviour with Java 8

      1. delete file result.txt in the live folder, if exists
      2. configure sos.ini (Section [java]) to use Java 8, e.g. vm = C:\Program Files\Java\jre8\bin\server\jvm.dll
      3. Start JobScheduler
      4. start the job objects_noorder
      5. be sure that the job runs without an error and produces the file result.txt in the live folder with the same content as above

      Attachments

        Issue Links

          Activity

            People

              ss Stefan Schädlich (Inactive)
              ss Stefan Schädlich (Inactive)
              Stefan Schädlich Stefan Schädlich (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: