ORM error when using fieldType="one-to-many" (Migrating from CF11 to CF2023)
Hi, I have a REST-service that is working excellent on CF11. When I copy the files to a new CF2023 server and try to register the service in the administrator I get the following error when the model contains either fieldType="one-to-many" or fieldType="one-to-one"
exception.log:
Caused by: java.lang.ClassNotFoundException: org.hibernate.engine.spi.SharedSessionContractImplementor not found by orm [155]
I tried it with the original build-in Java 17.0.6 and 17.0.8
