-
Bug
-
Resolution: Done
-
Major
-
JBoss AS7 7.1.1.Final, 10.1.0.Final
-
None
While working on the unit test for WFLY-7075, I noticed that PersistenceContext properties are not being passed correctly to the Injected EntityManager, we should fix that.
For Example:
@PersistenceContext(type = PersistenceContextType.TRANSACTION, unitName = "mypc", properties=
Unknown macro: {@PersistenceProperty(name="wildfly.jpa.allowjoinedunsync", value="true")})
private EntityManager allowjoinedunsyncEm;
Is passing an incorrect form of the property values.
- blocks
-
WFLY-7075 proposal (Extension): allow checking of mixed persistence context synchronization types to be skipped or to check if unsync context is already joined to JTA TX
-
- Closed
-