The @WebService annotation is part of the standard JDK so it should not be exported by any other bundle. Also the exception is propagated from "com.sun.xml.internal.ws.server.EndpointFactory.verifyImplementorClass(Unknown Source)" which suggests that the check is made by JDK code.
I only took the single bundle 'cos it seemed to be handy to use instead of trying to figure out which bundles I need to install. If the single bundle is not the best option, which bundles should I install to be able to use JAX-WS? The documentation surrounding this is not completely clear. -- View this message in context: http://cxf.547215.n5.nabble.com/java-lang-IllegalArgumentException-class-xyz-has-neither-WebSerivce-nor-WebServiceProvider-annotation-tp5074774p5076754.html Sent from the cxf-user mailing list archive at Nabble.com.
