This content has been marked as final. 
    
Show                 2 replies
    
- 
        
1. Re: enforce refresh of factory-instance
amitev Dec 2, 2008 10:09 PM (in response to nimo22)Try the following code:
Contexts.getConversationContext().set("allEntity", null); - 
        
2. Re: enforce refresh of factory-instance
nimo22 Dec 3, 2008 8:24 AM (in response to nimo22)hey thanks,
is there a difference of that
Contexts.getConversationContext().set("allEntity", null);and that:
Contexts.getConversationContext().remove("allEntity");