dev@jax-ws.java.net

small fix

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Thu, 23 Feb 2006 11:56:40 +0100

Hi,

in class com.sun.xml.ws.server.sei.EndpointMethodHandler method "public
Packet invoke(Packet req)" at the end there is such code when returning
response Packet:
.................
            }
(1) Packet res = new Packet(responseMessage);
            return new Packet(responseMessage);
        } finally {
..................
Seems (1) has to be removed.

WBR,
Alexey.