Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 78360 invoked from network); 21 Feb 2007 11:52:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2007 11:52:45 -0000 Received: (qmail 79936 invoked by uid 500); 21 Feb 2007 11:52:49 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 79906 invoked by uid 500); 21 Feb 2007 11:52:49 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 79895 invoked by uid 99); 21 Feb 2007 11:52:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 03:52:49 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [212.227.126.188] (HELO moutng.kundenserver.de) (212.227.126.188) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 03:52:38 -0800 Received: from [172.23.4.157] (helo=pustefix157.kundenserver.de) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1HJq1A24b5-0004V5; Wed, 21 Feb 2007 12:52:16 +0100 Message-Id: <16799949.3152911172058736356.JavaMail.servlet@kundenserver> From: "H. Swaczinna" To: Subject: How to cleanup an application scoped bean MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 X-Binford: 6100 (more power) X-Mailer: Webmail X-Originating-From: 26990028 X-Routing: DE X-Message-Id: <26990028$1172058736355172.23.4.15718108935@pustefix157.kundenserver.de-667321726> X-Received: from pustefix157.kundenserver.de by 83.189.95.41 with HTTP id 26990028 for [users@myfaces.apache.org]; Wed, 21 Feb 2007 12:52:16 CET Date: Wed, 21 Feb 2007 12:52:16 +0100 X-Provags-ID2: V01U2FsdGVkX19t+LMQNWewtRFC5SUlo304LeRtXD1/nXmiW5Y+V5cq3kS9L2/PFzBdzT5zCO2/ZUR4ZDWQtNbwlaBCYKA2WyUhEnn6v55xdTU= X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have an application scoped bean and want to do some cleanup when the application is shutdown (undeployed). Is there a way to register the bean somehow with the application context like I can register a session scoped bean with the session context? Regards Helmut