[Zope3-dev] Fix for request retry on ConflictError

2006-07-18 Thread Sven Schomaker
Hi all, the retry of a request in case of a ConflictError in Zope 3.2.1 fails with a NotFound error, while looking up the requested view in zope/app/traversing/namespace.py (line 362). It seems as the newly created request (in request.retry()) does somehow not satisfy the adapter prerequisites

Re: [Zope3-dev] Fix for request retry on ConflictError

2006-07-18 Thread Jim Fulton
PLease submit a collector issue at: http://www.zope.org/Collectors/Zope3-dev A test would be especially helpful. Jim On Jul 18, 2006, at 4:28 AM, Sven Schomaker wrote: Hi all, the retry of a request in case of a ConflictError in Zope 3.2.1 fails with a NotFound error, while looking up

[Zope3-dev] zope.app.schema (and other junk)

2006-07-18 Thread Philipp von Weitershausen
Jim Fulton wrote: -=- Modified: Zope3/branches/3.3/doc/CHANGES.txt === --- Zope3/branches/3.3/doc/CHANGES.txt2006-07-17 19:24:19 UTC (rev 69162) +++ Zope3/branches/3.3/doc/CHANGES.txt2006-07-17 19:26:12 UTC (rev

[Zope3-dev] Re: zope.app.schema (and other junk)

2006-07-18 Thread Jim Fulton
On Jul 18, 2006, at 6:16 AM, Philipp von Weitershausen wrote: Jim Fulton wrote: -=- Modified: Zope3/branches/3.3/doc/CHANGES.txt === --- Zope3/branches/3.3/doc/CHANGES.txt 2006-07-17 19:24:19 UTC (rev 69162) +++

[Zope3-dev] Re: zope.app.schema (and other junk)

2006-07-18 Thread Philipp von Weitershausen
Jim Fulton wrote: Jim Fulton wrote: -=- Modified: Zope3/branches/3.3/doc/CHANGES.txt === --- Zope3/branches/3.3/doc/CHANGES.txt2006-07-17 19:24:19 UTC (rev 69162) +++ Zope3/branches/3.3/doc/CHANGES.txt2006-07-17

[Zope3-dev] Re: zope.app.schema (and other junk)

2006-07-18 Thread Jim Fulton
On Jul 18, 2006, at 6:34 AM, Philipp von Weitershausen wrote: Jim Fulton wrote: Jim Fulton wrote: -=- Modified: Zope3/branches/3.3/doc/CHANGES.txt === --- Zope3/branches/3.3/doc/CHANGES.txt2006-07-17 19:24:19 UTC (rev 69162)

Re: [Zope3-dev] Fix for request retry on ConflictError

2006-07-18 Thread Sven Schomaker
Jim Fulton wrote: PLease submit a collector issue at: http://www.zope.org/Collectors/Zope3-dev A test would be especially helpful. Yeehaw, I was afraid someone would ask for such a thing. I must admit I actually wasn't able to write it up to now, since I'm not too familiar with all the

Re: [Zope3-dev] Fix for request retry on ConflictError

2006-07-18 Thread Jim Fulton
A test is not required, although it would be helpful. There may, possibly, be existing tests that you could extend. Also, you shouldn't generate a real ZODB conflict error to test this. Rather, you should generate a conflict error in your test directly. Jim On Jul 18, 2006, at 9:46 AM, Sven

[Zope3-dev] Remove zwiki-configure and bugtracker-configure?

2006-07-18 Thread Florian Lindner
Hello, since these two packages have been moved out of the trunk is it ok to remove zwiki-configure.zcml and bugtracker-configure.zcml from zopeskel/etc/package-includes? Regards, Florian ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub:

Re: [Zope3-dev] Remove zwiki-configure and bugtracker-configure?

2006-07-18 Thread Fred Drake
On 7/18/06, Florian Lindner [EMAIL PROTECTED] wrote: since these two packages have been moved out of the trunk is it ok to remove zwiki-configure.zcml and bugtracker-configure.zcml from zopeskel/etc/package-includes? Indeed! -Fred -- Fred L. Drake, Jr.fdrake at gmail.com Every sin is

Re: [Zope3-dev] Remove zwiki-configure and bugtracker-configure?

2006-07-18 Thread Christian Theune
Fred Drake wrote: On 7/18/06, Florian Lindner [EMAIL PROTECTED] wrote: since these two packages have been moved out of the trunk is it ok to remove zwiki-configure.zcml and bugtracker-configure.zcml from zopeskel/etc/package-includes? Indeed! AFAICT they were removed already, I stumbled

Re: [Zope3-dev] Remove zwiki-configure and bugtracker-configure?

2006-07-18 Thread Fred Drake
On 7/18/06, Christian Theune [EMAIL PROTECTED] wrote: AFAICT they were removed already, I stumbled over this today as SVN didn't remove them on their own. They get copied into zopeskel/etc/package-includes/ (and thence into instances); those copies don't get remove automatically. -Fred --

Re: [Zope3-dev] Remove zwiki-configure and bugtracker-configure?

2006-07-18 Thread Christian Theune
Fred Drake wrote: On 7/18/06, Christian Theune [EMAIL PROTECTED] wrote: AFAICT they were removed already, I stumbled over this today as SVN didn't remove them on their own. They get copied into zopeskel/etc/package-includes/ (and thence into instances); those copies don't get remove

Re: [Zope3-dev] Remove zwiki-configure and bugtracker-configure?

2006-07-18 Thread Florian Lindner
Am Mittwoch, 19. Juli 2006 00:16 schrieb Christian Theune: Fred Drake wrote: On 7/18/06, Christian Theune [EMAIL PROTECTED] wrote: AFAICT they were removed already, I stumbled over this today as SVN didn't remove them on their own. They get copied into zopeskel/etc/package-includes/

Re: [Zope3-dev] Remove zwiki-configure and bugtracker-configure?

2006-07-18 Thread Fred Drake
On 7/18/06, Florian Lindner [EMAIL PROTECTED] wrote: Ok, I just did a fresh checkout and I see that those files have vanished. Sorry for not checking this first... Not a problem! It's unfortunate those files get stuck in the zopeskel directory. -Fred -- Fred L. Drake, Jr.fdrake at