Modules for the Spring application development framework.
Questions tagged [spring-modules]
18 questions
0
votes
0 answers
Spring Boot and Spring Module Validator throws java.lang.NoSuchMethodError
I am migrating my old project to Spring Boot 1.3.5. The project has Spring Modules Validation 0.8. But spring-modules-validation (which is no more active) does not work. And throws following exception.
Caused by: java.lang.NoSuchMethodError:…

Sudhirkd
- 233
- 1
- 3
- 10
0
votes
1 answer
Using spring-modules-validation with Wildfly/JBoss - the tld validation issue
I am trying to use spring-modules-validation in a project deployed on a JBoss server, and i have this issue: TLD Parse error on deploying EAR to JBoss AS7
The solution is quite clear, however i manage my dependencies with Maven, and so i can't…

aciobanu
- 391
- 1
- 4
- 14
0
votes
1 answer
JAR Hell Issue? Weblogic 10.3.4 Spring 3.1.0.RELEASE Spring Modules Validation 0.8
I'm developing Java Spring 3.1.0.RELEASE using Maven and have been running it on Jettry server since. It works fine on Jetty.
Until we move to Weblogic 10.3.4, the trouble came. We are using Spring Modules Validation 0.8 which needs Spring 2.0.3 to…

Salingga
- 109
- 1
- 2
- 12