From adffaces-user-return-1615-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Tue Dec 19 15:56:15 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 66272 invoked from network); 19 Dec 2006 15:56:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2006 15:56:15 -0000 Received: (qmail 5272 invoked by uid 500); 19 Dec 2006 15:56:22 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 5259 invoked by uid 500); 19 Dec 2006 15:56:22 -0000 Mailing-List: contact adffaces-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-user@incubator.apache.org Delivered-To: mailing list adffaces-user@incubator.apache.org Received: (qmail 5201 invoked by uid 99); 19 Dec 2006 15:56:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Dec 2006 07:56:22 -0800 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=HTML_FONT_BIG,HTML_MESSAGE,MIME_HTML_ONLY,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [213.205.33.55] (HELO averell.tiscali.it) (213.205.33.55) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Dec 2006 07:56:10 -0800 Received: from [192.168.0.3] (84.223.104.245) by averell.tiscali.it (7.3.118) id 4558B5010044602B for adffaces-user@incubator.apache.org; Tue, 19 Dec 2006 16:55:45 +0100 Message-ID: <45880B83.4050807@tecnotp.it> Date: Tue, 19 Dec 2006 16:55:47 +0100 From: Renzo Tomaselli User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: adffaces-user@incubator.apache.org Subject: [trinidad] configuration: web.xml ordering Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, for the purpose of softly switching to Trinidad, I just reconfigured an existing application - Tomahawk & Facelets based - to be Trinidad-ready. I did this by adding proper entries to web.xml and faces-config.xml, then adding the latest jar pairs for Trinidad. No source modifications.
I was fairly surprised to notice that result depends on element ordering within web.xml.
Specifically, if appending all new Trinidad stuff at the end, then I get an error at application startup: no Trinidad filter was found, and no rendering context as well.
After moving all to the beginning, application starts, although several things do not work as before: I still have to investigate further, but first I'd like to collect a few comments about the ordering topic, since I neve saw it on any document - either Trinidad or Facelets based.
Thanks -- Renzo