gorm-standalone
gorm-standalone copied to clipboard
Using GORM outside Grails in a Spring application
Grails 2.1.1 introduces a hibernateDatastore Spring bean (JIRA: http://jira.grails.org/browse/GRAILS-9373 - changeset: https://github.com/grails/grails-core/commit/a5028db9628e99d60ab0102bae980bbdfb5dc241). I tried creating the bean in the Spring xml config file (like the other Grails beans) like this:...
It seems like the new XML schema is broken, because the dynamic finders are not working properly
It seems like is missing something to properly validate the domain class using the defined constraints