Problem Statement: I am using Spring 4.1.1-RELEASE with Jersey contaiiner 2.17. I have in my applicationContext.xml objects are populted with constructor injection. When I start the
tomcat server in debug mode I am able to see those objects are getting populated with whatever values are set in applicationContext.xml.
Probelm: When server gets started, I am hitting my service from the
SOAP UI and not abe to see the values which had popupated in objects those objects are getting values as null, and inturn it is throwing null pointer exception.