-
Bug
-
Resolution: Done
-
Major
-
jBPM 5.3
When there are two variable expressions in one string resolution of them will fail as it does not find properly variable names,
#
{var1}=#
{var2}will fail with error that it can find variable var1}=#{var2
Most likely the reason of this is that pattern that is used to search for variables allows all characters that are not white space. By adding space between both variables make it to work properly.