Re: [Zope-dev] zeo and queuecatalog conflict-resolution

2008-02-11 Thread Chris McDonough

You might be interested in:

https://bugs.launchpad.net/zope2/+bug/143770

Joachim Schmitz wrote:

Andreas Jung schrieb:



--On 10. Februar 2008 18:34:54 +0100 Joachim Schmitz 
[EMAIL PROTECTED] wrote:



What is the recommended method to make the conflict-resolution-code
available to the zeo-server ?

Is there a Products directive for zeo.conf ?



I think it is sufficient that the Products directory is in the PYTHONPATH
or available through sys.path.


would something like:

INSTANCE_PRODUCTS=/home/Zope/instances/waeup/Products
ZODB3_HOME=/home/Zope/install/z296/lib/python
PYTHONPATH=$ZODB3_HOME:$INSTANCE_PRODUCTS
export PYTHONPATH INSTANCE_HOME

in zeoctl do, and how can I check that it is realy effective ?



___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] zeo and queuecatalog conflict-resolution

2008-02-10 Thread Joachim Schmitz
What is the recommended method to make the conflict-resolution-code 
available to the zeo-server ?


Is there a Products directive for zeo.conf ?


--
Gruß Joachim
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zeo and queuecatalog conflict-resolution

2008-02-10 Thread Andreas Jung



--On 10. Februar 2008 18:34:54 +0100 Joachim Schmitz [EMAIL PROTECTED] 
wrote:



What is the recommended method to make the conflict-resolution-code
available to the zeo-server ?

Is there a Products directive for zeo.conf ?



I think it is sufficient that the Products directory is in the PYTHONPATH
or available through sys.path.

-aj

pgpD8edUcKqBF.pgp
Description: PGP signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zeo and queuecatalog conflict-resolution

2008-02-10 Thread Joachim Schmitz

Andreas Jung schrieb:



--On 10. Februar 2008 18:34:54 +0100 Joachim Schmitz [EMAIL PROTECTED] 
wrote:



What is the recommended method to make the conflict-resolution-code
available to the zeo-server ?

Is there a Products directive for zeo.conf ?



I think it is sufficient that the Products directory is in the PYTHONPATH
or available through sys.path.


would something like:

INSTANCE_PRODUCTS=/home/Zope/instances/waeup/Products
ZODB3_HOME=/home/Zope/install/z296/lib/python
PYTHONPATH=$ZODB3_HOME:$INSTANCE_PRODUCTS
export PYTHONPATH INSTANCE_HOME

in zeoctl do, and how can I check that it is realy effective ?

--
Gruß Joachim
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zeo and queuecatalog conflict-resolution

2008-02-10 Thread Andreas Jung



--On 10. Februar 2008 19:35:38 +0100 Joachim Schmitz [EMAIL PROTECTED] 
wrote:



Andreas Jung schrieb:



--On 10. Februar 2008 18:34:54 +0100 Joachim Schmitz [EMAIL PROTECTED]
wrote:


What is the recommended method to make the conflict-resolution-code
available to the zeo-server ?

Is there a Products directive for zeo.conf ?



I think it is sufficient that the Products directory is in the PYTHONPATH
or available through sys.path.


would something like:

INSTANCE_PRODUCTS=/home/Zope/instances/waeup/Products


'Products' is too much since import usually start with

'from Product. import '


ZODB3_HOME=/home/Zope/install/z296/lib/python
PYTHONPATH=$ZODB3_HOME:$INSTANCE_PRODUCTS
export PYTHONPATH INSTANCE_HOME

in zeoctl do, and how can I check that it is realy effective ?


Good question...you know that this will work only for code that
implements its own conflict resolution afaik (which is does not happen very 
often).


Andreas

pgpS1o6nZxCFN.pgp
Description: PGP signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )