dev@jax-ws.java.net

Re: Comments on JAX-WS 2.1M1 (on GF V2) and request for some help.

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Wed, 11 Oct 2006 17:55:10 -0700

Hi Changshin,

Certainly, we will fix the issues you discovered with JAXWS 2.1 EA1.
Just recapping the issues:

1. A provider endpoint annotated with @WebServiceProvider is recognized
as a plain servlet.
 - Did you try 109 descriptor, I guess you need to provide one.

2 and 3 - needs to be addressed thru GF. You may like to file an Issue
there.

4. Looks like root cause of this issue is, on the server:

java.lang.NullPointerException
at
com.sun.xml.ws.encoding.XMLHTTPBindingCodec.compareStrings(XMLHTTPBindingCodec.java:227)
at
com.sun.xml.ws.encoding.XMLHTTPBindingCodec.isMultipartRelated(XMLHTTPBindingCodec.java:210)
at
com.sun.xml.ws.encoding.XMLHTTPBindingCodec.decode(XMLHTTPBindingCodec.java:180)

For this there is already issue#44[1] filed on jaxws, which we plan to
fix. Probably if it gets fixed probably you wont see it on the client
side too. However please file an issue at
https://jax-ws.dev.java.net/servlets/ProjectIssues

We will fix the src bundle released with jaxws 2.1 so that it compiles.

Thanks for trying out jaxws.

-vivek.
[1]https://jax-ws.dev.java.net/issues/show_bug.cgi?id=44

Changshin Lee wrote:
> I just posted them to my weblog,
> http://weblogs.java.net/blog/iasandcb/archive/2006/10/what_i_found_du.html
>
> . I'd like to help resolve the issues, but checking out mr-21 branch
> seems quite unsuccessful, and the source distribution of JAX-WS 2.1 M1
> is not buildable.
>
> Looking forward to responses from JAX-WS team,
>
> Ias
>
> ---------------------------------------------------------------------
> 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
>