Re: [Zope-dev] using WSGIPublisher

2012-10-30 Thread Ross Patterson
Martin Aspeli writes: > On 7 June 2012 07:20, Michael Howitz wrote: >> Am 06.06.2012 um 19:58 schrieb Hanno Schlichting: >> […] >>> As I said above, my main concern is keeping publisher events and >>> exception views intact. Some of these events need to happen in code >>> that's currently inside

Re: [Zope-dev] using WSGIPublisher

2012-06-08 Thread Michael Howitz
Am 08.06.2012 um 00:15 schrieb Martin Aspeli: […] > There was a thread on this a while ago, and I did some in-depth > research on the current state of WSGI publishers. > > See http://old.nabble.com/Zope-2-WSGI-investigation-to33063118.html#a33063118. > Summary: use infrae.wsgi for now. Thank you

Re: [Zope-dev] using WSGIPublisher

2012-06-07 Thread Martin Aspeli
On 7 June 2012 07:20, Michael Howitz wrote: > Am 06.06.2012 um 19:58 schrieb Hanno Schlichting: > […] >> As I said above, my main concern is keeping publisher events and >> exception views intact. Some of these events need to happen in code >> that's currently inside repoze.* middleware. Like "bef

Re: [Zope-dev] using WSGIPublisher

2012-06-07 Thread Martin Aspeli
On 7 June 2012 07:20, Michael Howitz wrote: > Am 06.06.2012 um 19:58 schrieb Hanno Schlichting: > […] >> As I said above, my main concern is keeping publisher events and >> exception views intact. Some of these events need to happen in code >> that's currently inside repoze.* middleware. Like "bef

Re: [Zope-dev] using WSGIPublisher

2012-06-06 Thread Michael Howitz
Am 06.06.2012 um 19:58 schrieb Hanno Schlichting: […] > As I said above, my main concern is keeping publisher events and > exception views intact. Some of these events need to happen in code > that's currently inside repoze.* middleware. Like "before transaction > commit", "publication failure" or

Re: [Zope-dev] using WSGIPublisher

2012-06-06 Thread Ross Patterson
Hanno Schlichting writes: > On Wed, Jun 6, 2012 at 5:06 PM, Paul J Stevens wrote: >> FYI, I'm using the following buildout: >> >> https://github.com/pjstevns/plone.mongrel2 > > You are missing some required middleware for the current un-documented > WSGI feature. I made an experiment quite a whi

Re: [Zope-dev] using WSGIPublisher

2012-06-06 Thread Hanno Schlichting
On Wed, Jun 6, 2012 at 7:06 PM, Tres Seaver wrote: > On 06/06/2012 12:11 PM, Hanno Schlichting wrote: >> I've looked into WSGI again at the Plone Symposium East sprint and I >> think we should remove the middleware approach again for Zope2. >> Primarily as we loose some features like publisher eve

Re: [Zope-dev] using WSGIPublisher

2012-06-06 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/06/2012 12:11 PM, Hanno Schlichting wrote: > On Wed, Jun 6, 2012 at 5:06 PM, Paul J Stevens wrote: >> FYI, I'm using the following buildout: >> >> https://github.com/pjstevns/plone.mongrel2 > > You are missing some required middleware for the

Re: [Zope-dev] using WSGIPublisher

2012-06-06 Thread Hanno Schlichting
On Wed, Jun 6, 2012 at 5:06 PM, Paul J Stevens wrote: > FYI, I'm using the following buildout: > > https://github.com/pjstevns/plone.mongrel2 You are missing some required middleware for the current un-documented WSGI feature. I made an experiment quite a while back and came up with: https://git

[Zope-dev] using WSGIPublisher

2012-06-06 Thread Paul J Stevens
Hi all, I've been running a test-setup using ZPublisher/WSGIPublisher.py mongrel2 -> wsgid -> zope2 I'm running into some minor, some larger issues. Most importantly, transactions are not committed. You know better than I do what that means. For me, I can't create Plone sites, or even DTMLDocum