[Zope-CMF] ZClass indexing probs

seb bacon seb@jamkit.com
Thu, 14 Jun 2001 15:57:45 +0100


* James van der Veen <james@codenamefuture.nl> [010614 15:08]:
> Hi everybody!!
> 
> Hmm I created my own zClass and was trying to make it index itself in the
> portal_catalog
> But every time I try to ad an instance in the portal I get this error (sse
> below). Hope someone can help me.

What are your base classes?  Your error is coming from a DublinCore
metadata field, which is an index field in the catalog.  Perhaps
you're not inheriting from DefaultDublinCoreImpl?  (I'm guessing here,
since I've never used ZClasses...)

seb