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

StackOverflowError in HistoryActivityInstanceQueryImpl

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • jBPM 4.0.0.Beta2
    • jBPM 4.0.0.Beta1
    • Runtime Engine
    • None

    Description

      StackOverflowError in HistoryActivityInstanceQueryImpl.java at line 89

      The statement in line 89:

      return hql().toString();

      should be:

      return hql.toString();

      because the content of the stringbuffer (variable name "hql") is the return value

      Thank you.

      Attachments

        Activity

          People

            tom.baeyens Tom Baeyens (Inactive)
            biber82 Andreas Bieberbach (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: