geofflane / grails-constraints

Custom constraints plugin for Grails applications
Apache License 2.0
35 stars 11 forks source link

Constraints not being found errors - Grails 1.3.7 #8

Open btrscott opened 13 years ago

btrscott commented 13 years ago

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.

geofflane commented 13 years ago

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. Try running the attached app and see if you have the same issue. It could be a classpath problem or a conflict with another plugin possibly?

On Thu, May 19, 2011 at 10:25 AM, btrscott < reply@reply.github.com>wrote:

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.

Reply to this email directly or view it on GitHub: https://github.com/geofflane/grails-constraints/issues/8

Geoff Lane geoff@zorched.net

btrscott commented 13 years ago

no attachment

On May 19, 2011, at 11:47 AM, geofflane wrote:

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. Try running the attached app and see if you have the same issue. It could be a classpath problem or a conflict with another plugin possibly?

On Thu, May 19, 2011 at 10:25 AM, btrscott < reply@reply.github.com>wrote:

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.

Reply to this email directly or view it on GitHub: https://github.com/geofflane/grails-constraints/issues/8

Geoff Lane geoff@zorched.net

Reply to this email directly or view it on GitHub: https://github.com/geofflane/grails-constraints/issues/8#comment_1204308

geofflane commented 13 years ago

Email me geoff at zorched dot net and I'll send the attachment...

On Thu, May 19, 2011 at 10:49 AM, btrscott < reply@reply.github.com>wrote:

no attachment

On May 19, 2011, at 11:47 AM, geofflane wrote:

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. Try running the attached app and see if you have the same issue. It could be a classpath problem or a conflict with another plugin possibly?

On Thu, May 19, 2011 at 10:25 AM, btrscott < reply@reply.github.com>wrote:

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.

Reply to this email directly or view it on GitHub: https://github.com/geofflane/grails-constraints/issues/8

Geoff Lane geoff@zorched.net

Reply to this email directly or view it on GitHub: https://github.com/geofflane/grails-constraints/issues/8#comment_1204308

Reply to this email directly or view it on GitHub: https://github.com/geofflane/grails-constraints/issues/8#comment_1204324

Geoff Lane geoff@zorched.net