Issue Type: Bug Bug
Affects Versions: 4.1.9
Assignee: Unassigned
Attachments: HHH7927Test.java
Components: core
Created: 16/Jan/13 10:30 AM
Description:

Steps to reproduce:
1. Set hibernate.globally_quoted_identifiers and hibernate.id.new_generator_mappings to true.
2. Create an entity with @GeneratedValue(strategy = GenerationType.TABLE) which would force org.hibernate.id.enhanced.TableGenerator to be used as new_generator_mappings is enabled.
3. Create hibernate_sequences table in the database, either manually or by invoking hbm2ddl in update mode.
4. Invoke hbm2ddl in validate mode. It would fail saying that hibernate_sequences table does not exist.

Environment: Hibernate 4.1.9, HSQLDB 2.1.2 / MS SQL Server 2008 R2
Project: Hibernate ORM
Labels: hibernate
Priority: Major Major
Reporter: Sergey Parhomenko
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira