1 2 Previous Next 16 Replies Latest reply on Jan 27, 2016 7:37 AM by salvuzzo Go to original post
      • 15. Re: Wildfly 8.1 - Javassist Enhancement failed
        smarlow

        Hibernate is rewriting the com.test.dal.model.model.Person entity class to handle lazy loading (using Javassist).  If you disable lazy loading for com.test.dal.model.model.Person, the problem will not occur.  The reason why Hibernate is failing is because your application is not not able to load the Javassist classes.  The question that I am trying to answer, is why aren't the javaassist classes on the application classpath.

         

        Please do your best to describe the files that you expect to be in your application deployment.  For example, is it just the ejb-test-dal.jar file? 

        • 16. Re: Wildfly 8.1 - Javassist Enhancement failed
          salvuzzo

          do not ask me why, but reinstalling jboss wildfly 8.1 everything went

          1 2 Previous Next