Hello,
I am using jbpm 6.4 workbench modeler to design my process. I have data base XOR decision point and on each node of the XOR I have a expression that is something like
return evaluation.getAcknnowledge() == true/false;
Where evaluation is a data object that i have mapped as a process variable. It has a field acknnowledge which is boolean (primitive). PFA a snapshot of the process i have defined,
When i compile this process I get an error that says
Process Compilation error Type mismatch: cannot convert from boolean to Object Type mismatch: cannot convert from boolean to Object
When i change the boolean to Boolean it gives error saying incompatible types. I did some googling and found some posts which are vaguely related which indicate wrong ecj (compiler) version. But I see that the ecj in my wildfly 8.2 instace is 4.3.1 which is not old.
PFA a snapshot of the process i have defined,
Does any one have any idea about this issue?
Regards
Onkar