kostasc96
kostasc96

Reputation: 1

Hibernate Error in Weblogic 12c Deployment

I am trying to deploy a war in Weblogic 12c and results in the following error:

: java.lang.ClassNotFoundException: Failed to load class org.hibernate.AnnotationException

What could possibly go wrong?

Upvotes: 0

Views: 150

Answers (1)

kameshsr
kameshsr

Reputation: 357

Maybe your war file misses some jar file. So check your classpath or .bash_profile. See this for a better explanation.

Upvotes: 1

Related Questions