Hi

Am I right in understanding that the Deltaspike context control API for weld is 
only available for Weld SE? There seems to be no "binding" for Weld in an EE 
context, specifically JBoss.

It would be nice if the doc would make that more clear, maybe the weld binding 
could even highlight this in the name (deltaspike-cdictrl-weld-se instead of 
deltaspike-cdictrl-weld).

Are there any plans to support the context control API also in the EE context? 
My use case is the following: I have a "stateful" Object that should survive 
multiple user interactions and is therefore ConversationScoped. The same 
managed bean should also be usable in situations where we have only an active 
request scope (EJB timer), and it's life cycle should then be bound to the 
request scope. For this case, I would like to activate the Converation scope 
when the timer method is entered programmatically (or rather via an 
Interceptor).

Regards
Simon

Reply via email to