Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-762

JIT Thread and Calling thread can cause simultaneous access to hibernate sessions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Major
    • None
    • 5.6.0.Final
    • None
    • None

    Description

      When evaluating drools involving uninitialized property of hibernate entities, simultaneous access to a hibernate session can occur. With the existing codebase on 5.5/6.x the jit thread is "launched" prior to rule evaluation. This can cause the calling thread, and jit thread to call lazy property initialization at the same time, which can cause hibernate to throw exceptions.

      Attachments

        Activity

          People

            mfusco@redhat.com Mario Fusco
            mark_v_torres Mark Torres (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: