Steps to reproduce:
- create maven project
- add cfg.xml file, use h2 in-memory database (url: jdbc:h2:mem:schema_export)
- create console configuration (e.g. using hibernate 5.2)
- add one entity (or mapping)
- use 'Run SchemaExport' from the console configuration context menu
=> a NoSuchMethodException is thrown