This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Component not injected during executing asynchronous callcosmo Aug 24, 2011 10:25 PM (in response to kem)Which context are you using @In with? Be careful because some restrictions apply with @Asynchronous (as stated in 22.2.1. Asynchronous methods) 
 The asynchronous method is processed in a completely new event context and does not have access to the session or conversation context state of the caller. However, the business process context is propagated.
- 
        2. Re: Component not injected during executing asynchronous callkem Aug 25, 2011 4:37 AM (in response to kem)Thanks Aldo, that was the problem indeed. Solved by providing the component as arguments to the async method. khalil 
 
    