dev@glassfish.java.net

Re: pom.xml change review for integration of weld 1.1.0.Beta2

From: Jane Young <jane.young_at_oracle.com>
Date: Tue, 09 Nov 2010 17:36:55 -0800

Hi Siva,

The JBoss repository is now referenced in GlassFish Nexus Server. e.g.
http://maven.glassfish.org/content/groups/glassfish/org/jboss/weld/weld-osgi-bundle/1.1.0.Beta2/

I tried building v3 workspace with Weld version, 1.1.0.Beta2 but the
build failed in web/weld-integration:
/ServletServicesImpl.java:52: cannot find symbol
     symbol : class ServletServices
     location: package org.jboss.weld.servlet.api
     import org.jboss.weld.servlet.api.ServletServices;
/
Besides updating the weld.version in v3/pom.xml, there are also code
changes?

Jane




On 11/9/10 6:01 AM, Sivakumar Thyagarajan wrote:
> Hi
>
> Please review the pom.xml change for the integration of weld 1.1 Beta2
> release (weld-core 1.1.Beta2 [1]) into glassfish 3.1.
>
> The JBoss public releases repo is being added by Jane into GlassFish
> pom. I could get QL, CTS Smoke, CDI devtests, Weld samples passing
> with this change.
>
> Thanks
> --Siva.
> [1] https://github.com/weld/core/tree/1.1.0.Beta2
>
> $ svn diff pom.xml
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 42610)
> +++ pom.xml (working copy)
> @@ -157,7 +157,7 @@
> <mq.version>4.5-019</mq.version>
> <javadb.version>10.5.3.0</javadb.version>
> <jaxr.version>JAXR_RA_20091012</jaxr.version>
> - <weld.version>1.1.0-01-glassfish</weld.version>
> + <weld.version>1.1.0.Beta2</weld.version>
> <jersey.version>1.5-ea03</jersey.version>
> <jbi.version>1.0</jbi.version>
> <wsdl4j.version>1.6.2</wsdl4j.version>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>