Re: [Zope] _p_resolveConflict not called on conflict

2007-08-08 Thread Chris Withers
Martijn Pieters wrote: See the "Caveats and Dangers" section in: http://svn.zope.org/ZODB/trunk/src/ZODB/ConflictResolution.txt?rev=77078&view=markup Conflict Resolution is a feature of a ZODB storage, and as the storage is the responsibility of the ZEO server, takes place there. We, not q

[Zope] Re: _p_resolveConflict not called on conflict

2007-08-08 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Withers wrote: > Martijn Pieters wrote: >> See the "Caveats and Dangers" section in: >> >> >> http://svn.zope.org/ZODB/trunk/src/ZODB/ConflictResolution.txt?rev=77078&view=markup >> >> Conflict Resolution is a feature of a ZODB storage, and as

Re: [Zope] Re: _p_resolveConflict not called on conflict

2007-08-08 Thread Joachim Schmitz
Tres Seaver schrieb: I don't know how you calibrate your expectations, Chris, but conflict resolution is a property of (some) *storages*; the connectoins in application servers have nothing to do with it. For objects served from a ZEO storage, conflict resolution is only possible if: - The u

[Zope] CMF 2.1.0 released

2007-08-08 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The CMF developer community is hereby announcing the release of CMF version 2.1.0. What is the CMF? The Zope Content Management Framework provides a set of services and content objects useful for building highly dynamic, content-oriented porta

[Zope] Who wants an excel report generator?

2007-08-08 Thread rieh25
It generates herarchical reports, (master-detail-detail from detail,etc...) Download from http://zapwiz.objectis.net/Main/Archivos/Utilidades.zexp Once you installed Utilidades.zexp, go to Excel/ReportesExcel/Tipo_Jerarquia/prueba_py That script generates the resulting excel file, according to

Re: [Zope] Who wants an excel report generator?

2007-08-08 Thread rieh25
It also needs a template (excel xml file), which must be constructed in the way shown by Plantilla1_txt. Open Plantilla1_txt (rename it as Plantilla.xml and open it with Excel) so that you can see how the template must be defined. -- View this message in context: http://www.nabble.com/Who-wants-

Re: [Zope] SOAP - Integration?

2007-08-08 Thread rieh25
External method for Zope 2.7.5 import sys, httplib def envia_mensaje(m): #construct and send the header if m['tipo'] == 'HTTP': webservice = httplib.HTTP(m['pagina'], 80) elif m['tipo'] == 'HTTPS': webservice = httplib.HTTPS(m['pagina'], 443) webservice.putrequest("POST", m['post'])

[Zope] Pierugo Massolo/IT/ITC/ALSTOM is out of the office.

2007-08-08 Thread pierugo . massolo
I will be out of the office starting 08-08-2007 and will not return until 27-08-2007. ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailma

[Zope] AttributeError: _get_filename

2007-08-08 Thread Garito
Hi! I try to use Photo Folder 1.3.1 on a Zope 2.9.6 but when I try to upload a photo Zope raise's this error: Traceback (innermost last): Module ZPublisher.Publish, line 115, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 41, in call_object Module P

[Zope] Trouble migrating from Zope 2.5.x to Zope 2.9.x

2007-08-08 Thread Doug Morse
Hello Fellow Zopers, I'm trying to migrate an older Zope installation (2.5.x) to Zope 2.9 and I'm having some trouble. I can mount the old ZODB in the new installation -- it shows up under the database control panel with the correct size (4.4M) -- but it appears to be empty. By "empty", I mean t