-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Constraints not being found errors - Grails 1.3.7 #8
Comments
Hi, Sorry to hear you're having a problem. I just created a sample app using 1.3.7 and couldn't recreate that problem. On Thu, May 19, 2011 at 10:25 AM, btrscott <
Geoff Lane [email protected] |
no attachment On May 19, 2011, at 11:47 AM, geofflane wrote:
|
Email me geoff at zorched dot net and I'll send the attachment... On Thu, May 19, 2011 at 10:49 AM, btrscott <
Geoff Lane [email protected] |
Just did a simple install into grails 1.3.7. Ran app and got the following errors
2011-05-19 11:15:29,979 [main] ERROR commons.DefaultGrailsApplication - The class [net.zorched.constraints.ComparisonConstraint] was not found when attempting to load Grails application. Skipping.
2011-05-19 11:15:29,984 [main] ERROR commons.DefaultGrailsApplication - The class [net.zorched.constraints.SsnConstraint] was not found when attempting to load Grails application. Skipping.
2011-05-19 11:15:29,988 [main] ERROR commons.DefaultGrailsApplication - The class [net.zorched.constraints.UsPhoneConstraint] was not found when attempting to load Grails application. Skipping.
2011-05-19 11:15:29,992 [main] ERROR commons.DefaultGrailsApplication - The class [net.zorched.constraints.UsZipConstraint] was not found when attempting to load Grails application. Skipping.
Causes console to crash whenever a domain with a constraint is modified.
Tried uninstalling and reinstalling, same issue.
The text was updated successfully, but these errors were encountered: