Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 4730 invoked from network); 19 Aug 2005 04:14:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Aug 2005 04:14:59 -0000 Received: (qmail 37667 invoked by uid 500); 19 Aug 2005 04:14:59 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 37372 invoked by uid 500); 19 Aug 2005 04:14:57 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 37276 invoked by uid 99); 19 Aug 2005 04:14:57 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2005 21:14:55 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 9DBF4E5 for ; Fri, 19 Aug 2005 06:14:54 +0200 (CEST) Message-ID: <1009125618.1124424894644.JavaMail.jira@ajax.apache.org> Date: Fri, 19 Aug 2005 06:14:54 +0200 (CEST) From: "sean schofield (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Updated: (MYFACES-208) faces-config.xml is only found in jar files located in WEB-INF/lib In-Reply-To: <1413298679.1114183230647.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/MYFACES-208?page=all ] sean schofield updated MYFACES-208: ----------------------------------- Component: General Description: When scaning for faces-config.xml files it currently only looks for them inside the jars of WEB-INF/lib. The RI scans the classpath via a getResources("META-INF/faces-config.xml"). Im not sure which is correct, but it seems the RI's method is better as it allows the config files to exist in the WEB-INF/classes dir as well as allow JSF components and such to be installed into the container (thus shared will all apps). was: When scaning for faces-config.xml files it currently only looks for them inside the jars of WEB-INF/lib. The RI scans the classpath via a getResources("META-INF/faces-config.xml"). Im not sure which is correct, but it seems the RI's method is better as it allows the config files to exist in the WEB-INF/classes dir as well as allow JSF components and such to be installed into the container (thus shared will all apps). Environment: Fedora Core 3 JBoss/Jetty 3.2.1 was: Fedora Core 3 JBoss/Jetty 3.2.1 > faces-config.xml is only found in jar files located in WEB-INF/lib > ------------------------------------------------------------------ > > Key: MYFACES-208 > URL: http://issues.apache.org/jira/browse/MYFACES-208 > Project: MyFaces > Type: Bug > Components: General > Environment: Fedora Core 3 > JBoss/Jetty 3.2.1 > Reporter: Chris Rudd > Priority: Blocker > > When scaning for faces-config.xml files it currently only looks for them inside the jars of WEB-INF/lib. > The RI scans the classpath via a getResources("META-INF/faces-config.xml"). > Im not sure which is correct, but it seems the RI's method is better as it allows the config files to exist in the WEB-INF/classes dir as well as allow JSF components and such to be installed into the container (thus shared will all apps). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira