Skip to content

MessageHandlerAdapter uses J2EE 1.4 [SWS-31] #185

Closed
@gregturn

Description

@gregturn

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions