Skip to content

Compatibility with Hibernate ORM 5.0 GA [SPR-13002] #17594

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 May 9, 2015 · 3 comments
Closed

Compatibility with Hibernate ORM 5.0 GA [SPR-13002] #17594

spring-projects-issues opened this issue May 9, 2015 · 3 comments
Assignees
Labels
type: task A general task
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented May 9, 2015

Juergen Hoeller opened SPR-13002 and commented


Affects: 4.2 RC1

Issue Links:

Referenced from: commits a1107af, 79e24ae

1 votes, 4 watchers

@spring-projects-issues
Copy link
Collaborator Author

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)

@spring-projects-issues
Copy link
Collaborator Author

Anders Wallgren commented

Never mind -- was using hibernate4 packages...

@spring-projects-issues
Copy link
Collaborator Author

spring-projects-issues commented Aug 9, 2015

Rob Platt commented

See #17919, bug report against Hibernate ORM 5.0 support (probably applies only when via JPA)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants