wsdeploy: jaxrpc-rmi.xml file not found error, please help
843834Apr 10 2003 — edited Apr 20 2003Hi everyone.
I'm trying to create my first web-service using soap.
I did exactly the same as in the Hello static example from the tutorial, but I get this strange error whe processing the war file using wsdeploy in ant.
[echo]
Running wsdeploy....
[exec] info: created temporary directory: /Users/olivier/jwsdp-1.1/docs/tutorial/examples/jaxrpc/safe/build/wsdeploy-generated/jaxrpc-deploy-851fb9
[exec] info: removed temporary directory: /Users/olivier/jwsdp-1.1/docs/tutorial/examples/jaxrpc/safe/build/wsdeploy-generated/jaxrpc-deploy-851fb9
[exec] error: java.io.FileNotFoundException: /Users/olivier/jwsdp-1.1/docs/tutorial/examples/jaxrpc/safe/build/wsdeploy-generated/jaxrpc-deploy-851fb9/WEB-INF/jaxrpc-ri.xml (No such file or directory)
It seams that wsdeploy unpacks corretly my war file, because when I use the -keep option I can see the jaxrpc-rmi.xml file in the correct subdirectory.
What is really strange is that, according to line 4, wsdeploy seems to delete the temporary directory he just created. Event with the -keep option !
The same operation on the hello example from the tutorial works perfectly.
I also tried wsdeploy.sh outside ant, and I get the same error.
Could someone help me ?
Thank you very much in advance,
Sincerely,
Olivier