[Zope3-Users] zcml conflict in new eggs (logout.html)

hass hassan at dc4.so-net.ne.jp
Sat Oct 3 15:37:09 EDT 2009


Hi,
I just tried to update my sandbox and used latest=true in buildout.
Here is what I got. seems like a zcml conflict between two of the eggs.

What can I can do about it other than rolling back?
Perhaps I could add a layer value for z3c.authenticator?
Thanks!
Hass

---------------------------------------
File 
"/home/hassan/buildout-eggs/zope.configuration-3.6.0-py2.4.egg/zope/configuration/config.py", 
line 1506, in resolveConflicts
    raise ConfigurationConflictError(conflicts)
zope.configuration.config.ConfigurationConflictError: Conflicting 
configuration actions
  For: ('view', None, u'logout.html', <InterfaceClass 
zope.publisher.interfaces.browser.IBrowserRequest>, <InterfaceClass 
zope.publisher.interfaces.browser.IDefaultBrowserLayer>)
    File 
"/home/user/buildout-eggs/z3c.authenticator-0.7.1-py2.4.egg/z3c/authenticator/browser/login.zcml", 
line 21.2-26.8
        <page
            name="logout.html"
            for="*"
            class=".login.SiteLogout"
            permission="zope.Public"
            />
    File 
"/home/user/buildout-eggs/zope.app.security-3.7.2-py2.4.egg/zope/app/security/browser/configure.zcml", 
line 31.2-38.8
        <browser:page
            name="logout.html"
            for="*"
            class=".auth.HTTPAuthenticationLogout"
            attribute="logout"
            permission="zope.Public"
            allowed_interface="zope.app.publisher.interfaces.http.ILogout"
            />



More information about the Zope3-users mailing list