dev@glassfish.java.net

Re: POM change : Splitting woodstox out of webservices-osgi

From: Sahoo <Sahoo_at_Sun.COM>
Date: Fri, 09 Oct 2009 12:01:36 +0530

Does this version of woodstox contain the same javax.xml.stream APIs as
JDK6 or are they newer?

Thanks,
Sahoo

Vijay Ramachandran wrote:
> Please review and approve the following changes to two pom files. This
> change is to take woodstox bits out of webservices-osgi.jar and put
> them in a new woodsotx-osgi.jar binary
>
> Thanks
>
> Vijay
>
> vijaysr_at_tveli:/workspace/v3$ svn diff
> ===================================================================
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 32499)
> +++ pom.xml (working copy)
> @@ -134,7 +134,8 @@
> <glassfish-corba.version>3.0.0-b030</glassfish-corba.version>
> <uc-pkg-client.version>1.122-38.2471</uc-pkg-client.version>
> <uc-pkg-bootstrap.version>1.122-38.2471</uc-pkg-bootstrap.version>
> - <webservices.version>2.0-b21</webservices.version>
> + <webservices.version>2.0-b22</webservices.version>
> + <woodstox.version>3.2.1-SNAPSHOT</woodstox.version>
> <jaxb.version>2.2-promoted-b55</jaxb.version>
>
> <javax-persistence-api.version>2.0.0-M8</javax-persistence-api.version>
> <eclipselink.version>2.0.0-M8</eclipselink.version>
> @@ -876,6 +877,11 @@
> </dependency>
>
> <dependency>
> + <groupId>com.ctc.wstx</groupId>
> + <artifactId>woodstox-osgi</artifactId>
> + <version>${woodstox.version}</version>
> + </dependency>
> + <dependency>
> <groupId>com.sun.xml.ws</groupId>
> <artifactId>webservices-osgi</artifactId>
> <version>${webservices.version}</version>
> ===================================================================
> Index: packager/metro/pom.xml
> ===================================================================
> --- packager/metro/pom.xml (revision 32499)
> +++ packager/metro/pom.xml (working copy)
> @@ -82,6 +82,10 @@
> <version>${project.version}</version>
> </dependency>
> <dependency>
> + <groupId>com.ctc.wstx</groupId>
> + <artifactId>woodstox-osgi</artifactId>
> + </dependency>
> + <dependency>
> <groupId>com.sun.xml.ws</groupId>
> <artifactId>webservices-osgi</artifactId>
> </dependency>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>