I&#39;ve been using zope3 as a wsgi app, without a zodb. it bypasses the zodb publishing traversal via replacement of the published application, all of which can be managed in zcml. <br><br>One issue I&#39;ve run into is configuring an app through 
zope.conf forces you to have an open zodb, because of the required attribute in zope.app.appsetup schema.xml<br><br>Allowing zope3 usage without a zodb attached, is basically a one line fix here. Would there be any objections to removing it?
<br><br>cheers,<br><br>kapil<br><br><br><br>