G'day, I've been testing rc5 and am seeing some unexpected behaviour with regard cyclic references (eg. ClassA contains a collection of ClassB ojbects. ClassB contains a reference to a ClassA object.
We have been running with rc4 ok but when we run with rc5, same code same repository, it does not resolve the cyclic reference and gets caught in a loop when you retrieve ClassA, which retrieves collection of ClassB each of which retrieve an instance of ClassA which then retrieves collection of ClassB each of which.... and on it goes! This occurs even when we set auto-retrieve="false" on all collection and reference descriptors. Has something been broken in rc5 or is there some change required to the repository file for this to work correctly? Thanks in advance Stuart Heriot
