Solved the problem... My assumption was correct just had to copy the exact
webservices-api.jar being used by plugin
In my case using Netbeans 7 and Ubuntu I do this...
sudo mkdir /usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/endorsed
cp
XXXX/Netbeans-7.0/enterprise/modules/ext/metro/webservices-api.jar /usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/endorsed/
Which resulted in successful deployment of the war file... I have not
confirmed that the JAXWS services work yet.
Lee
--
[Message sent by forum member 'leetcooper']
View Post: http://forums.java.net/node/819013