Closed
Description
Arjen Poutsma opened SWS-31 and commented
From the forum (http://forum.springframework.org/showthread.php?t=25854):
The org.springframework.ws.transport.http.MessageHandlerAdapter relies on J2EE 1.4 (Servlet 2.4) functionality. When using it under J2EE 1.3, the following exception occurs:
org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoSuchMethodError: javax.servlet.http.HttpServletResponse: method setCharacterEncoding(Ljava/lang/String;)V not found
java.lang.NoSuchMethodError: javax.servlet.http.HttpServletResponse: method setCharacterEncoding(Ljava/lang/String;)V not found
This should be fixed.
Affects: 1.0 M1
1 votes, 1 watchers