[Zope] private Z Classes

Shalabh Chaturvedi shalabh@pspl.co.in
Thu, 15 Jun 2000 15:47:44 +0530


Hi

Could it be the infamous "Resouce Not Found" bug?

The following link has information about the bug and how to work around it.
http://www.zope.org/Members/gtk/containers

HTH,
Shalabh
----- Original Message ----- 
From: Armin Wappenschmidt <awappens@ford.com>
To: <zope@zope.org>
Sent: Thursday, June 15, 2000 3:25 PM
Subject: [Zope] private Z Classes


> Hi all,
> 
> I'm trying to create a product with a Z Class (call it Z_Super) that
> contains other (private) Z Classes (call them Z_Subs).
> 
> Creating Z_Super is no problem, but creating Z_Sub in Z_Super
> gives me the following traceback:
> 
> Traceback (innermost last):
>   File
> /ford/sdrcsvr/u/zope/Zope-2.1.6-src/lib/python/ZPublisher/Publish.py,
> line 214, in publish_module
>   File
> /ford/sdrcsvr/u/zope/Zope-2.1.6-src/lib/python/ZPublisher/Publish.py,
> line 179, in publish
>   File /ford/sdrcsvr/u/zope/Zope-2.1.6-src/lib/python/Zope/__init__.py,
> line 202, in zpublisher_exception_hook
>     (Object: RoleManager)
>   File
> /ford/sdrcsvr/u/zope/Zope-2.1.6-src/lib/python/ZPublisher/Publish.py,
> line 151, in publish
>   File
> /ford/sdrcsvr/u/zope/Zope-2.1.6-src/lib/python/ZPublisher/BaseRequest.py,
> line 430, in traverse
>   File
> /ford/sdrcsvr/u/zope/Zope-2.1.6-src/lib/python/AccessControl/User.py,
> line 375, in validate
>     (Object: RoleManager)
>   File
> /ford/sdrcsvr/u/zope/Zope-2.1.6-src/lib/python/ZPublisher/HTTPResponse.py,
> line 511, in notFoundError
> NotFound: (see above)
> 
> 
> 
> FYI I'm using Zope 2.1.6.
> 
> Thanks a lot.
> armin 
>