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.

[1385 byte] By [Ajaxranda] at [2007-11-27 7:08:13]
# 1
I am getting the same error as describes in this thread. http://forum.java.sun.com/thread.jspa?threadID=715624&messageID=4152590How can i solve this error.Message was edited by: Ajaxrand
Ajaxranda at 2007-7-12 18:59:42 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...