Pedro Igor created WFLY-3534:
--------------------------------
Summary: Transaction is not being shared by different operations within the
same thread
Key: WFLY-3534
URL:
https://issues.jboss.org/browse/WFLY-3534
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Security
Affects Versions: 9.0.0.Alpha1
Reporter: Pedro Igor
Assignee: Darran Lofthouse
When injecting a JPA-based PartitionManager configuration in a EJB as follows:
{code}
@Resource(mappedName = "picketlink/JPADSBasedPartitionManager")
private PartitionManager jpaDSBasedPartitionManager;
{code}
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.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)