[Zope3-dev] zope3 and zope.conf without the zodb

2007-10-31 Thread Kapil Thangavelu
I'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.

One issue I'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

Allowing zope3 usage without a zodb attached, is basically a one line fix
here. Would there be any objections to removing it?

cheers,

kapil
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Re: zope3 and zope.conf without the zodb

2007-10-31 Thread Philipp von Weitershausen

Kapil Thangavelu wrote:
I'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.


One issue I'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


Allowing zope3 usage without a zodb attached, is basically a one line 
fix here. Would there be any objections to removing it?


Why do you still need zope.conf if you don't need ZODB? I mean, there 
isn't really much else left if you take away the ZODB configuration.



--
http://worldcookery.com -- Professional Zope documentation and training
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] zope3 and zope.conf without the zodb

2007-10-31 Thread Chris McDonough
Would you be willing to share your code, particularly your published  
application and the ZCML to configure Zope 3 to not use the default  
publication stuff?  I'm curious as to how people are doing this.


- C

On Oct 31, 2007, at 2:32 PM, Kapil Thangavelu wrote:

I'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.


One issue I'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


Allowing zope3 usage without a zodb attached, is basically a one  
line fix here. Would there be any objections to removing it?


cheers,

kapil



___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/chrism% 
40plope.com




___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com