+++ This bug was initially created as a clone of Bug #1182324 +++ 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. --- Additional comment from Gail Badner on 2015-01-14 21:52:55 CET --- https://hibernate.atlassian.net/browse/HHH-9467 --- Additional comment from Gail Badner on 2015-01-14 21:56:57 CET --- This was fixed in 4.2.17.Final.
verified on EAP 6.3.3.CP.CR1