[seam-dev] Stuck with bug in Weld + Jdk6_u26

Marek Schmidt maschmid at redhat.com
Thu Jul 7 03:40:59 EDT 2011


On 07/04/2011 06:57 AM, Antoine Sabot-Durand wrote:
> Hi Team,
>
> The last apple java update bring jdk to 1.6.0_26 version and triggers this bug in my webapp (JBoss 6) : https://issues.jboss.org/browse/WELD-897
>
> I tried to switch to JBoss 7 CR1 but got some exception with seam international and joda time missing. Removing Seam-Faces which pull Seam-International let the app deploy without exception, but all the backing beans calls seem to be dead (the page displays but all EL is ignored).
>
> So is there were a way to update weld in JBoss 6 or something I'm missing with JBoss 7 ?

Hi Antoine!

There is a way...

1. git clone git://github.com/weld/core.git
git checkout 1.1.1.Final
cd core/jboss-as

2. there is a bug in the pom.xml in 1.1.1.Final, version not updated, so
edit the pom.xml, replace all "1.1.0-SNAPSHOT" with "1.1.1.Final"

3. edit the build.properties or local.build.properties and set the 
jboss.home path

4. mvn


Cheers,

Marek

>
> Thks,
>
> Antoine
>
>
>
>
>
>
>
>
>
> _______________________________________________
> seam-dev mailing list
> seam-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/seam-dev



More information about the seam-dev mailing list