Hervé Jouin

Results 103 comments of Hervé Jouin

it does as now I know where it fails. The difficulty to investigate is the java code is: > logger.trace(" getting refered EObject from variable \""+variable+"\" (source object = "+FormPlugin.getDebugName(eObject)+")");...

if your issue was quicker to reproduce, it would be easier :-)

no as the variable name is java String. It can contain spaces, dots, comas, parenthesis, and even newlines. Just my plugin is treating leading "${" and trailing "{".

and in your log file, the error also happens with the Future property (with no space)

I've done nearly thousand clicks since we're discussing and the issue still not raises on my desktop. this one will be hard to track ...

by the way, which version of Java are your using (the one included in Archi ?) ? Are your on Windows, Linux or Mac ?

got it ... your variables have gor carriage return in their names ![image](https://user-images.githubusercontent.com/9281982/70182596-6ae57a80-16e4-11ea-95a9-9a6168eb3134.png) did you use the graphical editor to create the config file ?

if yes, I may have a bug in the graphical generator

so what I can suggest is that you edit your configuration with notepad or any other text editor to remove all the "\r". This will fix your issue. Meanwhile, I...

yes, this one has also been identified :)