Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-555

Bad exception message

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • jBPM 3.1.2, jBPM 3.2.0
    • jBPM 3.1.0
    • None
    • None

      The exception message at line 317 of TaskInstance.java (method end(Transition) is incorrect.

      If currently reads:

      public void end(Transition transition) {
      if (this.end!=null)

      { throw new IllegalStateException("task instance '"+id+"'is already started"); }

      It should say "ended" instead of "started"

            tom.baeyens Tom Baeyens (Inactive)
            JamesSchopp jamesschopp (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: