
Hi David, Congrat! You've found a bug :) On Friday 27 March 2009 09:32:05 David Horat wrote:
In the GLUE Specification v. 2.0, page 8, it is specified the Entity class. In its "Association.End" there is just one field: "Extension.Key", but in the Extension class, its unique identifier is "LocalId". So in the Entity class, it should be specified "Extension.LocalId" instead of "Extension.Key".
Correct. At (more or less) the eventh hour, the Extension class was altered to allow multiple Extension objects, each with the same Key (but presumably with different Value attributes). This was done by adding a LocalID and repurposing Key (previously it had the same role as LocalID). I guess the necessary change to Entity's Association End was mistakenly omitted.
So this could be another erratum, isn“t it?
I believe so, yes. Cheers, Paul.