Latest JAX-WS with Glassfish
So you just picked up the latest release of JAX-WS from Java.net and want to try it out with Glassfish. First, you need to override the version that is bundled with Glassfish, but how do you do that and be certain that you did correctly? There's more than one solution to this problem, but there's one clear winner when you're just interested in a quick test: include the latest JAX-WS runtime in your WAR file!
For that you need to pick up a recent Glassfish build, in particular a build that includes a fix for issue 247. A WAR file can include a lib directory, and if you're using Ant to create your WAR file, you just need a war task as shown below
Read comments or post a reply to : Latest JAX-WS with Glassfish