zope.configuration upgrade: ZCML error with z3c.unconfigure

Sebastien Douche <[email protected]>
Newsgroups gmane.comp.web.zope.devel
Message-ID <CAAGHeXH9uK8sjhfVS8iuwojn4HLZQT4CFTPQHHCqarviEfz=Tg@mail.gmail.com>
Hi,
after upgraded zope.configuration to 3.8.0, I've the same error on 2 ZCML files:

ZopeXMLConfigurationError: File
"/home/sdouche/src/sact/main/sact.nevrax/eggs/sact.nevrax.conf/src/sact/nevrax/conf/service/minimal_populate.zcml",
line 8.2-13.2
  KeyError: 0

The file :
<configure xmlns="http://namespaces.zope.org/zope"
           xmlns:browser="http://namespaces.zope.org/browser"
           xmlns:i18n="http://namespaces.zope.org/i18n"
           i18n_domain="nevrax">

  <include package="z3c.unconfigure" file="meta.zcml" />

  <unconfigure>
    <subscriber
        for="sact.nevrax.conf.zone.interfaces.IPopulatedZone"
        handler=".service_mgr.populate"
        />
  </unconfigure>

  <subscriber
      for="sact.nevrax.conf.zone.interfaces.IPopulatedZone"
      handler="sact.nevrax.conf.tests.layers.populate_minimal"
      />

</configure>t

ZopeXMLConfigurationError: File
"/home/sdouche/src/sact/main/sact.nevrax/src/sact/nevrax/testbrowser/no-service.zcml",
line 3.2-7.2
  KeyError: 0

The file :
<configure xmlns="http://namespaces.zope.org/zope">

  <unconfigure>
    <subscriber
        for="sact.nevrax.conf.zone.interfaces.IPopulatedZone"
        handler="sact.nevrax.conf.service.service_mgr.populate" />
  </unconfigure>

</configure>

Do you know why? Any hint?

Thanks.

-- 
Sebastien Douche <[email protected]>
Twitter: @sdouche / G+: +sdouche
_______________________________________________
Zope-Dev maillist  -  [email protected]
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.