... until the collector arrives ...

This "blog" is really just a scratchpad of mine. There is not much of general interest here. Most of the content is scribbled down "live" as I discover things I want to remember. I rarely go back to correct mistakes in older entries. You have been warned :)

2006-08-28

ALDSP Recursive Type Definitions

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.

Blog Archive