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

Shahim Essaid commented on OWB-1119:
------------------------------------

Okay, that's good to know. I just started to look at the Conversation 
implementation yesterday so I need to dig a little deeper. Are you saying that 
ConverstaionImpl is completely dependent on ConversationService and I can 
control everything from there?

Even if that is the case, at some point I might want to extend the Conversation 
interface and be able to provide my own implementation of it. For example, I 
might want to allow multi threaded conversations as an option. From what I saw 
so far I think this will require that I be able to override the 
ConversationManager. Is that correct?

> Implement ConversationManagerService to plugin a custom manager
> ---------------------------------------------------------------
>
>                 Key: OWB-1119
>                 URL: https://issues.apache.org/jira/browse/OWB-1119
>             Project: OpenWebBeans
>          Issue Type: Improvement
>          Components: Context and Scopes
>    Affects Versions: 1.6.2
>            Reporter: Shahim Essaid
>
> I'm working on a framework for using OpenWebBeans and it would be very 
> helpful to be able to plugin my custom ConversationManager.  Currently the 
> manager is simply  instantiated in WebBeansContext like this: 
>         conversationManager = new ConversationManager(this);
> Please implement the same logic for loading the ConversationManager as a 
> service. I also didn't find an API way for overriding the instantiated 
> ConversationManager with a new one after the WebBeansContext is instantiated. 
> The initial services constructor parameter doesn't help with this either. I'm 
> still new to the OpenWebBeans implementation and I don't think I know enough 
> to be able to submit a patch to implement this.
> Did I miss how I can plugin my own manager with the current implementation?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to