[Repoze-dev] Fwd: repoze.bfg.xmlrpc - httpserver hangs

2009-09-09 Thread Tim Hoffman
I found that if you run zope3 server under paste you get the same thing, whereas if you use twisted it works fine.  See this thread I posted last year. https://mail.zope.org/pipermail/zope3-users/2008-October/008261.html T On Wed, Sep 9, 2009 at 11:32 PM, simahawk wrote: > hi list, > > I created

Re: [Repoze-dev] A question about the security description in the SQLAlchemy + URL Dispatch Wiki Tutorial

2009-09-09 Thread Chris McDonough
This is actually a bug in the tutorial. The package's configure.zcml should have a directive like this: Currently it's missing the "callback" attribute. - C george hu wrote: > Don't quite understand the following function, as described "The > groupfinder defined here is an authorization poli

[Repoze-dev] A question about the security description in the SQLAlchemy + URL Dispatch Wiki Tutorial

2009-09-09 Thread george hu
Don't quite understand the following function, as described "The groupfinder defined here is an authorization policy “callback”; can't see it is called by which function. And it doesn't matter if I remove the function from the code. def groupfinder(userid, request): if userid in USERS:

[Repoze-dev] buildbot failure in Repoze BFG trunk on py2.4-32bit-linux

2009-09-09 Thread bfg-buildbot
The Buildbot has detected a failed build of py2.4-32bit-linux on Repoze BFG trunk. Full details are available at: http://bfg.buildbot.securactive.org/builders/py2.4-32bit-linux/builds/113 Buildbot URL: http://bfg.buildbot.securactive.org/ Buildslave for this Build: sondebb6 Build Reason: The N

[Repoze-dev] buildbot failure in Repoze BFG trunk on py2.4-64bit-linux

2009-09-09 Thread bfg-buildbot
The Buildbot has detected a failed build of py2.4-64bit-linux on Repoze BFG trunk. Full details are available at: http://bfg.buildbot.securactive.org/builders/py2.4-64bit-linux/builds/111 Buildbot URL: http://bfg.buildbot.securactive.org/ Buildslave for this Build: mother Build Reason: The Nig

Re: [Repoze-dev] repoze.bfg.xmlrpc - httpserver hangs

2009-09-09 Thread simahawk
On Wed, 2009-09-09 at 11:44 -0400, Chris McDonough wrote: > simahawk wrote: > > hi list, > > > > I created a web-service with repoze.bfg and repoze.bfg.xmlrpc with a > > xmlrpx_view. This views creates a PDF and it should return me a simple > > string with the url of the PDF but in order to get my

Re: [Repoze-dev] repoze.bfg.xmlrpc - httpserver hangs

2009-09-09 Thread Chris McDonough
simahawk wrote: > hi list, > > I created a web-service with repoze.bfg and repoze.bfg.xmlrpc with a > xmlrpx_view. This views creates a PDF and it should return me a simple > string with the url of the PDF but in order to get my string back I need > to restart repoze 'cause the application hangs a

[Repoze-dev] repoze.bfg.xmlrpc - httpserver hangs

2009-09-09 Thread simahawk
hi list, I created a web-service with repoze.bfg and repoze.bfg.xmlrpc with a xmlrpx_view. This views creates a PDF and it should return me a simple string with the url of the PDF but in order to get my string back I need to restart repoze 'cause the application hangs at some point after the view