[Zope] ObjectManager-derived ZClasses problem
kedai
kdie@kedai.com.my
Mon, 27 Sep 1999 21:48:50 +0800
On Sat, Sep 25, 1999 at 07:58:22PM +0300, Petru Paler wrote:
> Hello all,
>
> This might have been asked before (but the mailman archives are gone):
> I have a problem with ObjectManager-derived ZClasses. Scenario (using
> names from the ZClass tutorial): create a ZClass named CDCollection
> derived from ObjectManager, and inside that create a ZClass named CD. Now
> add a CDCollection. If you try to add a CD inside that, you get a
> not-so-nice "Resource not found" error (traceback included). Any ideeas ?
>
> overly-confused-ly yours,
> -Petru
if i got it right, this has to do with permission. i got the same thing when i tried creating aclass within a class. try looking at your *_factory permission and change it.