dev@glassfish.java.net

Re: lifecycle module classloading delegation

From: Binod <Binod.Pg_at_Sun.COM>
Date: Tue, 25 Jul 2006 21:15:57 +0530

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.