On Fri, Nov 22, 2013 at 10:30 PM, John Sarman <[email protected]> wrote:

> On Fri, Nov 22, 2013 at 4:19 PM, Emond Papegaaij
> <[email protected]>wrote:
>
> > Also how you activating the ConversationalContext?  I see the
> > > weld-impl was removed, is there a generic way of doing this?
> >
> >
> > CDI 1.1 specifies that conversations are propagated via the cid query
> > parameter. So, as long as this parameter is set correctly, there's no
> need
> > to manually (de)activate the conversational context.
> >
>
> I understand that but in ConversationPropagator when you have the
> @ConversationScoped AutoConversation, that object will be associated with
> the auto activated context which is not associated with the CID until you
> do it manually.  That was the reason for the Weld impl.
>
> There's always an active conversation during a request. The CID is
attached to that conversation when you call begin. It's still the same
conversation.

Reply via email to