[ZCM] [ZC] 2256/ 1 Request "zope.app.annotation not available from zcml"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #2256 Update (Request) "zope.app.annotation not available from zcml"
Status Pending, Zope/bug+solution medium
To followup, visit:
http://www.zope.org/Collectors/Zope/2256
==============================================================
= Request - Entry #1 by andreyfedoseev on Dec 25, 2006 3:39 am
Moving zope.app.annotation to zope.annotation breaks backward compatibility for zcml
Solution: create zope/app/annotation/configure.zcml with:
<configure xmlns="http://namespaces.zope.org/zope">
<include package="zope.annotation" />
</configure>
==============================================================