[Zope-CMF] [GenericSetup] Extension profile re-installing base profile
Andreas Jung
lists at zopyx.com
Tue Jun 23 01:48:59 EDT 2009
We are currently migration from Zope 2.8/CMF 1.X to Zope 2.11/CMF 2.1.
I have a minimal base profile and two almost identical extension
profiles for
product A and B (both containing toolset.xml, skins.xml and
import_steps.xml).
The setup code is almost identical with the one from
CMFDefault.factory.addConfiguredSiteForm().
So what's happening:
- creating a CMF site with the base profile + extension profile for A
works as expected
- creating a CMF site with the base profile + extension profile for B
works but the setuphandler
code of the base profile is executed twice (triggered through the
installation of the extension
profile for B)
- creating a CMF site with the base profile + both extension profiles
for A + B fails
with a 'Exisiting registration...' error
General question: what might be the reason for extension profile B to
trigger the reinstallation
of the base profile (and its setuphandler)?
Andresa
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lists.vcf
Type: text/x-vcard
Size: 316 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope-cmf/attachments/20090623/6f2dff49/attachment.vcf
More information about the Zope-CMF
mailing list