Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-2822

Wrapper: async executions must run within their own exclusive transaction

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Resolved
    • None
    • 2.0.0-RC2
    • Core
    • None

    Description

      Ideally to be enforced by running on a different (isolated) thread.
      Yet we are using the fork-join common pool, which provides no such guarantee.

      Currently an async execution might eventually run on the same thread as the caller, and hence participate in the same transaction as the caller. The framework must prevent this from happening.

      Attachments

        Issue Links

          Activity

            People

              hobrom Andi Huber
              hobrom Andi Huber
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: