users@jaxb.java.net

Re: Minimal set for JNLP

From: Ryan Shoemaker - JavaSoft East <Ryan.Shoemaker_at_sun.com>
Date: Tue, 11 Mar 2003 17:35:57 -0500

Malachi de AElfweald wrote:
> Is there any chance of getting this jars officially signed, or do we have to just sign them
> ourselves? (JNLP requires all jars to be signed)
>

I'm no JWS expert, but my understanding is that the "right" way to bundle your app
is to add a dependency in your JNLP file for the JAXB libraries rather than rolling
them into your download. In either case, the JAXB jars would need to be signed (which
they're not). I will add this to the list of issues for our next release.

--Ryan