grails-constraints icon indicating copy to clipboard operation
grails-constraints copied to clipboard

A compilation error occurs without hibernate plugin

Open literalice opened this issue 12 years ago • 3 comments

Thank you for creating this great plugin.

I have uninstalled hibernate plugin because I wanted to use only MongoDB for the data source. When I installed the custom constraints plugin, a compilation error occurred.

The error message said that "DefaultGrailsConstraintClass.java" has a dependency to hibernate plugin(org.hibernate.SessionFactory).

Are there any ways to avoid this error?

literalice avatar Sep 02 '11 08:09 literalice