Re: [Zope] xmldocument

2001-01-10 Thread Chris McDonough
- Original Message - From: "Phil Harris" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, January 10, 2001 3:56 AM Subject: Re: [Zope] xmldocument Bak, I can't help you fix it but I can tell you what the problem is, the file is too big for Zo

Re: [Zope] xmldocument

2001-01-10 Thread Phil Harris
ary 10, 2001 9:27 AM Subject: Re: [Zope] xmldocument Relational database adapters (like ZOracleDA, etc.) are currently not compatible with subtransactions. I worked around this for a customer by adding dummy commit_sub and abort_sub methods to the database adapter's DB class, e.g. def c

Re: [Zope] xmldocument

2001-01-10 Thread Phil Harris
Bak, I can't help you fix it but I can tell you what the problem is, the file is too big for Zope to cope with in one transaction so it starts a sub-transaction and there is a bug in the sub-transactioning engine. The same thing happens with a normal 'File' type as well. You should probably

Re: [Zope] xmldocument

2001-01-10 Thread [EMAIL PROTECTED]
On Wednesday 10 January 2001 16:56, Phil Harris wrote: Bak, I can't help you fix it but I can tell you what the problem is, the file is too big for Zope to cope with in one transaction so it starts a sub-transaction and there is a bug in the sub-transactioning engine. The same thing

Re: [Zope] xmldocument

2001-01-10 Thread Chris McDonough
AIL PROTECTED] Sent: Wednesday, January 10, 2001 9:27 AM Subject: Re: [Zope] xmldocument Relational database adapters (like ZOracleDA, etc.) are currently not compatible with subtransactions. I worked around this for a customer by adding dummy commit_sub and abort_sub methods to the dat

Re: [Zope] xmldocument

2001-01-10 Thread [EMAIL PROTECTED]
On Wednesday 10 January 2001 17:55, Chris McDonough wrote: I've never seen that failure mode.. It'd be nice to get a reproducible bug out of it. this is wierd. with new install of zope2.16, zope2.20, zope2.2.5 - XMLDocunebt add works great. no error. but with zope2.2.5 (with all other

RE: [Zope] xmldocument

2001-01-10 Thread sean . upton
]] Sent: Wednesday, January 10, 2001 1:34 AM To: Phil Harris; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Zope] xmldocument On Wednesday 10 January 2001 16:56, Phil Harris wrote: Bak, I can't help you fix it but I can tell you what the problem is, the file is too big for Zope to cope