[Zope3-dev] New bugs since weekend

Garrett Smith garrett at mojave-corp.com
Mon Jul 12 13:41:46 EDT 2004


Two bugs listed below:

I haven't spent any time investigating these, so the information is high 
level:

Bug 1 - There's a problem with registration view:

   1. Add an Adapter service.
   2. Register it.
   3. Note the Registration view displayed -- it claims it's not
      registered.

In fact, the service is registered -- check the registration manager.

I'm seeing this with all my utilities.

Bug 2 - When a Presentation service is registered, any attempt to 
interact with the parent site mgmt folder results in:

   File "zope\app\traversing\namespace.py", line 162, in queryResource
     resource = component.queryResource(name, request)
   File "zope\component\__init__.py", line 264, in queryResource
     return s.queryResource(name, request, default, providing=providing)
TypeError: queryResource() got multiple values for keyword argument 
'providing'

  -- Garrett



More information about the Zope3-dev mailing list