Details
Description
We have existing XML files, e.g. for configuration, that use a Map for holding parameters. Besides name and value there is also a "mandatory" field which is not mapped or used.
The existence of this field mysteriously leads to a null value elsewhere. This only happens if that value comes from an attribute with the "location" attribute in it's mapping.
Version 1.2 did not have this error. I have attached a small test project to demonstrate this strange behavior.
I'll commit a patch in a few minutes, and I'd appreciate any (extensive) testing on your side.