pmcneil opened a new issue, #14468: URL: https://github.com/apache/grails-core/issues/14468
**Problem** If you create a plugin that defines domain objects using gorm hibernate5:6.1.12 calling `grails run-command schema-export` fails with `Command execution error: org.hibernate.tool.hbm2ddl.SchemaExport: method <init>()V not found` If you create an app and try `grails schema-export`, it works as expected. If you use the plugin in an application, `grails schema-export` also works as expected. **Test project with readme:** https://github.com/pmcneil/testg3plugin **Use case for schema-export in a plugin:** existing grails 2 plugin https://github.com/bio-org-au/nsl-domain-plugin uses schema-export to build an executable schema to set up new shard databases and create upgrade scripts. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
