Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-3534

Transaction is not being shared by different operations within the same thread

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.0.0.Alpha1
    • 9.0.0.Alpha1
    • Security
    • None

    Description

      When injecting a JPA-based PartitionManager configuration in a EJB as follows:

          @Resource(mappedName = "picketlink/JPADSBasedPartitionManager")
          private PartitionManager jpaDSBasedPartitionManager;
      

      The IDM operations are executed without share the same EntityManager instance. This causes some strange behaviors such as not being able to retrieve data stored from a previous operation during a method execution.

      Attachments

        Issue Links

          Activity

            People

              psilva@redhat.com Pedro Igor Craveiro
              psilva@redhat.com Pedro Igor Craveiro
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: