users@glassfish.java.net

GFv2 - Removal of appserv-ws.jar binary

From: Vijay Ramachandran <Vijay.Ramachandran_at_Sun.COM>
Date: Tue, 05 Dec 2006 20:51:54 -0800

FYI : Changes related to webservices binaries in GlassFish-v2 builds
dated Dec 6, 2006 or later.

The appserv-ws binary (that had JAXWS2.0 based web service
implementation in GF-v1) along with its dependencies have been
completely removed from the GF code base. Going forward, GF will have
only one version of webservice implementation and that will be JAXWS2.1
based WSIT stack (https://wsit.dev.java.net/). All webservice related
classes are now present in lib/webservices-rt.jar and
lib/webservices-tools.jar. This will also make it easy for developers to
upgrade GF to use the latest WSIT builds available @
https://wsit.dev.java.net/

Vijay