[weld-dev] Conversation scope in servlet context.

Pete Muir pmuir at redhat.com
Mon Mar 12 08:07:45 EDT 2012


In Weld core? It shouldn't be, as that isn't spec compliant.

Note that Weld will set up the conversation context in a servlet listener, but only activates it in a JSF request (phase listener).

This is being added in CDI 1.1


On 12 Mar 2012, at 11:06, Ales Justin wrote:

> This is all already present -- see WeldListener:
> * https://github.com/weld/core/blob/master/impl/src/main/java/org/jboss/weld/servlet/WeldListener.java
> 
> 
> On Mar 12, 2012, at 11:54 AM, Guilherme Namen wrote:
> 
>> Hi.
>> 
>> I would like to know if someone are developing a conversation scope
>> for servlet context. There is a planing for it? If has how i could
>> help.
>> 
>> Recently i developed a filter that injects a conversation scope in
>> servlet context. The source are attached. Someone could look and
>> critic the code.
>> 
>> Thanks.
>> <ConversationFilter.java>_______________________________________________
>> weld-dev mailing list
>> weld-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/weld-dev
> 
> _______________________________________________
> weld-dev mailing list
> weld-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/weld-dev




More information about the weld-dev mailing list