On Friday 08 December 2006 03:53, FB wrote:
> I've got a Package B depending on a Package A - both of them are
> zcml-overriding an adapter which is originally defined in zope itself.
>
> Unfortunately, zope doesn't seem to like that - Package B's override causes
> a ConfigurationConflictErrorwhich which it shouldn't - because the adapter
> is defined via override, right?
>
> Is this a bug in zope or did I miss something?

No, overridding is just not as smart as you expected it to be. You could 
probably use a ZCML condition to only load one overrides at a time.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to