Hi struberg,
Do you mean that all the @ConversationScoped bean is already stored in
@SessionScoped bean in CDI specification?
Or
Do you mean that I have to wrap a @ConversationScoped bean with another
@SessionScoped bean in my own coding?
struberg wrote:
>
> Hi!
>
> All the CDI @ConversationScoped gets stored in a @SessionScoped bean
> managed by the CDI container. Finally this will somewhen end up in the
> session (the 'when' is implementation specific).
>
> LieGrue,
> strub
>
>
>
> ----- Original Message -----
>> From: tclam <tclam@hkeaa.edu.hk>
>> To: users@myfaces.apache.org
>> Cc:
>> Sent: Wednesday, May 16, 2012 9:23 AM
>> Subject: Re: Conversation Scope in JSF 2.0
>>
>>
>> Thank you.
>> Have you test the conversation during session replication?
>>
>> Anyone try MyFaces Orchestra?
>>
>>
>>
>> Thomas Andraschko-2 wrote:
>>>
>>> I use CODI in an clustered environemnt, no problems till now :)
>>>
>>> 2012/5/16 tclam <tclam@hkeaa.edu.hk>
>>>
>>>>
>>>> I am trying to implement conversation scope in backing bean of JSF for
>>>> our
>>>> application. At first, I am trying to use MyFaces Orchestra. It seems
>> to
>>>> work well. However, I am concerning the case when the application
>>>> deployed
>>>> in cluster environment and during session replication. I don't know
>> if
>>>> MyFaces CODI with OpenWebBean is a better choice.
>>>>
>>>> I have two questions to ask:
>>>>
>>>>
>>>> (1) Does MyFaces Orchestra works well in cluster environment? Will the
>>>> conversation maintains after session replication?
>>>>
>>>>
>>>> (2) Does MyFaces CODI have any issues when deployed in cluster
>>>> environment?
>>>> I cannot found any information about this in its document.
>>>> --
>>>> View this message in context:
>>>>
>> http://old.nabble.com/Conversation-Scope-in-JSF-2.0-tp33855502p33855502.html
>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>>
>>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://old.nabble.com/Conversation-Scope-in-JSF-2.0-tp33855502p33856260.html
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>
>
--
View this message in context: http://old.nabble.com/Conversation-Scope-in-JSF-2.0-tp33855502p33856469.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.
|