Re: [Zope-dev] Dynamically altering Product methods

2002-11-21 Thread Dieter Maurer
[EMAIL PROTECTED] writes: > > I then get the following error: > > 2002-11-20T12:20:45 ERROR(200) ZODB Couldn't load state for > '\x00\x00\x00\x00\x00\x00\n\xa5' > Traceback (innermost last): > Module ZODB.Connection, line 533, in setstate > TypeError: ('expected 1 arguments, got 0'

Re: [Zope-dev] Dynamically altering Product methods

2002-11-21 Thread Steve Alexander
* It is my understanding (after long analysis of the source) that what I'm doing with self._security is okay. I mean, it seems to me I should be able to redeclare my permission settings at run-time. Is this correct, or am I missing something? Acquisition is still rough to me. This has little t

[Zope-dev] Dynamically altering Product methods

2002-11-20 Thread boa13
Hello, I've been playing a bit with the current implementation of WebService that is availalble from Zope.org. I have tried to adapt the ServiceProxy to a Zope Product, so that a user can simply drop such a WebServiceProxy in a Folder, type-in the URL of a WSDL file and then call the methods descr