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
Ilya Zhavoronkov opened DATAJPA-1615 and commented
I ran into a problem that transactions do not work with a double dynamic proxy of Connection/PreparedStatement.
Attached example of code on Java. This works until you uncomment lines.
If I'll do something in method with @Transactional annotation, the transaction won't start.
@Transactional
I have tried to implement it with CGLIB with no luck.
Finally, I had to stop on simple Delegates with a lot of boiler code.
Is it a bug?
Affects: 1.11.23 (Ingalls SR23)
Attachments:
The text was updated successfully, but these errors were encountered:
Jens Schauder commented
This doesn't seem to be related to Spring Data JPA but to Spring Frameworks support for transactions (and possibly JDBC).
The correct issue tracker for that would https://github.com/spring-projects/spring-framework/issues
Sorry, something went wrong.
schauder
No branches or pull requests
Ilya Zhavoronkov opened DATAJPA-1615 and commented
I ran into a problem that transactions do not work with a double dynamic proxy of Connection/PreparedStatement.
Attached example of code on Java. This works until you uncomment lines.
If I'll do something in method with
@Transactional
annotation, the transaction won't start.I have tried to implement it with CGLIB with no luck.
Finally, I had to stop on simple Delegates with a lot of boiler code.
Is it a bug?
Affects: 1.11.23 (Ingalls SR23)
Attachments:
The text was updated successfully, but these errors were encountered: