From dev-return-71777-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Sun Feb 08 06:23:25 2009 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 98209 invoked from network); 8 Feb 2009 06:23:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2009 06:23:25 -0000 Received: (qmail 41259 invoked by uid 500); 8 Feb 2009 06:23:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 41212 invoked by uid 500); 8 Feb 2009 06:23:24 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 41198 invoked by uid 99); 8 Feb 2009 06:23:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Feb 2009 22:23:24 -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; Sun, 08 Feb 2009 06:23:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9FBA1234C4A9 for ; Sat, 7 Feb 2009 22:22:59 -0800 (PST) Message-ID: <432423911.1234074179639.JavaMail.jira@brutus> Date: Sat, 7 Feb 2009 22:22:59 -0800 (PST) From: "Jason Dillon (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GSHELL-157) Dynamically adding / removing commands does not work well In-Reply-To: <1555136425.1233821639629.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GSHELL-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671563#action_12671563 ] Jason Dillon commented on GSHELL-157: ------------------------------------- Ya, a side effect of leaning on VFS to handle the storage, I notice there is a problem with setting/unsetting/setting aliases too. > Dynamically adding / removing commands does not work well > --------------------------------------------------------- > > Key: GSHELL-157 > URL: https://issues.apache.org/jira/browse/GSHELL-157 > Project: GShell > Issue Type: Bug > Security Level: public(Regular issues) > Reporter: Guillaume Nodet > Assignee: Guillaume Nodet > Fix For: 1.0-alpha-2 > > > When resolving commands, the command resolver uses a virtual file system. Unfortunately, the data for virtual file systems is always cached, which means that removing a command will still make it available for resolution. > The cache problem is caused by the DelegateFileObject which does not refresh the underlying file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.