Hi,
Realising this is an old post I would still like to comment. I am quite new to the forums so please bear with me.
The ability to recursively map child objects would be extremely helpful to me as well. We develop java apllications. Two versions of these applications are compiled, a version with debugging enabled and one without. This causes the base prosess name to different for both applications even though the rest of the object mapping is identical.
I have created tests that will work on both versions without needing to rewrite the tests for the different version but for this to work effectively I have to map both versions manually before compiling the tests. This is quite time consuming but effectively saves a lot of time debugging.
I would find it extremely helpful to be able to recursively map the objects, even if this takes a while and only gives me default name mapping.
Carl