Return-Path: Delivered-To: apmail-jakarta-hivemind-user-archive@www.apache.org Received: (qmail 91984 invoked from network); 29 Oct 2004 13:21:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Oct 2004 13:21:52 -0000 Received: (qmail 76836 invoked by uid 500); 29 Oct 2004 13:21:15 -0000 Delivered-To: apmail-jakarta-hivemind-user-archive@jakarta.apache.org Received: (qmail 76737 invoked by uid 500); 29 Oct 2004 13:21:14 -0000 Mailing-List: contact hivemind-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: hivemind-user@jakarta.apache.org Delivered-To: mailing list hivemind-user@jakarta.apache.org Received: (qmail 76613 invoked by uid 99); 29 Oct 2004 13:21:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [216.68.127.190] (HELO carmanconsulting.com) (216.68.127.190) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 29 Oct 2004 06:21:10 -0700 Received: from carmani600m ([192.168.1.1]) (authenticated bits=0) by carmanconsulting.com (8.12.11/8.12.11) with ESMTP id i9TDKXjL026664; Fri, 29 Oct 2004 09:20:42 -0400 From: "James Carman" To: , "'Nick Stuart'" Subject: RE: A couple of questions Date: Fri, 29 Oct 2004 09:20:31 -0400 Organization: Carman Consulting, Inc. Message-ID: <001501c4bdba$1434ae20$6601a8c0@carmani600m> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The filter puts the registry on the request as an attribute. There's a static helper method in the HiveMindFilter class which allows you to access it. -----Original Message----- From: Nick Stuart [mailto:baredok@gmail.com] Sent: Friday, October 29, 2004 9:19 AM To: hivemind-user@jakarta.apache.org Subject: A couple of questions Hi all. I'm trying to use HiveMind in a web-service and am running into a problem or two First, is that I'm using the HiveMindFilter, and it is working and building the registry just fine. But, when I undeploy the app something isn't releasing because the hivemind modules still act as though they are in use and arent delete. Using tomcat 5.0.x if that matters, and I can only delete the files if I shutdown tomcat. Second question, how do I get a registry reference besides the RegistryBuild.constructDefaultRegistry(); This, to me, seems like would rebuild the registry everytime, which I obviously wouldnt want, ecspecailly since the filter is already doing it. Thanks for the help! -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: hivemind-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: hivemind-user-help@jakarta.apache.org