This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: jBPM: process business key may not be nullkarypid Jun 19, 2009 11:58 AM (in response to karypid)This is looking quite weird and could actually be a bug: I changed the EL expression to someStaticKey and now it works. Therefore, the EL must really evaluate to null for some reason. However, within the method, the same EL (copy-paste) evaluates to the intended string (myKey) that is also printed in the log output.Am I doing something wrong or does this look like a bug to you too? 
- 
        2. Re: jBPM: process business key may not be nullmwohlf Jun 19, 2009 1:46 PM (in response to karypid)maybe You have 2 instances of mycomponent somewhere in your app and the annotation gets a different instance than the value expression? Try printing the hashCode() of the instance in the getMemberField() method and compare them for both calls. 
 
    