Let's just say the new SVN Trunk has more explicit warnings, like this when
you have both a context param and an override as a servlet init param as you
do:

log.warn(DEFAULT_FACES_CONFIG + " has been specified in the " +
        FacesServlet.CONFIG_FILES_ATTR + " context parameter of " +
        "the deployment descriptor. This should be removed, " +
        "as it will be loaded twice.  See JSF spec 1.1, 10.3.2");

Regards,
David

-----Original Message-----
From: Tom Cordova [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 24, 2006 12:39 PM
To: users@myfaces.apache.org
Subject: RE: FacesConfigurator Error

Thanks for responding so quickly...

It's in as a javax.faces.CONFIG_FILES parameter and then again in the
Servlet stanza as a config param

Should I take it out of one of those places?
--
View this message in context:
http://www.nabble.com/FacesConfigurator+Error-t1675804.html#a4544799
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to