Hi all,
since we have changed our JBoss 5.1.0 installation to use CXF, our WSDLs now include methods declared in the WebServices interfaces with the @WebMethod(exclude=true) annotation. Previously the behaviour of the Native implementation did not expose these methods, which is what we want.
Is this a bug or are we supposed to follow a different strategy for hiding certain methods ?
Thanks in advance
Tristan