This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: spring bean as assignment handlerkukeltje Dec 10, 2009 1:36 PM (in response to sravyts)There are lots of places where expressions cannot be used. An issue for this is in the jira. Please try to locate it and add this to it. 
- 
        2. Re: spring bean as assignment handlersravyts Dec 14, 2009 4:23 AM (in response to kukeltje)I used the EnvironmentImpl.getFromCurrent method to retrieve the referenced beans instead of using autowired fields. This way, I don't need to define the assignment handler as a bean in my spring container. 
 Is this acceptable as well?Wkr, 
 Sofie
- 
        3. Re: spring bean as assignment handlerkukeltje Dec 14, 2009 1:21 PM (in response to sravyts)I (personally) have no clue. Have not used spring a lot in general and not at all with jBPM. Maybe someone else has a clue.
- 
        4. Re: spring bean as assignment handlersaraswati.santanu Dec 14, 2009 2:51 PM (in response to sravyts)According to me this approach is fine. Infact the purpose of Spring context class seems to be something like this. So my vote is for your solution.
 
     
    