dev@glassfish.java.net

JAXWS RI version property in GFv3 pom

From: Potociar Marek <Marek.Potociar_at_Sun.COM>
Date: Mon, 24 May 2010 11:50:54 -0700

Hi,
I can see the folowing property definition in the main GFv3 pom.xml:

<jaxws-ri.version>2.1.3</jaxws-ri.version>

This version is not correct. Also JAX-WS RI gets integrated to GFv3 as
part of Metro. There is a different property definition that controls
the version of Metro:

<webservices.version>2.1-b03</webservices.version>

So my questions are:
- Who is using the jaxws-ri.version property and for what purpose?
- Can we replace the usages of jaxws-ri.version property with the
webservices.version property and remove the jaxws-ri.version
completely from the GFv3 pom.xml?

Thank you,
Marek