1. messageConverters not getting set on AnnotationMethodHandlerAdapter forum.springsource.orgmessageConverters not getting set on AnnotationMethodHandlerAdapter I'm trying to use the @RequestBody annotation to convert post body xml to a Java object with Jibx. I've configured an AnnotationMethodHandlerAdapter bean with a ... |
2. Customizing AnnotationMethodHandlerAdapter forum.springsource.orgCustomizing AnnotationMethodHandlerAdapter We're trying to move our development over to annotation controllers, but have found that it's very difficult to customize. There are points we'd like to extend but either the ... |
3. bug in AnnotationMethodHandlerAdapter forum.springsource.orgbug in AnnotationMethodHandlerAdapter There is an error in the AnnotationMethodHandlerAdapter method: AnnotationMethodHandlerAdapter.resolveHandlerMetho d(HttpServletRequest request) throws ServletException this method is responsible for resolving the method that handles a given request. If there ... |
4. Error using AnnotationMethodHandlerAdapter and SimpleUrlHandlerMapping forum.springsource.orgError using AnnotationMethodHandlerAdapter and SimpleUrlHandlerMapping I'm trying to combine MVC annotations like @Controller with old-style controllers. I have something like the following in my application context for my dispatcher servlet: Code: ... |
5. Use of multiple MarhsallingHttpMessageConverters with AnnotationMethodHandlerAdapter forum.springsource.orgUse of multiple MarhsallingHttpMessageConverters with AnnotationMethodHandlerAdapter I am attempting my first foray into Annotation based Marshalling backed by JiBX and would greatly appreciate any guidance that could be offered. I would ... |
6. AnnotationMethodHandlerAdapter and file extensions forum.springsource.orgI'm trying to use AnnotationMethodHandlerAdapter to marshall both xml and json. Although I have it working, it operates solely on the basis of the content type specified in the "Accept" header. ... |
7. AnnotationMethodHandlerAdapter caches handler classes - problematic in OSGI env forum.springsource.orgAnnotationMethodHandlerAdapter caches handler classes - problematic in OSGI env Hi, I'm developing a Spring MVC application running in an OSGI environment, where controllers are services registered by bundles outside of the ... |
8. IndexOutOfBoundsException from AnnotationMethodHandlerAdapter forum.springsource.orgIndexOutOfBoundsException from AnnotationMethodHandlerAdapter I migrated from 3.0.3 to 3.0.4 and ran an existing multi-threaded load test (jdk 1.6.0_20-b02) that started getting an IndexOutOfBoundsException from AnnotationMethodHandlerAdapter. Running 20 threads on a single ... |