Return-Path: Delivered-To: apmail-incubator-click-dev-archive@minotaur.apache.org Received: (qmail 13907 invoked from network); 28 Oct 2009 07:11:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Oct 2009 07:11:23 -0000 Received: (qmail 3486 invoked by uid 500); 28 Oct 2009 07:11:23 -0000 Delivered-To: apmail-incubator-click-dev-archive@incubator.apache.org Received: (qmail 3476 invoked by uid 500); 28 Oct 2009 07:11:23 -0000 Mailing-List: contact click-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-dev@incubator.apache.org Received: (qmail 3468 invoked by uid 99); 28 Oct 2009 07:11:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2009 07:11:22 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Wed, 28 Oct 2009 07:11:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9C0CD234C045 for ; Wed, 28 Oct 2009 00:10:59 -0700 (PDT) Message-ID: <682725580.1256713859624.JavaMail.jira@brutus> Date: Wed, 28 Oct 2009 07:10:59 +0000 (UTC) From: "Bob Schellink (JIRA)" To: click-dev@incubator.apache.org Subject: [jira] Created: (CLK-589) Resources not deployed on JBoss5 and up MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Resources not deployed on JBoss5 and up --------------------------------------- Key: CLK-589 URL: https://issues.apache.org/jira/browse/CLK-589 Project: Click Issue Type: Bug Components: core Affects Versions: 2.1.0 RC1 Reporter: Bob Schellink Assignee: Bob Schellink Priority: Blocker Fix For: 2.1.0 Deploying the click-examples failed on JBoss5.1 because of their new Virtual File System implementation. We might have similar issues on other containers. Other frameworks are struggling with the same issue: Spring: http://jira.springframework.org/browse/SPR-5120 Struts2: https://issues.apache.org/struts/browse/WW-3181 Stripes: http://www.stripesframework.org/jira/browse/STS-655 The good folks at Stripes seem to have a solution (holding thumbs) which we could adapt for deploying resources. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.