Schema validation: ambiguous table name

Description

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

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.

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created November 25, 2015 at 2:18 PM
Updated January 11, 2017 at 9:10 AM
Resolved January 11, 2017 at 9:08 AM