Uploaded image for project: 'Aries'
  1. Aries
  2. ARIES-885

In container managed mode, a single non thread safe entity manager is used to service all requests when no transaction is active

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0
    • JPA
    • None

    Description

      The EntityManager object is not thread safe, so the access to the shared entity manager should be synchronized.

      This could eventually be made optional, but the default should be to be synchronized to avoid problems, disabling the synchronization should be an optional setting depending on which JPA provider is used.

      Attachments

        Activity

          People

            gnodet Guillaume Nodet
            gnodet Guillaume Nodet
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: