dev@glassfish.java.net

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

From: Sivakumar Thyagarajan <Sivakumar.Thyagarajan_at_Sun.COM>
Date: Wed, 10 Nov 2010 11:18:14 +0530

Hi Jane

On Wednesday 10 November 2010 07:06 AM, Jane Young wrote:
> 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?

The Weld SPI has changed and so, you would need changes in the
integration layer to get a build. I will send the diffs in a separate
thread.

Thanks
--Siva.
>
> 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
>>
>