-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement
Description
Erwin Vervaet opened SPR-2236 and commented
It is currently not possible to have a local JPA EntityManager, like the one created by LocalEntityManagerFactoryBean, participate in JTA transactions managed by the container, e.g. EJB 2.1 CMT, even when using JtaTransactionManager.
The Spring Hibernate integration does support this, using the JtaTransactionManager.
As an aside, note that the Spring JDO support also does not support this.
Attachments:
- jpa_cmt_discussion.txt (9.61 kB)
Issue Links:
- Shared EntityManager within the same JTA transaction across Spring transaction boundaries [SPR-3930] #8610 Shared EntityManager within the same JTA transaction across Spring transaction boundaries
Metadata
Metadata
Assignees
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement