[Zope3-Users] Re: Still trying to connect to ZODB from external

2007-05-09 Thread Jürgen Kartnaller
Florian, you should definitely have a look at the package zc.async and/or lovely.remotetask. lovely.remotetask is in heavy use in our applications and contains a scheduler like the scheduler provided in zope. Jürgen Florian Lindner wrote: Hello, I have a function called by a scheduler. Since

Re: [Zope3-Users] Still trying to connect to ZODB from external

2007-05-09 Thread Stefan H. Holek
You *must* either commit or abort your transaction. Stefan On 8. Mai 2007, at 23:02, Florian Lindner wrote: File "/home/florian/Zope3/src/ZODB/Connection.py", line 268, in close raise ConnectionStateError("Cannot close a connection joined to " ZODB.POSException.ConnectionStateError: C

[Zope3-Users] Annotations when creating a Principal

2007-05-09 Thread Kevin Gill (Newaddress)
Hi, I am following the example in chapter 22 of Philipps book. I am setting up the PAU so that new users can register with the site. I am extending the example so that the information entered when creating the Principal is copied to the Annotations. Thus I can present the user with a one step sig

Re: [Zope3-Users] Locatability of schema.Object field

2007-05-09 Thread Tom Dossis
Alen Stanisic wrote: > Hi, > > in the following situation: > > class ISomeNames(IContained): > > items = List(... value_type=Object(schema=IName ..) ) > > class IName(Interface): > > afield = Choice(... vocabulary="AVocabulary" ..) > > say in the vocabulary I need to look up containme