-
Enhancement
-
Resolution: Done
-
Minor
-
EAP_EWP 5.1.0, EAP_EWP 5.1.1, EAP_EWP 5.1.2, EAP_EWP 5.2.0
-
None
-
JBoss EAP 5.2.0 and below
JBoss EAP 6.1.0 and below
-
Low
-
-
Documented as Resolved Issue
-
NEW
Description of problem:
With "hibernate.hbm2ddl.auto=validate",
if there are synonyms on DB tables, the validation fails.
Sure, the schema validation could be disabled, but this validation gives a developer a better "security" feeling.
Upstream Jira/Patch:
https://hibernate.atlassian.net/browse/HHH-8183
Version-Release number of selected component (if applicable):
All up to EAP 6.1.0 Alpha
How reproducible:
Always
Steps to Reproduce:
1. use synonym on a table name
2. deploy an application with hbm2ddl = auto
Actual results:
Validation error.
Expected results:
Validation pass.
Additional info:
Pull requests:
- for master : https://github.com/hibernate/hibernate-orm/pull/508
- for 3.3 branch : https://github.com/hibernate/hibernate-orm/pull/510
- is incorporated by
-
JBPAPP-10932 Upgrade Hibernate ORM for EAP 5.3
- Resolved