[jira] Commented: (OWB-369) Static ContextsService in ContextFactory causes wrong webContextService used for multiple applications

2010-05-07 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12865039#action_12865039 ] Gurkan Erdogdu commented on OWB-369: ContextFactory must be loaded by web application

[jira] Commented: (OWB-369) Static ContextsService in ContextFactory causes wrong webContextService used for multiple applications

2010-05-07 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12865043#action_12865043 ] Gurkan Erdogdu commented on OWB-369: OpenWebBeans libraries must not be on the global

[jira] Commented: (OWB-369) Static ContextsService in ContextFactory causes wrong webContextService used for multiple applications

2010-05-07 Thread Joe Bergmark (JIRA)
[ https://issues.apache.org/jira/browse/OWB-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12865138#action_12865138 ] Joe Bergmark commented on OWB-369: -- Gurkan, I believe this comes down to another case of

[jira] Commented: (OWB-369) Static ContextsService in ContextFactory causes wrong webContextService used for multiple applications

2010-05-07 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OWB-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12865142#action_12865142 ] Mark Struberg commented on OWB-369: --- Imo ConversationManager should also get refactored to

Re: [jira] Commented: (OWB-369) Static ContextsService in ContextFactory causes wrong webContextService used for multiple applications

2010-05-07 Thread Joseph Bergmark
Perhaps it would be more clear if detailed what I think is happening in this particular example: 1) WebBeansFinder loads a single WebContextService per application (happens during the Lifecycle init). 2) WebContextService calls ConversationManager.getInstance();, which would use the

[jira] Commented: (OWB-369) Static ContextsService in ContextFactory causes wrong webContextService used for multiple applications

2010-05-07 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12865307#action_12865307 ] Gurkan Erdogdu commented on OWB-369: I have changed WebBeansFinder