Trying to upgrade my WebApplication to java17,hibernate6x and spring6x but getting below issue

44 views Asked by At
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactoryInformix' defined in class path resource [spring/application-bean.xml]: class org.hibernate.type.ComponentType cannot be cast to class org.hibernate.type.BasicType (org.hibernate.type.ComponentType and org.hibernate.type.BasicType are in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @4d847d32)


Caused by: java.lang.ClassCastException: class org.hibernate.type.ComponentType cannot be cast to class org.hibernate.type.BasicType (org.hibernate.type.ComponentType and org.hibernate.type.BasicType are in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @4d847d32)
0

There are 0 answers