Bug 1182324 - (6.4.0) [HHH-9467] Cannot enable NamingStrategyDelegator implementations using standalone schema tools
Summary: (6.4.0) [HHH-9467] Cannot enable NamingStrategyDelegator implementations usin...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Hibernate
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER1
: EAP 6.4.0
Assignee: Gail Badner
QA Contact: Martin Simka
URL:
Whiteboard:
Depends On:
Blocks: 1173454 1182351
TreeView+ depends on / blocked
 
Reported: 2015-01-14 20:52 UTC by Gail Badner
Modified: 2019-08-19 12:45 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
: 1182351 (view as bug list)
Environment:
Last Closed: 2019-08-19 12:45:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Gail Badner 2015-01-14 20:52:05 UTC
Description of problem:
It is not possible to configure a NamingStrategyDelegator when using the standalone schema tools (SchemaExport, SchemaUpdate, SchemaValidator) or schema ant tasks (SchemaExportTask, SchemaUpdateTask, SchemaValidatorTask).

This fix completes Hibernate's support for NamingStrategyDelegator.

How reproducible: always

Steps to Reproduce:
Use a schema tool with --namingdelegator=<NamingStrategyDelegator_class_name>
See org.hibernate.test.schematoolsnaming.StandaloneSchemaToolsNamingTest for test.

Actual results:
--namingdelegator=<NamingStrategyDelegator_class_name> is ignored and the default (LegacyNamingStrategyDelegator) is used instead.


Expected results:
The specified NamingStrategyDelegator implementation should be used.

Comment 1 Gail Badner 2015-01-14 20:52:55 UTC
https://hibernate.atlassian.net/browse/HHH-9467

Comment 2 Gail Badner 2015-01-14 20:56:57 UTC
This was fixed in 4.2.17.Final.

Comment 3 Martin Simka 2015-01-19 13:38:56 UTC
verified on EAP 6.4.0.ER1


Note You need to log in before you can comment on or make changes to this bug.