[Dev] question about the data model
Mike Taylor
bear at code-bear.com
Mon Mar 22 20:32:57 PST 2004
I was working with the dump.py program being worked on at the pyCon
Chandler sprint and ran into 11 items that were raising exceptions
because they had attributes with type or cardinality of None. So far
they seem to be related to parcels - here's an example:
<Item itemId="UUID-05ada31a-77c5-11d8-838d-000393eea78b">
<Meta name="path">
//parcels/OSAF/contentmodel/calendar/CalendarEvent
</Meta>
<Attr exception="cardinality is None type is None"
name="whoAttribute">
0exVqVTNh7o8ed00ejXGub
</Attr>
<Attr exception="cardinality is None type is None"
name="aboutAttribute">
0exVqVTNh7o8ed00ejXGub
</Attr>
<Attr name="displayAttribute">
headline
</Attr>
<AttrList name="notFoundAttributes"/>
<Attr exception="cardinality is None type is None"
name="dateAttribute">
</Item>
I modified the dump.py code to generate a special <Attr /> entry with
an attribute named 'exception' so I could see the context of the error.
My gut says this is something that is transient and after the data
model stablizes these will quietly disappear. For now it kept me from
being able to take the output of dump.py and generate a new repository.
thanks,
bear
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : http://lists.osafoundation.org/pipermail/dev/attachments/20040322/c12d5619/PGP.bin
More information about the Dev
mailing list