25 Feb
2005
25 Feb
'05
6:32 p.m.
Paul Winkler wrote at 2005-2-24 15:16 -0500:
... Twiddling around with some old suggestions from Dieter Maurer (see http://aspn.activestate.com/ASPN/Mail/Message/Zope-CMF/1978842 ), I added a _p_jar.sync() where he suggested - right before the final "except:" in initialize_product(). No joy.
Note that the database is initialized in a separate connection -- in case it is empty. This may cause "ConflictError"s in the primary connection. -- Dieter