[ 
https://issues.apache.org/jira/browse/GERONIMO-6145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105953#comment-13105953
 ] 

Ivan commented on GERONIMO-6145:
--------------------------------

Commit changes to trunk at rev.1171450. Now the abstract name is used for the 
web application identity.
We might not need this function if we turn to multiple bundles strategy per EAR 
in the future.

> 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

        

Reply via email to