dev@glassfish.java.net

Re: appclient/client/acc pom.xml change review

From: Jane Young <jane.young_at_oracle.com>
Date: Mon, 15 Nov 2010 11:32:09 -0800

Looks good. Thanks.

On 11/15/10 11:23 AM, Tim Quinn wrote:
> This change adds a new dependency so that app clients that use Metro
> and are launched using Java Web Start will work. Without this
> dependency the automatic class path generation does not include the
> jaxb-osgi.jar file, and the resulting JNLP document that lists the
> JARs available from GlassFish during a Java Web Start launch does not
> include an entry for this JAR. At runtime some classes are not found.
>
> Thanks.
>
> - Tim
>
> Index: appclient/client/acc/pom.xml
> ===================================================================
> --- appclient/client/acc/pom.xml (revision 42796)
> +++ appclient/client/acc/pom.xml (working copy)
> @@ -384,6 +384,11 @@
> <artifactId>jaxb-api-osgi</artifactId>
> </dependency>
>
> + <dependency>
> + <groupId>com.sun.xml.bind</groupId>
> + <artifactId>jaxb-osgi</artifactId>
> + </dependency>
> +
> <!-- endorsed: webservices-api-osgi.jar -->
> <dependency>
> <groupId>org.glassfish.metro</groupId>