Hibernate buildSessionFactory() Exception

前端 未结 4 1892
一向
一向 2021-01-02 14:21

I have a serious problem with hibernate. I followed various books und online tutorials, but I ever get the same Exception \"ExceptionInInitializerError\" obviously thrown by

4条回答
  •  独厮守ぢ
    2021-01-02 14:58

    I too experienced the "Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister" and adding javassist.X.X.jar to the classpath took care of it.

提交回复
热议问题