I don't understand all of the details yet. From the WFLY-5919 jira, the application contains:
@Table(name = "types", schema = "config")
In the MySQL database, what is the exact (including the actual case used by the database server) user name that contains the "types" table? I'm curious if perhaps "config" should instead be "CONFIG" or "Config". Could you also attach TRACE logging output for org.hibernate.SQL + org.hibernate + org.jboss.as.jpa (see https://docs.jboss.org/author/display/WFLY10/JPA+Reference+Guide#JPAReferenceGuide-Troubleshooting if your running under WildFly). Be sure to reproduce the problem with the TRACE logging enabled and attach the WildFly server.log file. |