-
Notifications
You must be signed in to change notification settings - Fork 106
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
Hibernate5 Module is not working with SessionFactory #103
Comments
Changed to version 2.8.5 and the problem seems to be fixed. |
Now I'm getting this error |
hve u been solved this? plz help . |
We encountered the |
If anyone has a solution, please feel free to post it here. |
Hello,
I have a spring application that uses the Hibernate5 module, I've attached the SessionFactory to properly handle lazy initialization but I'm getting an error.
The error occurs right at this line
jackson-datatype-hibernate/hibernate5/src/main/java/com/fasterxml/jackson/datatype/hibernate5/PersistentCollectionSerializer.java
Line 345 in d40339b
and this is the exception
java.lang.NoSuchMethodException: org.hibernate.resource.transaction.TransactionCoordinator.isJta()
Here is how I configured the bean
I'm doing something wrong?
The text was updated successfully, but these errors were encountered: