[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/dtml/importExport.dtml updated help

2008-08-10 Thread Andreas Jung
Log message for revision 89592:
  updated help
  

Changed:
  U   Zope/trunk/lib/python/OFS/dtml/importExport.dtml

-=-
Modified: Zope/trunk/lib/python/OFS/dtml/importExport.dtml
===
--- Zope/trunk/lib/python/OFS/dtml/importExport.dtml2008-08-10 07:32:32 UTC 
(rev 89591)
+++ Zope/trunk/lib/python/OFS/dtml/importExport.dtml2008-08-10 08:59:20 UTC 
(rev 89592)
@@ -11,12 +11,13 @@
 in the quot;varquot; directory of your Zope installation 
 on the server. 
 br/
+br/
 bNote:/b
 Zope can export/import objects in two dfferent formats: a binary format (called
 ZEXP) and as XML. The ZEXP format is the officially supported export/import
-format if you want to use for moving data between identicial Zope
-installations. The XML export/import is unsupported (and maybe broken under
-certain circumstances. 
+format for moving data between uidenticial/u Zope installations (it is not 
a migration tool).
+The XML export/import is unsupported (and possibly broken under certain 
circumstances) - use it
+at your own risk.
 /p
 
 form action=manage_exportObject method=post

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/OFS/dtml/importExport.dtml updated help text for export/import

2008-08-10 Thread Andreas Jung
Log message for revision 89593:
  updated help text for export/import
  

Changed:
  U   Zope/branches/2.10/lib/python/OFS/dtml/importExport.dtml

-=-
Modified: Zope/branches/2.10/lib/python/OFS/dtml/importExport.dtml
===
--- Zope/branches/2.10/lib/python/OFS/dtml/importExport.dtml2008-08-10 
08:59:20 UTC (rev 89592)
+++ Zope/branches/2.10/lib/python/OFS/dtml/importExport.dtml2008-08-10 
09:00:51 UTC (rev 89593)
@@ -9,7 +9,15 @@
 them to a different Zope installation. You can either choose
 to download the export file to your local machine, or save it
 in the quot;varquot; directory of your Zope installation 
-on the server.
+on the server. 
+br/
+br/
+bNote:/b
+Zope can export/import objects in two dfferent formats: a binary format (called
+ZEXP) and as XML. The ZEXP format is the officially supported export/import
+format for moving data between uidenticial/u Zope installations (it is not 
a migration tool).
+The XML export/import is unsupported (and possibly broken under certain 
circumstances) - use it
+at your own risk.
 /p
 
 form action=manage_exportObject method=post
@@ -23,7 +31,7 @@
   td align=left valign=top
   input type=text name=id size=25 value=dtml-if idsdtml-var 
ids[0] html_quote/dtml-if class=form-element/
   /td
-/tr
+/tr  
 tr
   td align=left valign=top
   div class=form-label
@@ -46,7 +54,7 @@
   /td
   td align=left valign=top
   div class=form-text
-  input type=checkbox name=toxml value=Y / XML format?
+  input type=checkbox name=toxml value=Y / XML format? (unsupported, 
see above)
   /div
   /td
 /tr

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/OFS/dtml/importExport.dtml updated help text for export/import

2008-08-10 Thread Andreas Jung
Log message for revision 89594:
  updated help text for export/import
  

Changed:
  U   Zope/branches/2.11/lib/python/OFS/dtml/importExport.dtml

-=-
Modified: Zope/branches/2.11/lib/python/OFS/dtml/importExport.dtml
===
--- Zope/branches/2.11/lib/python/OFS/dtml/importExport.dtml2008-08-10 
09:00:51 UTC (rev 89593)
+++ Zope/branches/2.11/lib/python/OFS/dtml/importExport.dtml2008-08-10 
09:01:18 UTC (rev 89594)
@@ -9,7 +9,15 @@
 them to a different Zope installation. You can either choose
 to download the export file to your local machine, or save it
 in the quot;varquot; directory of your Zope installation 
-on the server.
+on the server. 
+br/
+br/
+bNote:/b
+Zope can export/import objects in two dfferent formats: a binary format (called
+ZEXP) and as XML. The ZEXP format is the officially supported export/import
+format for moving data between uidenticial/u Zope installations (it is not 
a migration tool).
+The XML export/import is unsupported (and possibly broken under certain 
circumstances) - use it
+at your own risk.
 /p
 
 form action=manage_exportObject method=post
@@ -23,7 +31,7 @@
   td align=left valign=top
   input type=text name=id size=25 value=dtml-if idsdtml-var 
ids[0] html_quote/dtml-if class=form-element/
   /td
-/tr
+/tr  
 tr
   td align=left valign=top
   div class=form-label
@@ -46,7 +54,7 @@
   /td
   td align=left valign=top
   div class=form-text
-  input type=checkbox name=toxml value=Y / XML format?
+  input type=checkbox name=toxml value=Y / XML format? (unsupported, 
see above)
   /div
   /td
 /tr

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/2.11/setup.py updated version

2008-08-10 Thread Andreas Jung
Log message for revision 89630:
  updated version
  

Changed:
  U   Zope/branches/2.11/setup.py

-=-
Modified: Zope/branches/2.11/setup.py
===
--- Zope/branches/2.11/setup.py 2008-08-11 05:22:38 UTC (rev 89629)
+++ Zope/branches/2.11/setup.py 2008-08-11 05:53:43 UTC (rev 89630)
@@ -478,7 +478,7 @@
 
 setup(name='Zope',
   author=AUTHOR,
-  version=2.8,
+  version=2.11.2,
   maintainer=Zope Corporation,
   maintainer_email=[EMAIL PROTECTED],
   url = http://www.zope.org/;,

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/setup.py fixed 'version'

2008-08-10 Thread Andreas Jung
Log message for revision 89631:
  fixed 'version'
  

Changed:
  U   Zope/trunk/setup.py

-=-
Modified: Zope/trunk/setup.py
===
--- Zope/trunk/setup.py 2008-08-11 05:53:43 UTC (rev 89630)
+++ Zope/trunk/setup.py 2008-08-11 05:57:24 UTC (rev 89631)
@@ -478,7 +478,7 @@
 
 setup(name='Zope',
   author=AUTHOR,
-  version=2.8,
+  version=2.12.0-dev,
   maintainer=Zope Corporation,
   maintainer_email=[EMAIL PROTECTED],
   url = http://www.zope.org/;,

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-dev] Zope Tests: 5 OK

2008-08-10 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Sat Aug  9 11:00:00 2008 UTC to Sun Aug 10 11:00:00 2008 UTC.
There were 5 messages: 5 from Zope Tests.


Tests passed OK
---

Subject: OK : Zope-2.8 Python-2.3.6 : Linux
From: Zope Tests
Date: Sat Aug  9 20:54:14 EDT 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-August/009985.html

Subject: OK : Zope-2.9 Python-2.4.4 : Linux
From: Zope Tests
Date: Sat Aug  9 20:55:44 EDT 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-August/009986.html

Subject: OK : Zope-2.10 Python-2.4.4 : Linux
From: Zope Tests
Date: Sat Aug  9 20:57:14 EDT 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-August/009987.html

Subject: OK : Zope-2.11 Python-2.4.4 : Linux
From: Zope Tests
Date: Sat Aug  9 20:58:45 EDT 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-August/009988.html

Subject: OK : Zope-trunk Python-2.4.4 : Linux
From: Zope Tests
Date: Sat Aug  9 21:00:15 EDT 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-August/009989.html

___
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] zc.zope3recipes : set offline tests everywhere

2008-08-10 Thread Wichert Akkerman
Previously Christophe Combelles wrote:
 Is this change ok?
 It seems to solve the previous failures in the 3.4 kgs, and speeds up the 
 test.

To just prevent upgrades you can use 'newest = false'.

Wichert.

-- 
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.
___
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: Re: [Zope] Mouting + Logging Errors after Zope Upgrade 2.7.4 -- 2.11.1

2008-08-10 Thread Dieter Maurer
Wolfgang Lausenhammer wrote at 2008-8-4 09:56 +0200:
I just tried to lock the file manually and it works
But I recognized when zope reports those errors with locking, the reported 
file can't be opened in the filesystem also, so it is really locked. It 
seems that zope doesn't unlock it and so if zope tries to access it again 

Zope locks the file to prevent concurrent use of the storage (which is
not supported and would corrupt the storage).

Thus, while a process accessing a storage is running, another process
is prevented from opening it.

When a process finished, the operating system would automatically
release the lock (when the process has not done it itself).

Altough the error doesn't have any effect on the website I'm running... 
Kinda strange..

Looks like there was a running Zope process -- the lock of which
prevented the start of a new one -- as it should be...



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


Re: [Zope] Asking advice on a Zope stuck (or: what did I do wrong?)

2008-08-10 Thread Dieter Maurer
Marco Bizzarri wrote at 2008-8-2 09:33 +0200:
 
I installed DeadlockDebugger, and tried to have a dump from it, but it
is unable to answer, at leasts it seems to me.

So, I followed the recipe from ZopeLabs:

http://www.zopelabs.com/cookbook/1073504990

and got a traceback from gdb.

info threads gives the following:

* 5 Thread 0xb5b29b90 (LWP 17713)  0xe410 in __kernel_vsyscall ()
  4 Thread 0xb5322b90 (LWP 17714)  0xe410 in __kernel_vsyscall ()
  3 Thread 0xb4b21b90 (LWP 17715)  0xe410 in __kernel_vsyscall ()
  2 Thread 0xb4320b90 (LWP 17716)  0xe410 in __kernel_vsyscall ()
  1 Thread 0xb7d4b8c0 (LWP 17687)  0xe410 in __kernel_vsyscall ()


I'm including the traceback. As you can see, the last lines tell (for
all the threads) are:


  File /var/local/zope28/base288/lib/python/Shared/DC/ZRDB/Results.py,
line 55, in __init__
if n != name: aliases.append((n, SQLAlias(name)))

This is unbelievable.

The above Python code should not block (and not cause an infinite
recursion) other than for memory requests.

At C-level, you see to be in a kernel call.
Look closer at the C level tracebacks to find out which kernel
call this is.

You may need to have a Python with debug symbols to get reliable
C level tracebacks.



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


Re: [Zope] Asking advice on best way to perform an interaction with an external webservice

2008-08-10 Thread Dieter Maurer
Marco Bizzarri wrote at 2008-8-2 10:11 +0200:
I've to implement a SOAP client, and I wonder  how to interact with
the external webservice from a transactional point of view: I don't
want to call twice the same service because of ZPublisher redoing
transactions, and this sort of things.

For Zope 2.8, the code to interface with the transaction
system is in Shared.DC.ZRDB.TM.
Zope's database adapters (e.g. Products.ZPsycopgDA.db)
provides examples for its use.


As Andreas told me, there are more modern ways in e.g. Zope 2.11.



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


[Zope] Page Template help

2008-08-10 Thread Garito
Hi!
Could someone point me where the page template code decide if an expression
is a path expression or a string or python one, please?

I'm studying the zope page template classes and I would like to understand
where this decision is taken

Thank you so much!

-- 
Mis Cosas
http://blogs.sistes.net/Garito
Zope Smart Manager
http://blogs.sistes.net/Garito/670
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )