Oleksiy Stashok wrote:
> Hi,
>
> im asking on that, because have my gf lifecycle module working as tcp
> listener for Web Services requests,
> and for now im working with new jax-ws 2.0.1, which is not embeded yet
> to GF.
I just discussed this with Vijay.
1. Put appserver/lib/jaxws-update.jar in the classpath-prefix
2. Add
<jvm-options>-Dcom.sun.enterprise.websvc.useJAXWSRearch=true</jvm-options>
This will get to you the new jax-ws 2.0.1 integrated with appserver.
- Binod.