Creating a Simple Web Service and Client with JAX-WS
I downloaded javaeetutorial5 tutorial from this URL.
https://sdlc1a.sun.com/ECom/EComActionServlet;jsessionid=5874F5CFDFC12A3F5217CEA1ED76E76C
And followed the steps to create the web service as mentioned here.
http://java.sun.com/javaee/5/docs/tutorial/doc/JAXWS3.html#wp79980
But I couldn't make it to run using my netbeans IDE 5.5.
Its giving a deployment error.
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
do-dist:
dist:
In-place deployment at D:\NetBeans\javaeetutorial5\examples\jaxws\helloservice\build\web
Start registering the project's server resources
Finished registering server resources
moduleID=helloservice
deployment started : 0%
Deploying application in domain failed; com.sun.tools.apt.Main.process(Lcom/sun/mirror/apt/AnnotationProcessorFactory;[Ljava/lang/String;)I
D:\NetBeans\javaeetutorial5\examples\jaxws\helloservice\nbproject\build-impl.xml:440: Deployment error:
The module has not been deployed.
See the server logfor details.
BUILD FAILED (total time: 3 seconds)
Is it a bug in netbeans 5.5 because i made this as it mentioned in the tutorial.

