Schema validation: ambiguous table name
Description
Activity
Show:

Former user January 11, 2017 at 9:08 AM
Fixed in 5.1 branch as well.

Former user January 11, 2017 at 9:07 AM
Add 5.1.4 as fix version.
Vlad Mihalcea April 28, 2016 at 2:43 PM
Applied PR on master branch. Thanks for contributing.
When performing the schema validation (when property "hibernate.hbm2ddl.auto" is worth "validate"), when reporting that a table is missing, only the table name is appended to the SchemaManagementException thrown. The fully qualified name would be much more useful.
Method to modify: org.hibernate.tool.schema.internal.SchemaValidatorImpl.validateTable