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

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

XMLWordPrintable

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

      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.

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

                Created:
                Updated:
                Resolved: