tags:

views:

11

answers:

0

I would like to register a marker interface so I can add it to objects in the ZMI. My product's configure.zcml contains:

<interface interface=".interfaces.IMarkerInterface" />

and, after reinstalling, the interface shows up in the list of available interfaces. But if I try to add it to an object in the ZMI I get a ComponentLookupError. What's missing?