[Zope3-checkins] CVS: Zope3/src/zope/app/index
- subscribers.py:1.13
Steve Alexander
steve@cat-box.net
Sat, 12 Apr 2003 13:58:47 +0200
Ulrich Eck wrote:
> Can you verify that the auto-created services are not
> correctly setup (objecthub is not subscribed to eventservice) ??
They were not correctly set up.
They are now correctly set up.
For a spurious reason, the object hub was being added before the event
service.
Also, the if the object hub cannot subscribe itself to the event
service, it now complains by logging a warning. It failed silently before.
To get things working properly again, you'll need to either toss your
Data.fs, or go into your root folder's service manager, and disable and
then re-enable your hubids service.
Can you check if anything else seems to be wrong with the event service
or hubids service?
--
Steve Alexander