[Zope-dev] Product configuration in zope.app.wsgi

Uli Fouquet uli at gnufix.de
Sat Aug 22 08:45:13 EDT 2009


Hi there,

As it turned out product configurations are not set with zope.app.wsgi
(contrary, for instance, to zope.app.server).

If in your zope.conf you define::

  <product-config prod1>
    key1 = val1
  </product-config>

these setting won't be accessible on startup using zope.app.wsgi and
zope.app.appsetup.product.getProductConfiguration().

Apparently only the appropriate setProductConfigurations() call had to
be included in zope.app.wsgi to support it.

Is there a special reason why that was not included in zope.app.wsgi?

If not, I'd be glad to fix this.

Or did I miss something important here?

Best regards,

-- 
Uli

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://mail.zope.org/pipermail/zope-dev/attachments/20090822/c7bffc85/attachment.bin 


More information about the Zope-Dev mailing list