Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9752F75D1 for ; Fri, 16 Sep 2011 08:55:30 +0000 (UTC) Received: (qmail 98021 invoked by uid 500); 16 Sep 2011 08:55:30 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 97924 invoked by uid 500); 16 Sep 2011 08:55:30 -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 97915 invoked by uid 99); 16 Sep 2011 08:55:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 08:55:30 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 08:55:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CD2599D123 for ; Fri, 16 Sep 2011 08:55:08 +0000 (UTC) Date: Fri, 16 Sep 2011 08:55:08 +0000 (UTC) From: "Ivan (JIRA)" To: dev@geronimo.apache.org Message-ID: <61700845.34096.1316163308821.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2107465583.17245.1315232169990.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (GERONIMO-6145) Factory info should not be shared among those web jsf applications in one EAR package MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-6145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan resolved GERONIMO-6145. ---------------------------- Resolution: Fixed > Factory info should not be shared among those web jsf applications in one EAR package > ------------------------------------------------------------------------------------- > > Key: GERONIMO-6145 > URL: https://issues.apache.org/jira/browse/GERONIMO-6145 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: myfaces > Affects Versions: 3.0-M1 > Reporter: Ivan > Assignee: Ivan > Fix For: 3.0 > > > In the FactoryFinder, a map below is used for keep the factory information, but it should not be shared by different web application in the EAR package. Now, due to one bundle is used for all the web applications, there will be an issue > private static Map>> _registeredFactoryNames = new HashMap>>(); -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira