...ng Spring 3.1.2
After updating some Cobalt code from Spring 3.0.7 to Spring 3.1.2, the DispatcherServlet is now requiring a default constructor for some classes in the Cobalt app.
Without posting the code, here is a general summary ...
The Spring configuration, the DispatcherServlet, and the bean post-processing have been updated to use RequestMappingHandlerAdapter. Somewhere in the internals of the DispatcherServlet, the bean-instantiation is requiring no-argument constructors for classes required by the servlet requests.
My question is ... I am looking for a guru familiar with DispatcherServlet and SpringMVC (in Spring version 3.1.2).