Skip to content

EclipseLinkJpaDialect does not support declarative transaction isolation [SPR-12319] #16924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Oct 10, 2014 · 3 comments
Assignees
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Oct 10, 2014

Senén de Diego opened SPR-12319 and commented

EclipseLinkJpaDialect throws an exception in beginTransaction when specifying a transaction isolation level other than default in the @Transactional annotation.

The same problem has been solved (under certain circumstances) in the last RC for HibernateJpaDialect.

Would it be possible to fix this also?


Affects: 4.1.1

Issue Links:

Referenced from: commits de11cd8, 33d85d2, bd5383e

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Addressed along the lines of http://stackoverflow.com/questions/24293945/spring-managed-transactions-eclipselink-jpa-custom-isolation-level now, to be available in the upcoming 4.1.2 snapshot.

Juergen

@spring-projects-issues
Copy link
Collaborator Author

Senén de Diego commented

That was fast!. Thank you.

@spring-projects-issues
Copy link
Collaborator Author

spring-projects-issues commented Oct 22, 2014

Juergen Hoeller commented

If you have a chance, please give this a try with a recent 4.1.2.BUILD-SNAPSHOT (see http://projects.spring.io/spring-framework/)... There's another EclipseLinkJpaDialect change (#12409) going with it, would be great to test that as well :-)

Juergen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants