java.lang.ClassCastException: org.hibernate.type.StringType cannot be cast to org.hibernate.type.Type
org.openmrs.module.reporting.common.HibernateUtil.standardType(HibernateUtil.java:46)
org.openmrs.module.reporting.report.service.db.MappedDefinitionType.getPropertyTypes(MappedDefinitionType.java:74)
org.hibernate.type.CompositeCustomType.getColumnSpan(CompositeCustomType.java:175)
The pom.xml has been updated automatically when doing the retroengineering to generate entities files. I just removed the added content and it work again.
Thanks