...
If you are running against a SQL Sever database, you need to update the dialect . In your old specified in the datasource file. The Standard Upgrade Instructions describe managing your phixflow-datasource.xml file, and migrating this to the new release. In this file you will have:
Code Block | ||
---|---|---|
| ||
<prop key="hibernate.dialect">org.hibernate.dialect.SQLServerDialect</prop> |
...