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 underlying storage is conflict resolving (FileStorage is;  none
of the others which ship with ZODB are).

  - The storage server can import the class of the object under
conflict (this is why the BTrees code ships with ZODB, actually,
so that the storage server can use its conflict resolution hooks).

Installing the products containing application-defined conflict
resolution on the storage server is the only way to enable that conflict
resolution in a ZEO-backed deployment.

As a side-note: this should be mentioned in the README of the 
QueueCatalog, there is a _p_resolveConflict defined.




--

Gruß Joachim

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] _p_resolveConflict not called on conflict

2007-08-07 Thread Joachim Schmitz

Martijn Pieters schrieb:

On 8/7/07, Joachim Schmitz <[EMAIL PROTECTED]> wrote:

but _p_resolveConflict is not invoked.

what do I do wrong ?


Is ZEO involved? If so, does your ZEO instance have the Product
installed (with all it's dependencies), so the ZEO server can access
the resolve method?

Yes ZEO is involved, but where do I specify a Products-directory in 
etc/zeo.conf ?




--

Gruß Joachim

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] _p_resolveConflict not called on conflict

2007-08-07 Thread Joachim Schmitz

Hi,

I have a class CourseResults, where I defined:

def _p_resolveConflict(self, oldstate, committed, newstate):
# Apply the changes made in going from old to newstate to
# committed
import pdb;pdb.set_trace()


in my log I see:

2007-08-07 16:26:14 INFO ZPublisher.Conflict ConflictError at 
/uniben/campus/students/U315204/study_course/create_level: database 
conflict error (oid 0x37fc36, class 
Products.WAeUP_SRP.WAeUPTables.CourseResults, serial this txn started 
with 0x036f83420cc02caa 2007-08-07 14:26:02.988441, serial currently 
committed 0x036f834237c65b99 2007-08-07 14:26:13.072227) (1 conflicts (0 
unresolved) since startup at Tue Aug  7 16:15:17 2007)



but _p_resolveConflict is not invoked.

what do I do wrong ?

--
Gruß Joachim
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] error in Zope-2.9.1/README.txt

2006-03-21 Thread Joachim Schmitz

hi,

after unpacking the Zope-2.9.1 tarbal I find in README.txt

Installing Zope
---

Follow the instructions in ``doc/INSTALL.txt`` to install Zope.

this must be ``Zope/doc/INSTALL.txt``



--
Mit freundlichen GrüßenJoachim Schmitz
..
AixtraWare eK ..Joachim Schmitz ..www.aixtraware.de ..t: +49-2464-8851
Hüsgenstr. 33a .d-52457 Aldenhoven .f: +49-2464-905163


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] cannot create an external method with zope-2.9.0

2006-01-12 Thread Joachim Schmitz

I found the problem: it was a typo !!

during checkout of the Product I made a typo and named the 
Product-directory WAeUp instead WAeUP :-(((.


Sorry for the noise.


Patrick Decat schrieb:

On 1/11/06, joachim <[EMAIL PROTECTED]> wrote:


Yes it is called Extensions, but is in the Product. As I said, the same
works with the same Product on the same machine under Zope-2.8.2.



Like you, I put my extensions in my product rather than in the global
Extensions directory.

Can't see what going on with yours, sorry.

Regards,
Patrick.


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] cannot create an external method with zope-2.9.0

2006-01-11 Thread Joachim Schmitz

when I try to create an external method under 2.9.0 this fails with
This is an install method in the Extension directory of the product 
WAeUP. The product is not broken, and this works under Zope-2.8.2.


Traceback (innermost last):
  Module ZPublisher.Publish, line 113, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 40, in call_object
  Module Products.ExternalMethod.ExternalMethod, line 59, in 
manage_addExternalMethod

  Module Products.ExternalMethod.ExternalMethod, line 111, in __init__
  Module Products.ExternalMethod.ExternalMethod, line 134, in manage_edit
  Module Products.ExternalMethod.ExternalMethod, line 141, in getFunction
  Module App.Extensions, line 120, in getObject
NotFound: The specified module, WAeUP.install, couldn't be found.

--
Mit freundlichen Grüßen    Joachim Schmitz
..
AixtraWare eK ..Joachim Schmitz ..www.aixtraware.de ..t: +49-2464-8851
Hüsgenstr. 33a .d-52457 Aldenhoven .f: +49-2464-905163


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] 2.9.0 install

2006-01-09 Thread Joachim Schmitz
hi,

I just downloaded Zope-2.9.0.tgz and in the README.txt it says:
Installation information can be found in ''doc/INSTALL.txt'' this
apparently must read ''Zope/doc/INSTALL.txt''



-- 
Mit freundlichen Grüßen    Joachim Schmitz
..........
AixtraWare eK ..Joachim Schmitz ..www.aixtraware.de ..t: +49-2464-8851
Hüsgenstr. 33a .d-52457 Aldenhoven .f: +49-2464-905163
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Best wishes

2000-11-24 Thread Joachim Schmitz

I made a (small) patch to PoPy so that it supports the numeric type. Here it
is:

$ diff PoPymodule.c.org PoPymodule.c
393a394,396
> /* 20.11.2000 by Perry */
> case PG_NUMERIC:
> /* 20.11.2000 by Perry */

$ diff PoPymodule.h.org PoPymodule.h
78a79,81
> /* 20.11.2000 by Perry */
> #define PG_NUMERIC NUMERICOID
> /* 20.11.2000 by Perry */

where can we communicate these changes ? 

On Fri, 24 Nov 2000, Federico Di Gregorio wrote:

> Dear PoPy and ZPoPyDA users,
> 
>  last days, a lots of stuff happened here at MIXAD LIVE. the most
> important to you is that source code for the programs is not in our cvs server
> anymore and the home page was moved to the official Zope site[1]. To make it
> short, thierry and eric decided to not work for MIXAD LIVE anymore.
> 
>so, what will change for you PoPy users? hopefully nothing... we'll
> continue to submit patches (we are using the product a lot) and to host the
> mailing list (unless they wants to move it away.) i will personally keep on
> packaging PoPy and ZPoPyDA for the Debian distribution. we also want to
> transfer to thierry the copyright of all the work done by us on the programs,
> to give him total freedom. i think PoPy and ZPoPyDA will grow better and
> better in the future.
> 
> what can i say more? maybe "good luck" to them and "keep on hacking"...



Mit freundlichen Grüßen

Joachim Schmitz  

  
AixtraWare, Ing. Büro für Internetanwendungen
Hüsgenstr. 33a, D-52457 Aldenhoven  
Telefon: +49-2464-8851, FAX: +49-2464-905163


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] how to "call" sequence-item

2000-10-10 Thread Joachim Schmitz

Hello,

I'm using the photo-product, when one has created a photo-instance "image"
you can render this like so:



now I wanted to loop over all photos in a folder "Images" and did:








that displays all photos in their original size, but

 

gives:

Error Type: TypeError
Error Value: call of non-function (type string)

how can I call a sequence-item ?


Mit freundlichen Grüßen

Joachim Schmitz  

  
AixtraWare, Ing. Büro für Internetanwendungen
Hüsgenstr. 33a, D-52457 Aldenhoven  
Telefon: +49-2464-8851, FAX: +49-2464-905163


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Ann: ZGDChart 0.4.2.b

2000-09-16 Thread Joachim Schmitz

there two small bugs in  "addZGDChart.dtml" which causes it to display only
a white page at least under netscape:
here is the diff:

7,10d6
< 
< 
< 
<
37c33
<
---
> 


On Sat, 16 Sep 2000, Chui Tey wrote:

> ZGDChart with more chart styles, data from non-SQL sources, plus Linux
> binaries.
> 
> Also, gone are the original poxy colors on the charts. Now with relaxing
> shades of pastel.
> 
> See the samples and grab the files at:
> 
> http://www.zope.org/Members/teyc/ZGDChart/index_html
> 
> All credits for this release goes to Hung Jung Lu who persisted long enough
> to get it working on Linux and then enhancing it.
> 
> 
> ___
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
> 
> 

Mit freundlichen Grüßen

Joachim Schmitz  

  
AixtraWare, Ing. Büro für Internetanwendungen
Hüsgenstr. 33a, D-52457 Aldenhoven  
Telefon: +49-2464-8851, FAX: +49-2464-905163


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Eventfolder 1.0.1 does not work

2000-09-14 Thread Joachim Schmitz

Hi,

I trying to use Eventfolder 1.0.1, I imported the EventFolder.zexp,
restartet Zope 2.2.1 and could add an Eventfolder, when I try to open the
created eventfolder I get the message:

The specified module, EventFolder.utils, couldn't be found. 

what's wrong here ?


Mit freundlichen Grüßen

Joachim Schmitz  

  
AixtraWare, Ing. Büro für Internetanwendungen
Hüsgenstr. 33a, D-52457 Aldenhoven  
Telefon: +49-2464-8851, FAX: +49-2464-905163


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Zope + Apache + fastcgi + unix socket ..

2000-09-04 Thread Joachim Schmitz

I tried this on a Redhat 6.1 as far as I remember some time ago, and didn't
succeed. It only worked with a tcp-socket.

On Mon, 4 Sep 2000, Jørgen Skogstad wrote:

> Hi there.. 
> 
> Have any1 of you gotten local unix domain socket style access
> of Zope behind Apache to work? I have not .. and I am running
> this on Solaris. 
> 
> I see that Apache is trying to access the "file" .. and I presume
> the request is passed to fastcgi .. but I never see the request 
> in Z2.log.
> 
> I have fired Zope with socket access .. and configured Fast-
> CgiExternalServer .. etc. for apache.
> 
> Anyone have any information about this? Would apriciate any!
> I have browsed www.zope.org too .. without any success .. ;)
> 
Look in the jun-2000 zope-dev mailinglist archives for zope, apache and
fastcgi.


Mit freundlichen Grüßen

Joachim Schmitz  

  
AixtraWare, Ing. Büro für Internetanwendungen
Hüsgenstr. 33a, D-52457 Aldenhoven  
Telefon: +49-2464-8851, FAX: +49-2464-905163




___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] 2.2 installation problem on Linux

2000-07-16 Thread Joachim Schmitz

Hi,

this seams to be a bugglet in the final distribution, the pcgi_wrapper is
not build by the install script. This worked in beta 4. You can fix it by
running it manally in the pcgi-directory like:

cd pcgi
sh configure
make



On Sat, 15 Jul 2000, Ragnar Beer wrote:

> Howdy!
> 
> Zope 2.2 (linux2) installs and works fine using ZServer but for 
> whatever reason there is no pcgi-wrapper built in the pcgi dir so 
> that I cannot call Zope.cgi. I checked again and again but ./install 
> doesn't give an error message. What am I doing wrong?
> 
> --Ragnar
> 
> ___
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
> 
> 
> 

Mit freundlichen Grüßen

Joachim Schmitz  

  
AixtraWare, Ing. Büro für Internetanwendungen
Hüsgenstr. 33a, D-52457 Aldenhoven  
Telefon: +49-2464-8851, FAX: +49-2464-905163


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Newbie:Credit-card question

2000-07-12 Thread Joachim Schmitz

Hi,

from your emailadress I guess you are from Germany :-). Here the situation
with online-authorisation of creditcard payments is difficult. 
The wampum product for example, will not do it here, cause you get no
merchant account to use it.

In his talk about ecommerce with Zope on the Linuxtag Robert Segal said,
that he is still using a kind of offline solution - a separate box, which
is connected over a phone line to the authorizer, which is connected over
serial line to the Ecommerce server.

The problem is not on the technical site, but the banks don't offer this
service. They still are pushing the SET (secure electronic
transactions) standard.

But there is hope. CyberCash Germany offers a new service POSH (Point of
sale Hub), which can do exactly, what you want: Creditcard payment
authorization over an SSL-conection with an https-server. And even better
I have used it already from Zope, and working on, making a Zopeproduct out
of it and  get it certified with Cybercash. You can get test accounts from
Cybercash, just send a mail to [EMAIL PROTECTED]




Mit freundlichen Grüßen

Joachim Schmitz  

  
AixtraWare, Ing. Büro für Internetanwendungen
Hüsgenstr. 33a, D-52457 Aldenhoven  
Telefon: +49-2464-8851, FAX: +49-2464-905163

On Tue, 11 Jul 2000 [EMAIL PROTECTED] wrote:

> Hallo,
> that's my problem:
> I'd like to build up a shopping-system that's working with
> credit-cards(it's the customers wish).
> It's the first time I have to deal with this.
> How is the checking of the valid credit-card-number being done??
> Which institution must be contacted by the server?? In realtime ( I mean
> is the contact with the client browser being held)??
> Is this possible with Zope and in which way??
>Thanks for the help
>   Sven
> 
> -- 
> Sent through GMX FreeMail - http://www.gmx.net
> 
> 
> ___
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
> 
> 
> 



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Q: Zope meeting in Paris in August?

2000-07-12 Thread Joachim Schmitz


I would be interested to meet you in Paris.

Mit freundlichen Grüßen

Joachim Schmitz  

  
AixtraWare, Ing. Büro für Internetanwendungen
Hüsgenstr. 33a, D-52457 Aldenhoven  
Telefon: +49-2464-8851, FAX: +49-2464-905163

On Tue, 11 Jul 2000, Paul Everitt wrote:

> 
> Hello everybody.  I'm chatting with someone in Paris about a possible
> Zope gathering during my vacation to see my in-laws August 11th-25th.
> I'll be in Paris for a few days in the beginning and possibly at the
> end.  Is anybody interested in hosting an event?
> 
> I'll be in Brittany the rest of the time, so if there's someone in
> Rennes or Nantes, that's possible as well!
> 
> --Paul
> 
> Paul Everitt   Digital Creations
> [EMAIL PROTECTED]  540.371.6909
> -
> The Open Source Zope application server
> http://www.zope.org/
> - 
> 
> ___
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
> 
> 
> 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Programmierungshilfe

2000-07-04 Thread Joachim Schmitz

Hallo Herr Nana,


es sieht nicht so aus als würden Sie Zope benutzen. Falls doch, geben Sie
bitte die Installationsdaten an.


Mit freundlichen Grüßen

Joachim Schmitz  

  
Email:   [EMAIL PROTECTED]  
Telefon: +49-2464-8851 
FAX: +49-2464-905163

On Tue, 4 Jul 2000, Bruno Nana wrote:

> Sehr Geehrte Damen und Herren,
> 
> dies Fehler kommt mir wiederholt vor, bei dem Onlineaufruf von erstellten
> Tabelle im Web.
> 
...



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] programatically generating images

2000-06-16 Thread Joachim Schmitz


I remember that I saw once a product, which could do this.
I think it used the PIL-library from python. I can´t find it on Zope.org.
Any hints ?


Mit freundlichen Grüßen

Joachim Schmitz  

  
Email:   [EMAIL PROTECTED]  
Telefon: +49-2464-8851 
FAX: +49-2464-905163


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )