Hello,
Is anyone using @Validateable on command objects in a Spring MVC (Spring Boot) web application.
I'm trying, but I'm getting weird exceptions related with a missing ApplicationContext:
servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.IllegalStateException: Could not find ApplicationContext, configure Grails correctly first] with root cause
java.lang.IllegalStateException: Could not find ApplicationContext, configure Grails correctly first
at grails.util.Holders.getApplicationContext(Holders.java:97)
Any idea?
Cheers