Hi Eveyone,
I have posted this in the Spring forums but have not had a reply. Can anyone help with this please..?
I have an issue with autowiring inside a custom constraint validator when running an integration test using spring-test-mvc. The service I require is null.
However when I run the web app, its is auotwired correctly.
Custom Constraint Validator (Booking Service is null!)
Annotation
Service
Unit Test
Config
Controller