Just to confirm, why should the default *not* be JAX-WS 2.2--is it because 2.1 is presently the default version in the JDK? Is setting the default to 2.1 meant to help developers of CXF or users of CXF (i.e., does this default have any bearing on CXF usage or is just when programming CXF internals)? Also, if we listed JAX-WS API 2.2 as a Maven dependency would that free CXF devs or users from needing to manually place JAX-WS 2.2 JARs in their JDK's endorsed folder--i.e., so we could use 2.2 as the default without inconveniencing anyone?
Thanks, Glen dkulp wrote: > > By default, "mvn install" or whatever will be jaxws 2.1. With > -Pjaxws22, > it will create the jar with the 2.2 stuff. Since the jaxws22 profile > isn't > normally active, if you -Psetup.eclipse or intellij or whatever, it will > be > setup as jaxws 2.1 and the 2.2 stuff won't be visible in eclipse. Thus, > normal development won't break. > -- View this message in context: http://old.nabble.com/Endorse-jaxws-2.2-API-jar-tp28916357p28952108.html Sent from the cxf-dev mailing list archive at Nabble.com.