Hi there,

I'm really puzzled about the following ZCML configuration conflict
where I am trying to override a browser:page for defined in
dateable.chronos.browser.events.EventListingView.upcomingEvents
with slightly customized implementation within my own idg.theme package.
Both ZCML configuration are of course identical except the the 'class'
is different.
Anything I am missing?

Andreas

--------


  File
"/data/idg_buildout/parts/zope2/lib/python/zope/configuration/xmlconfig.py",
line 581, in file
    context.execute_actions()
  File
"/data/idg_buildout/parts/zope2/lib/python/zope/configuration/config.py", line
606, in execute_actions
    for action in resolveConflicts(self.actions):
  File
"/data/idg_buildout/parts/zope2/lib/python/zope/configuration/config.py", line
1513, in resolveConflicts
    raise ConfigurationConflictError(conflicts)
zope.configuration.config.ConfigurationConflictError: Conflicting
configuration actions
  For: ('view', <InterfaceClass
dateable.chronos.interfaces.ICalendarEnhanced>, u'list.html',
<InterfaceClass zope.publisher.interfaces.browser.IBrowserRequest>,
<InterfaceClass zope.publisher.interfaces.browser.IDefaultBrowserLayer>)

    File
"/home/plone/.buildout/eggs/dateable.chronos-0.5-py2.4.egg/dateable/chronos/browser/configure.zcml",
line 57.2-63.8
        <browser:page
            name="list.html"
            for="dateable.chronos.interfaces.ICalendarEnhanced"
            permission="dateable.chronos.ViewContent"
            class=".events.EventListingView"
            attribute="upcomingEvents"
            />

    File "/data/idg_buildout/src/idg.theme/idg/theme/overrides.zcml",
line 6.2-12.8
        <browser:page
            name="list.html"
            for="dateable.chronos.interfaces.ICalendarEnhanced"
            permission="dateable.chronos.ViewContent"
            class="idg.theme.browser.events.EventListingView"
            attribute="upcomingEvents"
            />

begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd. & Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:i...@zopyx.com
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to