[Zope] Programmatically creating instances of a ZClass

Borislav borislavd@gmx.net
Fri, 06 Sep 2002 17:17:11 -0500


Dieter Maurer wrote:
> No. But, there must be no error (exception) after the object is
> created. Otherwise, the transaction is aborted and all of its effects
> wiped out.
> 

That was it. I was testing with
raise 'Debug', myValue
after the object was created, so the transaction was never commited.
Now it works.

Thanks for the valuable input.

--Borislav