Top "Spring-3" questions

Version 3.x of the Spring Framework, use [tag:spring] for general Spring related questions.

How to configure which controllers Spring @ControllerAdvice will be applied to?

I have two types of controllers in my spring application. View controllers that forward to views to generate HTML API …

spring spring-mvc spring-3
HTTP Status 500 - Handler processing failed; nested exception is java.lang.AbstractMethodError:

Please help me with learning the basics of Spring 3 MVC better, I was trying to learn about Spring JSR 303: Bean …

spring-mvc bean-validation spring-3 jsr validationerror
Upgrading to springframework.scheduling.concurrent?

As of Spring 3.0 the ScheduledTimerTask is deprecated and I can't understand how to upgrade to org.springframework.scheduling.concurrent. <…

java spring spring-3
Encryption Exception while loading application properties ( Java jasypt encryption)

When trying to install a module using Maven, it throws up the following error: org.jasypt.exceptions.EncryptionOperationNotPossibleException: Encryption raised …

java maven encryption spring-3 jasypt
How to get visitor's locale in JSP using Spring 3's SessionLocaleResolver

I need to get a visitor's locale in my JSP pages so that I can properly display a drop down …

spring jsp jakarta-ee spring-mvc spring-3
when a quartz job fires, is it a new job class instance?

I am very new to Quartz and I have some doubts about the jobs lifecycle. Let's suppose I have a …

java quartz-scheduler spring-3 job-scheduling
Using the setAllowedFields() method in Spring

I'm using Spring 3.2.0. I have registered a few custom property editors for some basic needs as follows. import editors.DateTimeEditor; …

spring spring-mvc spring-3 databinder propertyeditor
Spring 3.0 MVC binding nested object

Why is spring not binding the values on my nested object? The SecurityQuestion object on the RegistrationBean is set with …

java jsp spring-mvc spring-3 spring-form
How do I get unit test to run in java 7: java.lang.VerifyError: Expecting a stackmap frame at branch target

Hi I am running a maven test using maven 3.0.3 with hibernate 4.0.0 Final release and spring 3.1 on jdk7 update 2. I get …

java equals spring-3 java-7 hibernate-4.x