[Grok-dev] z3c.autoinclude hiding configuration conflict errors(?)
Martijn Faassen
faassen at startifact.com
Wed Nov 19 04:07:42 EST 2008
Jan-Wijbrand Kolman wrote:
> Jan-Wijbrand Kolman wrote:
[snip]
> Now, I realise the second configure.zcml is not really correct. You
> should *include* foobar and let it do whatever registrations is needs to
> do. But still I wonder why I do not get the conflict error then...
>
> Any ideas?
I might not have ZCML conflict resolution completely straight, but as
far as I can know you can override conflicts lower down the inclusion
chain, but siblings can't.
A B
\ /
C
so C can override things defined by A or B, but conflicts can occur
between A and B.
Regards,
Martijn
More information about the Grok-dev
mailing list