Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 69930 invoked from network); 10 Feb 2009 17:33:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Feb 2009 17:33:41 -0000 Received: (qmail 65207 invoked by uid 500); 10 Feb 2009 17:33:39 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 65187 invoked by uid 500); 10 Feb 2009 17:33:39 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 65177 invoked by uid 99); 10 Feb 2009 17:33:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 09:33:39 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [98.136.44.55] (HELO smtp110.prem.mail.sp1.yahoo.com) (98.136.44.55) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 10 Feb 2009 17:33:31 +0000 Received: (qmail 565 invoked from network); 10 Feb 2009 17:33:10 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer; b=kSv5eHxBgqnm6ancG3xm0WICxsekUzKPocJPk25xbhxgRSaivRdWnt5+OMBNe021Q0tUTXUcj9tejKfIcJnh9RuNVq5QBudCtiNTWw7U5rosNfd6GQq4V9uutUQIZO/dXWGVYdYxWNOJ93yhzeOiz1nRrO0RQ/yGqU3yarIYfTE= ; Received: from unknown (HELO ?10.11.55.43?) (david_jencks@76.76.148.215 with plain) by smtp110.prem.mail.sp1.yahoo.com with SMTP; 10 Feb 2009 17:33:10 -0000 X-YMail-OSG: ZWUO0LIVM1m69EstCYG8o0o2hu6oOgda.UnaW2diUgtEMoKQ40OO1tmnATjLoxql4_rv3wDtu5dGhYZ9R8h4O_2chwmR1.erjfrhMCCr.4PjuZNMNHNNAalkSBiWq1wBieWd02HAuUBKOou6dMlKcGKYfr0QsdDqTNn8kJKDo7BgLfX9SON3JHRxgVa8hhuUJT_o.qdtJ0KCNIH2VWFcw9Pg.WGVOMc- X-Yahoo-Newman-Property: ymail-3 Message-Id: <678C0A14-28A8-4893-9018-CEE2091B2B99@yahoo.com> From: David Jencks To: user@geronimo.apache.org In-Reply-To: <3FAA81244E659D4AB4545FA36DCA046E09BF0F@appexc004.apptixhostedmail.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Jsf RI (Mojarra) in Geronimo Date: Tue, 10 Feb 2009 09:33:08 -0800 References: <21894352.post@talk.nabble.com> <9974004F-F2F0-4082-8C7A-1405AC3BC6C5@gmail.com> <3FAA81244E659D4AB4545FA36DCA046E09BF0F@appexc004.apptixhostedmail.net> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On Feb 9, 2009, at 6:35 PM, Ray Clough wrote: > The bug is a little hard to describe. We're using Seam, and one of > the page 'models' uses the Seam @Autocreate annotation. The page > (facelet) should cause this to load. Later, the model class > attempts to access it from the context where it is expected to > reside, and it has not been autocreated. This was resulting in a > NPE. Changing to Mojarra causes the error to go away, and the > autocreate to work properly. It is easy enough to work around, but > we'd rather it worked as advertised. Since we will soon have to > support deployment on multiple platforms, we'd like to standardize > on the JSF library which doesn't cause us problems. From our point of view we'd prefer that our bundled jsf works :-) I wonder if the problem is that seam is in a child classloader from myfaces whereas if you bundle everything in your app then they are both in the same classloader? There are some ways to test this but they would be tricky unless you are building your app as plugins using maven. I guess what you could do is define a mojarra plugin including the mojarra jars and jee-specs as dependencies and get that installed and then turn off the myfaces-deployer in your server when deploying your app. (you'd also need a dependency on your new mojarra plugin). If you want to test this or know enough about what is going on to think this is plausible please let us know. thanks david jencks > > Thanks for your help. > - Ray Clough > > > > -----Original Message----- > From: Kevan Miller [mailto:kevan.miller@gmail.com] > Sent: Sun 2/8/2009 5:40 PM > To: user@geronimo.apache.org > Subject: Re: Jsf RI (Mojarra) in Geronimo > > > On Feb 7, 2009, at 6:58 PM, Ray_Clough wrote: > >> >> All the discussion I have seen about using Sun's RI of JSF (Mojarra) >> is >> pretty old. Are there any new developments. We've run into some >> MyFaces >> bugs that make us want to use Mojarra, which doesn't suffer the same >> bug. >> Is it possible now to swap MyFaces for Mojarra? > > As Alexey has already mentioned, you can include Mojarra in your app > and use or in a geronimo > deployment plan... > > Can you tell us what MyFaces bugs you're having problems with? > > --kevan > >