We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Juergen Hoeller opened SPR-13002 and commented
Affects: 4.2 RC1
Issue Links:
Referenced from: commits a1107af, 79e24ae
1 votes, 4 watchers
The text was updated successfully, but these errors were encountered:
Anders Wallgren commented
In 5.0.0.RC1 I'm having this problem -- looks like Session.close signature changed:
Caused by: java.lang.NoSuchMethodError: org.hibernate.Session.close()Ljava/sql/Connection; at org.springframework.orm.hibernate4.SessionFactoryUtils.closeSession(SessionFactoryUtils.java:121)
Sorry, something went wrong.
Never mind -- was using hibernate4 packages...
Rob Platt commented
See #17919, bug report against Hibernate ORM 5.0 support (probably applies only when via JPA)
jhoeller
No branches or pull requests
Juergen Hoeller opened SPR-13002 and commented
Affects: 4.2 RC1
Issue Links:
Referenced from: commits a1107af, 79e24ae
1 votes, 4 watchers
The text was updated successfully, but these errors were encountered: