users@glassfish.java.net

Problems with WebMethod Names with underline inside

From: <glassfish_at_javadesktop.org>
Date: Thu, 07 Jan 2010 02:46:41 PST

Hi guys,
i have trouble with WebMethod Names with a "_" (underline or underscore).
For example:

@WebService()
public class WSBaseData extends BaseDataSvr
{
    @WebMethod(operationName = "hall_o")
    public String hall_o (
            @WebParam(name = "mask") String mask)
    {
        return "hallo";
    }
}

But on WebService?tester page it shows me:
WSBaseData.hallO(java.lang.String)

How can i prevent this ?????
[Message sent by forum member 'mammutglassfish' (juppie76_at_gmx.de)]

http://forums.java.net/jive/thread.jspa?messageID=379233