[gme-users] Too many passes while parsing XML file error
James H. Hill
hillj at cs.iupui.edu
Thu Jun 30 08:46:14 CDT 2011
Hi James,
On Jun 29, 2011, at 2:34 PM, James Edmondson wrote:
> So, this did replicate the error message and a cycle with two
> references might look like this in the XME:
>
> <reference id="id-0067-00000001" kind="..." role="..." guid="..."
> relid="..." referred="id-0067-00000002">
> <reference id="id-0067-00000002" kind="..." role="..." guid="..."
> relid="..." referred="id-0067-00000001">
>
> A three cycle might look like this:
>
> <reference id="id-0067-00000001" kind="..." role="..." guid="..."
> relid="..." referred="id-0067-00000003">
> <reference id="id-0067-00000002" kind="..." role="..." guid="..."
> relid="..." referred="id-0067-00000001">
> <reference id="id-0067-00000003" kind="..." role="..." guid="..."
> relid="..." referred="id-0067-00000002">
>
I was able to locate the problem after adding debug messages to the
code! It was definitely a circular reference in the model, but it was
not as complex as the ones you tried. It was actually the simplest
one: R1 -> R1. ;-)
Again, thank you all for your help!
- James
> Haven't looked into the subtype/archetype thing yet.
>
> Thanks,
> James
> _______________________________________________
> gme-users mailing list
> gme-users at list.isis.vanderbilt.edu
> http://list.isis.vanderbilt.edu/mailman/listinfo/gme-users
More information about the gme-users
mailing list