Hi, I'm Tomo from SwitchYard project.
I hit an column not found error during upgrading to WildFly10 which uses Hibernate 5.0. It's working fine on WildFly8.0/Hibernate4.3. https://issues.jboss.org/browse/RIFTSAW-558
I'm not yet even sure why/how that PROCESSCONFDAOIMPL_PID column is reffered there, but on Hibernate4.3, the column is mapped to STORE_PROCESS_PID and works fine. The ProcessConfDaoImpl is a JPA annotated object, so it seems that raw class name is unexpectedly mapped to this column somehow on Hibernate5.0. https://github.com/riftsaw/riftsaw-ode/blob/master/dao-jpa/src/main/java/org/apache/ode/dao/jpa/store/ProcessConfDaoImpl.java
Does anyone know any behavior changes between Hibernate 4.3 and 5.0 which may cause this issue?
Thanks, Tomo
|