Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 54106 invoked from network); 26 Jun 2008 06:58:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 06:58:24 -0000 Received: (qmail 99915 invoked by uid 500); 26 Jun 2008 06:58:23 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 99877 invoked by uid 500); 26 Jun 2008 06:58:23 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 99866 invoked by uid 99); 26 Jun 2008 06:58:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 23:58:23 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 06:57:32 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KBlQV-0004TL-1N for users@myfaces.apache.org; Wed, 25 Jun 2008 23:57:51 -0700 Message-ID: <18127645.post@talk.nabble.com> Date: Wed, 25 Jun 2008 23:57:51 -0700 (PDT) From: radhesh To: users@myfaces.apache.org Subject: Re: Setting up MyFaces to work with RichFaces and Facelets In-Reply-To: <16024694.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: rad.msc@gmail.com References: <4773F0C5.7050403@oma.be> <16024694.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org It is straightforward...just switch to MyFaces listener as shown below =20 org.apache.myfaces.webapp.StartupServletContextListener Regards, Radhesh http://thoughtsillustrated.blogspot.com http://thoughtsillustrated.blogspot.com/=20 abchilla wrote: >=20 > Hi, >=20 > thanks for that fix. I am new to this types aswell. I had the same issue. > I wanted to use MyFaces for my project, but now i just kicked those jars > out, so i did not get this error.=20 >=20 > I want to know 2 things: >=20 > Where can i read about what this listener ConfigureListener is for? >=20 > how do i bind myfaces into it instead of sun faces. in my web.xml there i= s > the listener for sun.faces > how do i exchange it with a listener for myfaces. >=20 > >=20 > =20 > com.sun.faces.config.ConfigureListener >=20 > >=20 >=20 > thanks >=20 > Kunle Ola wrote: >>=20 >> David, >>=20 >> Thanks for the advice, this is my first experience with JSF.Your advice >> fixed my issue. >>=20 >> Thanks >>=20 >> Kunle >>=20 >> On Dec 27, 2007 12:36 PM, david delbecq wrote: >>=20 >>> Kunle Ola a =C3=A9crit : >>> > Hi, >>> > >>> > My setup: >>> > >>> > myfaces-1.2.0 >>> > >>> > .... >>> > >>> > com.sun.faces.config.ConfigurationException : CONFIGURATION FAILED! >>> null >>> > at >>> > com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:212) >>> > at >>> > com.sun.faces.config.ConfigureListener.contextInitialized( >>> ConfigureListener.java:174) >>> > >>> Don't mix sun implementation of jsf and myfaces implementation! If you >>> use myfaces-1.2.0, remove sun's jsf from your webapp! >>> >>=20 >>=20 >=20 >=20 --=20 View this message in context: http://www.nabble.com/Setting-up-MyFaces-to-w= ork-with-RichFaces-and-Facelets-tp14507192p18127645.html Sent from the MyFaces - Users mailing list archive at Nabble.com.