Skip to content
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

Compatibility issue with Hibernate5 #246

Open
GhalebKhaled opened this issue Jan 30, 2016 · 0 comments
Open

Compatibility issue with Hibernate5 #246

GhalebKhaled opened this issue Jan 30, 2016 · 0 comments

Comments

@GhalebKhaled
Copy link

I have Spring 4.2.4 + hibernate 5.0.6, everything is working fine, once I add lightadmin 1.2.0, I got the following exception
`Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.orm.hibernate5.HibernateTemplate]: Factory method 'hibernateTemplate' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [com/test/core/Config.class]: Bean instantiation via factory method failed; nested exception is

org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.hibernate.SessionFactory]: Factory method 'sessionFactory' threw exception; nested exception is java.lang.AbstractMethodError`
Note: Gradle build file and datasouce configuration:
build.gradle.zip
Config.java.zip

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

No branches or pull requests

1 participant