On Jan 29, 2008, at 1:19 AM, Ricardo Newbery wrote:
On Jan 19, 2008, at 10:39 AM, Dieter Maurer wrote:
Zope uses Python import magic to make packages available in "INSTANCE_HOME/Products" as additional products in the "Products" package.
If some of these products need application specific conflict resolution, the ZEO server needs to activate this import magic -- by importing Zope's "App.FindHomes".
-- Dieter
Dieter,
Apologies for jumping late in this thread but how precisely should "App.FindHomes" be imported?
And a related question. Any suggestions on how to support multiple product directories like a non-zeo config? I checked already and zeo.conf doesn't appear to support the "products" directive.
Ric
Another related question. With respect to conflict resolution, is is safe to assume that products (with _p_resolveConflict methods) in the main Zope products directory are already available to the ZEO server without any special configuration? Ric