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<ClassLoader, Map<String, List<String>>>
_registeredFactoryNames = new HashMap<ClassLoader, Map<String, List<String>>>();
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira