users@jaxb.java.net

Re: Re: JWSDP 1.6 Jars

From: Gregory Kick <gk5885_at_gmail.com>
Date: Mon, 11 Dec 2006 23:26:29 -0800

Kohsuke,

Wow, I didn't realize that you'd have to go through quite so much
effort to find all of that info. Thanks for the help. The reason I
was interested was because I'm working on a project that's pretty well
locked in to jdk 1.4 without the possibility of endorsed standards
overrides. So, since there seem to be so many road blocks, we'll
probably just stick with manually installing them.

Thanks again for looking into it.


On 12/11/06, Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_sun.com> wrote:
> Gregory Kick wrote:
> > some of these things might be in there already, but here's the list
> > (in maven dependency format):
> >
> > <!-- start jwsdp 1.6 dependencies -->
> > <!-- fastinfoset -->
> > <dependency>
> > <groupId>org.jvnet.fastinfoset</groupId>
> > <artifactId>fast-infoset</artifactId>
> > <version>1.0</version>
> > </dependency>
>
> Looks like they are com.sun.xml.fastinfoset. We don't have 1.0, however.
> Does 1.0.2 work? Otherwise we'll need to talk to FI folks.
>
>
> > <!-- jaxb -->
> > <dependency>
> > <groupId>javax.xml.bind</groupId>
> > <artifactId>jaxb-api</artifactId>
> > <version>1.0</version>
> > </dependency>
> > <dependency>
> > <groupId>com.sun.xml.bind</groupId>
> > <artifactId>jaxb-impl</artifactId>
> > <version>1.0.5</version>
> > </dependency>
> > <dependency>
> > <groupId>com.sun.xml.bind</groupId>
> > <artifactId>jaxb-xjc</artifactId>
> > <version>1.0.5</version>
> > </dependency>
> > <dependency>
> > <groupId>com.sun.xml.bind</groupId>
> > <artifactId>jaxb-libs</artifactId>
> > <version>1.0.5</version>
> > </dependency>
>
> JAXB jars are all posted, in these exact versions.
>
> > <!-- jaxp -->
> > <dependency>
> > <groupId>javax.xml.parsers</groupId>
> > <artifactId>jaxp-api</artifactId>
> > <version>1.3</version>
> > </dependency>
> > <dependency>
> > <groupId>org.w3c.dom</groupId>
> > <artifactId>dom-api</artifactId>
> > <version>3</version>
> > </dependency>
> > <dependency>
> > <groupId>org.xml.sax</groupId>
> > <artifactId>sax-api</artifactId>
> > <version>2.0.1</version>
> > </dependency>
>
> Only 1.4 is available, but that should include DOM and SAX. Do you need 1.3?
>
> > <!-- jaxr -->
> > <dependency>
> > <groupId>javax.xml.registry</groupId>
> > <artifactId>jaxr-api</artifactId>
> > <version>1.0</version>
> > </dependency>
> > <dependency>
> > <groupId>com.sun.xml.registry</groupId>
> > <artifactId>jaxr-impl</artifactId>
> > <version>1.0.8</version>
> > </dependency>
>
> I have to find the registry team. Will do.
>
> > <!-- jaxrpc -->
> > <dependency>
> > <groupId>javax.xml.rpc</groupId>
> > <artifactId>jaxrpc-api</artifactId>
> > <version>1.1</version>
> > </dependency>
>
> Due to the backward compatibility this is in javax.xml group id.
>
> > <dependency>
> > <groupId>com.sun.xml.rpc</groupId>
> > <artifactId>jaxrpc-impl</artifactId>
> > <version>1.1.2</version>
> > </dependency>
> > <dependency>
> > <groupId>com.sun.xml.rpc</groupId>
> > <artifactId>jaxrpc-spi</artifactId>
> > <version>1.1.2</version>
> > </dependency>
>
> 1.1.3_01 is there.
>
>
> > <!-- commons -->
> > <dependency>
> > <groupId>javax.activation</groupId>
> > <artifactId>activation</artifactId>
> > <version>1.0.2</version>
> > </dependency>
>
> I think they came back to me saying they won't be able to post 1.0.2 or
> any earlier version. Only 1.1 and going forward.
>
> > <dependency>
> > <groupId>javax.xml.namespace</groupId>
> > <artifactId>jax-qname</artifactId>
> > <version>1.1</version>
> > </dependency>
>
> I don't think we have a legal clearance on this one. If you use JAXP
> 1.4, it will be in it, though.
>
> > <!-- skipped jta because it's in the jdk -->
> > <dependency>
> > <groupId>javax.mail</groupId>
> > <artifactId>mail</artifactId>
> > <version>1.3.1</version>
> > </dependency>
>
> The same with activation. Only 1.4 or going forward.
>
> > <dependency>
> > <groupId>org.relaxng.datatype</groupId>
> > <artifactId>relaxng-datatype</artifactId>
> > <version>1.0</version>
> > <!-- guess -->
> > </dependency>
>
> This should be in ibiblio.
>
> > <dependency>
> > <groupId>javax.xml.namespace</groupId>
> > <artifactId>namespace</artifactId>
> > <version>1.0.1</version>
> > </dependency>
>
> The same with qname.
>
> > <dependency>
> > <groupId>com.sun.org.apache.internal.security</groupId>
> > <artifactId>xmlsec</artifactId>
> > <version>1.0</version>
> > <!-- guess -->
> > </dependency>
>
> We'll have to ask XWSS guys.
>
> > <dependency>
> > <groupId>com.sun.msv.datatype.xsd</groupId>
> > <artifactId>xsdlib</artifactId>
> > <version>1.0</version>
> > <!-- guess -->
> > </dependency>
>
> Not 1.0 but some version is in ibiblio.
>
> > <!-- stax -->
> > <dependency>
> > <groupId>javax.xml.stream</groupId>
> > <artifactId>stax-api</artifactId>
> > <version>1.0</version>
> > </dependency>
>
> This is there.
>
> > <!-- xmldsig -->
> > <dependency>
> > <groupId>javax.xml.crypto.dsig</groupId>
> > <artifactId>xmldsig</artifactId>
> > <version>1.0</version>
> > </dependency>
>
> I guess XWSS folks might know.
>
> --
> Kohsuke Kawaguchi
> Sun Microsystems kohsuke.kawaguchi_at_sun.com
>
>
>


-- 
Gregory Kick
gk5885_at_gmail.com