With the new version of IntelliJ the only way I found to run tests from inside the IDE is to override the hibernate.properties file in the out/test/resources folder with the one in target/resources/test generated by gradle
On 12 October 2017 at 13:22, Steve Ebersole <[email protected]> wrote: > I just upgraded to IntelliJ 2017.3 EAP and am back to this frustrating > "Dialect class not found: @db.dialect@" problem. I run the > `processTestResources` (or `compile`, does not matter) and then when I try > to run a test in the IDE I get this error. > > What is the magic incantation I am missing? > _______________________________________________ > hibernate-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/hibernate-dev > _______________________________________________ hibernate-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/hibernate-dev
