Re: Do we still need sun's jaxws-api.jar?

2007-05-23 Thread Lin Sun
It is just one less jar from Sun and our assembly.:-)   Sure, if I ever 
do that, I'll make sure it didn't break anything (at least tck) first.:)


Lin

Jacek Laskowski wrote:

On 5/22/07, Lin Sun <[EMAIL PROTECTED]> wrote:


I saw that we still use sun's jaxws-api in root pom.xml, jee-spec
pom.xml, and a few webservices test.

 
 javax.xml.ws
 jaxws-api
 

I was under the impression both CXF and Axis2 use axis2's jaxws-api.  If
so, can I remove/replace all the reference of sun's jaxws-api w/ axis2's
jaxws-api?


If G works fine after doing so, I'd say go ahead. I wonder why you're
concerned with it? Is Axis2 JAXWS-API impl better than Sun's?

It may impact the TCK effort so before you go for it send an email
here with an appropriate subject so people don't get p..sed off when
unexpected happens (you know, don't push Jason to his limits ;-))

Jacek





Re: Do we still need sun's jaxws-api.jar?

2007-05-23 Thread Jacek Laskowski

On 5/22/07, Lin Sun <[EMAIL PROTECTED]> wrote:


I saw that we still use sun's jaxws-api in root pom.xml, jee-spec
pom.xml, and a few webservices test.

 
 javax.xml.ws
 jaxws-api
 

I was under the impression both CXF and Axis2 use axis2's jaxws-api.  If
so, can I remove/replace all the reference of sun's jaxws-api w/ axis2's
jaxws-api?


If G works fine after doing so, I'd say go ahead. I wonder why you're
concerned with it? Is Axis2 JAXWS-API impl better than Sun's?

It may impact the TCK effort so before you go for it send an email
here with an appropriate subject so people don't get p..sed off when
unexpected happens (you know, don't push Jason to his limits ;-))

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl


Do we still need sun's jaxws-api.jar?

2007-05-22 Thread Lin Sun

Hi,

I saw that we still use sun's jaxws-api in root pom.xml, jee-spec 
pom.xml, and a few webservices test.



javax.xml.ws
jaxws-api


I was under the impression both CXF and Axis2 use axis2's jaxws-api.  If 
so, can I remove/replace all the reference of sun's jaxws-api w/ axis2's 
jaxws-api?


Thanks, Lin