Mark,
We are currently working on this issue and the fix might require us to
modify the samples as well as glassfish source.
In the meantime as a work around, you can try to mofidy the web.xml file
contained in the samples/etc directory
by removing the DTD declaration at the top, and change <web-app> to be
<web-app version="2.5"> and I think that will work for you.
Thanks
mark_at_javector.com wrote:
>I built JAX-WS from the source obtained via CVS. The build id is: JAX-WS RI
>2.0-01/03/2006 06:03 PM(devglassfish)-ea3
>
>I followed the instructions on https://jax-ws-sources.dev.java.net/ to build and
>install. However, my AS_HOME is set to my Glassfish installation, rather than
>AppServ8.1UR2 as described.
>
>When I try to deploy the samples/annotations, the auto-deploy fails and I see
>this message in the server.log:
>
>[#|2006-01-03T18:09:18.800-0500|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=12;_ThreadName=Timer-3;Error
>loading deployment descriptors for jaxws-annotations -- WEB-INF/web.xml in
>archive jaxws-annotations is of version 2.3, which cannot support annotations
>in an application. Please upgrade the deployment descriptor to be a version
>supported by Java EE 5.0 (or later).
>
>Is there a way to get these samples to run on Glassfish? Also, am I screwing up
>Glassfish by installing this version of JAX-WS RI into it? Maybe Glassfish is
>bundled with an older version??
>
>Thanks for any help,
>
>Mark
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe_at_jax-ws.dev.java.net
>For additional commands, e-mail: dev-help_at_jax-ws.dev.java.net
>
>
>
--
- Doug