I had a schema that defined a HierarchyList as a list of Hierarchy elements each containing a list of Item elements each containing (recursively) a list of Item elements. When I tried to submit an update that added an empty Hierarchy element to an empty HierarchyList, I got a StackOverflowException (with no stack trace). I guess ALDSP does not handle recursive schemas gracefully.