0

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?

kostasc96
  • 1
  • 2

1 Answers1

1

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

kameshsr
  • 327
  • 3
  • 13