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

org.hibernate.HibernateException: HHH000142: Javassist Enhancement failed: models.Article #758

Open
giovannijunior opened this issue Feb 25, 2024 · 0 comments

Comments

@giovannijunior
Copy link

I created a new Ninja application using the ninja-servlet-jpa-blog-archetype, version 7.0.0. When executing it on Java 18 or 21, I got the error below, which I could work around by declaring a newer version of Javassist in the application’s pom.xml:

org.hibernate.HibernateException: HHH000142: Javassist Enhancement failed: models.Article

<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.25.0-GA</version>
</dependency>
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