Return-Path: Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: (qmail 10018 invoked from network); 28 Nov 2008 16:44:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2008 16:44:36 -0000 Received: (qmail 22115 invoked by uid 500); 28 Nov 2008 16:44:46 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 22093 invoked by uid 500); 28 Nov 2008 16:44:46 -0000 Mailing-List: contact dev-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tapestry development" Delivered-To: mailing list dev@tapestry.apache.org Received: (qmail 22082 invoked by uid 500); 28 Nov 2008 16:44:46 -0000 Delivered-To: apmail-jakarta-tapestry-dev@jakarta.apache.org Received: (qmail 22078 invoked by uid 99); 28 Nov 2008 16:44:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Nov 2008 08:44:46 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Nov 2008 16:43:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 434B1234C2A1 for ; Fri, 28 Nov 2008 08:43:44 -0800 (PST) Message-ID: <1380360525.1227890624274.JavaMail.jira@brutus> Date: Fri, 28 Nov 2008 08:43:44 -0800 (PST) From: "Dominic (JIRA)" To: tapestry-dev@jakarta.apache.org Subject: [jira] Created: (TAP5-388) TapestryFilter filter name must be 'app' in web.xml or will causes Service binding to fail MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org TapestryFilter filter name must be 'app' in web.xml or will causes Service binding to fail ------------------------------------------------------------------------------------------ Key: TAP5-388 URL: https://issues.apache.org/jira/browse/TAP5-388 Project: Tapestry 5 Issue Type: Bug Components: tapestry-core Affects Versions: 5.0.17, 5.0.16 Reporter: Dominic Priority: Minor The name of the TapestryFilter within the web.xml must be 'app' for binder.bind(MyService.class, MyServiceImpl.class) to be successful. If any other name is used and a page has an injected (@Inject) field it will cause the follownig error. [ERROR] TapestryModule.RequestExceptionHandler Processing of request failed with uncaught exception: java.lang.ClassNotFoundException: caught an exception while obtaining a class file for [PAGE] -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org For additional commands, e-mail: dev-help@tapestry.apache.org