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.
https://hibernate.atlassian.net/browse/HHH-9467
This was fixed in 4.2.17.Final.
verified on EAP 6.4.0.ER1