Re: [Zope-dev] ZPatterns: transaction bug

2000-09-04 Thread Steve Spicklemire
ZPatterns 0.4.2a1 PlugIns.py bug? I get a 'Name Error' aq_base when I hit the following code while trying to update the index_html method of one of my Specialists from CVSMixin.. I think that this would get hit anytime you add an object whose id is already in the acquisition path -steve d

[Zope-dev] ZPatterns: transaction bug

2000-09-03 Thread Steve Alexander
**Darn**; I pressed the send button on my mail client by accident while still working on this one. Ignore the last message. I think the error is to do with the way that ZPatterns.Transactions.Reporter doesn't do anything special for subtransactions. On committing a subtransaction, it commits the

[Zope-dev] ZPatterns: transaction bug

2000-09-03 Thread Steve Alexander
While updating a load of DataSkins all together using a ZCatalog, I got this error: 2000-09-03T08:03:13 PANIC(300) ZODB A storage error occurred in the last phase of a two-phase commit. This shouldn't happen. The application may be in a hosed state, so transactions will not be allowed to co

[Zope-dev] ZPatterns transaction bug

2000-08-27 Thread Steve Alexander
I have a trigger that is a datamanager-plugin for a Customizer folder. The trigger listens to ADD events. If the trigger rasies an exception as it is notified that a new DataSkin object is being added beneath the customizer folder, I get a ZODB error: 2000-08-27T09:25:38 ERROR(200) ZODB Couldn't