| Upgrading my app to Wildfly 10.0.0.CR5 and it started failing. Debug it turns out the SQL being generated does not use the schema name defined in my @Table. See also: https://issues.jboss.org/browse/WFLY-5919 This issue reproduces in a simple Java SE app using MySQL and Hibernate, skipping the app server. Just try to generate schema w/ the schema defined in the annotation. |