Hello,

I could see SPEL reserves some token like 'NE' 'EQ' etc for expression processing.

HOwever if a object map has any data attribute with the above names then it fails to parse.

For example if an object has an attrbute NE
we access it using Object.NE

This always fails as it tries to access it with Object.NE!=

If anybody knows a good workaround please let me know.

Also a defect should be raised..