Re: [Zope] How to backup Zope data base?

2001-01-19 Thread Stephane Bortzmeyer
On Thursday 18 January 2001, at 13 h 52, the keyboard of "Mayers, Philip J" [EMAIL PROTECTED] wrote: This certainly isn't *efficient*, but it works: Not here. Does it depend on a specific version of Zope? I have 2.2.2. Creating the zexp works but not the XML: wallis:~/tmp wget

Re: [Zope] Tools used for programming Zope

2001-01-19 Thread Chris Withers
Jonothan Farr wrote: do an xml export. You can save cvs that to your hearts content. ... but then I'll have to forego readability, edit-ability, etc. Frankly, I'm a little surprised that this isn't a problem for more people, I'll wager that it is a problem for lots of people but

Re: [Zope] Stopping a dtml-in

2001-01-19 Thread Chris Withers
Jonothan Farr wrote: Now just don't get me started on "_['index-whatever']" :-) Funny. I patched that too, and I know I'm not the only one. It also "fell through the cracks". *sigh* I've never understood the reaction that always comes from DC w.r.t. patches that fix that. There always

Re: [Zope] Tools used for programming Zope

2001-01-19 Thread Stephane Bortzmeyer
On Thursday 18 January 2001, at 18 h 40, the keyboard of Gerald Gutierrez [EMAIL PROTECTED] wrote: Frankly, I'm a little surprised that this isn't a problem for more people, given the drawbacks of having to give up many of the existing tools, having the application server only be able to

Re: [Zope] Arguments in URLs with bookmarks

2001-01-19 Thread Oleg Broytmann
On Thu, 18 Jan 2001, Michael W. Homyack wrote: http://www.mysite.com/x#gotohere?arga=oneargb=two This is browser issue, not a Zope problem. Make the anchor in the end: http://www.mysite.com/x?arga=oneargb=two#gotohere Oleg. Oleg Broytmann

RE: [Zope] Mental disconnect help: Zope objects vs. Python objects in ZODB

2001-01-19 Thread =?iso-8859-1?Q?Max_M=F8ller_Rasmussen?=
Whops... The missing link http://www.zope.org/Members/maxm/HowTo/minimal_01/index_html Max ;-) -Original Message- From: Max M [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 11:37 PM To: [EMAIL PROTECTED]; Zope@Zope. Org Subject: RE: [Zope] Mental disconnect help: Zope

Re: [Zope] Tools used for programming Zope

2001-01-19 Thread Erik Enge
On Fri, 19 Jan 2001, Chris Withers wrote: Well, I get around this by keeping the code in Python Products as much as possible (nice and CVS friendly) and just using TTW stuff for customisation. That's the same thing as I do. What about you other people, are you actually doing serious

[Zope] Another problem with Login Manager

2001-01-19 Thread Steffen Bergmann
With the help from yesterday I got the Login Manager started. But if I want to change the userAuthenticate Method there was a problem. I cant get into the Managementview of my testfolder. Always when I click on the testfolder in the Managementscreen of ZOPE, it returns the index_html of the

[Zope] Zope vs. Apple's WebObjects

2001-01-19 Thread Etienne Labuschagne
Hi all A friend of mine knows Apple's WebOjects and Enterprise Object framework quite well and is quite impressed with it. He wants to know if there is a "nutshell" comparison between this product and Zope and how they compare (apart obviously from the eh, slight price difference!). Any

Re: [Zope] Tools used for programming Zope

2001-01-19 Thread Steve Spicklemire
In it's current released form ZCVSMixin really does help with a lot of the configuration/process problems in developing with Zope. You can still 'grep' for stuff, and it is possible to perform simple edits in the xml representation without much fear of actually breaking anything (it's pretty

Re: [Zope] Zope vs. Apple's WebObjects

2001-01-19 Thread Francisco =?iso-8859-1?Q?Jos=E9?= Esteban =?iso-8859-1?Q?Risue=F1o?=
We evaluated both products before starting our web project. We chose Zope because of its price (this was the main reason), and its better integration with the database. The message of WebObjects regarding to the database was: "forget SQL and let Enterprise Object Framework manage your data". We

Re: [Zope] Arguments in URLs with bookmarks

2001-01-19 Thread peter bengtson
I've always done it this way (fine on IE and NS nix): http://www.mysite.com/x?arga=oneargb=two#gotohere Now, tell me why that wouldn't work, if you've already tried that. By the way, it is called "anchors" not "bookmarks". Bookmarks is in weblanguage URLs stored in the webbrowser :) Peter

RE: [Zope] Another problem with Login Manager

2001-01-19 Thread Mayers, Philip J
Yes, I've seen that and would love to know what causes it. I didn't find out why, but it isn't doing it now. It may be to di with the Roles the user has. Regards, Phil +--+ | Phil Mayers, Network Support | | Centre for Computing Services| | Imperial

Re: [Zope] Mental disconnect help: Zope objects vs. Python objects in ZODB

2001-01-19 Thread Chris Withers
Max M wrote: I have written a How-To that'll get you at least some of the way in understanding it. Where is it? cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

[Zope] Reading ZClass properties from outside the ZClass

2001-01-19 Thread Phill Hugo
I have a ZClass, "MyZClass" which contains 2 propertysheets, "PublicInfo" and "PrivateInfo". PublicInfo contains Selections produced from Lists in PrivateInfo. Works wonderfully, however in the site I wish to get at the PrivateInfo items without touching an Instance of MyZClass (Its easy that

[Zope] links for PostreSQL

2001-01-19 Thread jacintha menezes
hi, I would like to install PostgreSQL Link it from zope. Kindly give the necessary URL's for this. Thanks, jacintha ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No

[Zope] searching names in a query

2001-01-19 Thread jacintha menezes
hi, " Like" in SQL query under Gadfly database doesn't work. Is there any other way by which when give half name all the names related to that should be displayed. eg. *abc* abcde efabcthy Thanks, jacintha

[Zope] Calling ZSQL from PythonMethods (was RE: [Zope] ZSQL, Python methods and XMLRPC)ods and XMLRPC)

2001-01-19 Thread Mayers, Philip J
Hmm - with regard calling ZSQL method from PythonMethod, this works: def pythonmethod(self): a = [] for v in self.SQL_list_something(): a.append(v.field) return a dtml-var pythonmethod *But* of course I can't pass "self" over XMLRPC. Why does self.ZSQL_method() work, but:

Re: [Zope] links for PostreSQL

2001-01-19 Thread Andreas Heckel
jacintha menezes wrote: hi, I would like to install PostgreSQL Link it from zope. Kindly give the necessary URL's for this. List of PostgreSQL Mirrors http://postgresql.readysetnet.com/sites.html Zope Database Adapters ZPyGreSQLDA:

Re: [Zope] Mental disconnect help: Zope objects vs. Python objects in ZODB

2001-01-19 Thread Michael Bernstein
Max Mller Rasmussen wrote: Whops... The missing link http://www.zope.org/Members/maxm/HowTo/minimal_01/index_html Whoa. I am *seriously* impressed with the clarity you've brought to this subject. Thank You! Michael Bernstein. ___ Zope

[Zope] Re: How to backup Zope data base?

2001-01-19 Thread Andreas Tille
On Fri, 19 Jan 2001, Stephane Bortzmeyer wrote: On Thursday 18 January 2001, at 13 h 52, the keyboard of "Mayers, Philip J" [EMAIL PROTECTED] wrote: This certainly isn't *efficient*, but it works: This is great because absolutely the thing I was looking for ... Thanks for the zexp part

RE: [Zope] links for PostreSQL

2001-01-19 Thread Farrell, Troy
The newer ZPoPyDA is at: http://www.zope.org/Members/tm/ZPoPyDA You can find a ZClass used to diagram a database here: http://www.zope.org/Members/aeg/ZPostgresUtils Troy -Original Message- From: Andreas Heckel [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 7:53 AM To:

[Zope] What the f*ck went wrong...?

2001-01-19 Thread Stoonsdesign
Suddenly the Zope-server http://community.3dfestival.com/ didn't work It is a Linux machine running Zope 2.2.4... Two files had been "Corrupted"... data.fs and some python-file... Could this be a Zope-thing or was it "simply" a hardware-prob...? One thing more... One week before

Re: [Zope] Shut down zope from python script

2001-01-19 Thread Dimitris Andrakakis
Richard wrote: I'm a newbie, running zope and apache on my win98 box, trying to learn enough to start using zope in a production environment. Windows slows down dramatically if I leave it running more than a couple of days I can't really help you, but I'd consider it much wiser to try and

[Zope] RE: Workflow and document management system in Zope

2001-01-19 Thread Spicklemire, Jerry
Hi Nicolas, For you, when would such products be considered ready for production ? The most important factor can be viewed from two perspectives, neither precluding the other. The ideal state arrives when complete documentation is available, or at least one person on the deployment team

[Zope] Setting in 2.3.0b1 to have modification times in 24-hour format?

2001-01-19 Thread =?iso-8859-1?q?Hamish=20Lawson?=
Is there a setting in 2.3.0b1 to have modification times in the management screens presented in 24-hour format? Hamish Lawson Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address

[Zope] RE: Tools used for programming Zope

2001-01-19 Thread Spicklemire, Jerry
Hi Gerald, http://www.zope.org/Members/sspickle/ZCVSMixin Since this converts between CVS and Zope already, have you thought about the possibility of exporting it directly onto the filesystem? Since CVS is file based, everything you export is stored as a file during the CVS phase. One

[Zope] Building ZPatterns Extension help

2001-01-19 Thread J. Atwood
The instructions in the README.txt and on zope.org are a little vague.. How, indeed, do I " build this extension using the included Setup file in the ZPatterns directory" I can see the Setup file but that is about it. I would be more than happy to write up some documentation (on Zope.org) if

[Zope] workflow, gdchart

2001-01-19 Thread Klaus Herrmann
HI *! I have 2 questions on Zope: (1) I need a configurable workflow management (who approves documents, who may delete documents, emails send to supervisors etc, all configurable) for Zope. are there any useable products available or do i have to learn python (seems to be a good idea anyway)

Re: [Zope] Mental disconnect help: Zope objects vs. Python objects in ZODB

2001-01-19 Thread Shane Hathaway
Michael Bernstein wrote: Max Mller Rasmussen wrote: Whops... The missing link http://www.zope.org/Members/maxm/HowTo/minimal_01/index_html Whoa. I am *seriously* impressed with the clarity you've brought to this subject. Thank You! Agreed, it's quite clear. It is good to

RE: [Zope] RE: Workflow and document management system in Zope

2001-01-19 Thread Albert Langer
Thanks for the interesting URLs on workflow discussions. Corba Ecommerce has very interesting and thorough models of workflows, including UML diagrams and even an XML format for defining state machines. Sorry, this may be old news as I don't have time to follow up the actual threads beyond the

Re: [Zope] Shut down zope from python script

2001-01-19 Thread Chris Withers
Dimitris Andrakakis wrote: Another thing: I'd consider running Zope+Apache on NT workstation or 2000 professional, even for test purposes. You'll find the NT task manager (among others) very handy. Yeah, well, you should probably be using a *nix anyway ;-) cheers, Chris

Re: [Zope] Re: How to backup Zope data base?

2001-01-19 Thread Chris Withers
Andreas Tille wrote: On Fri, 19 Jan 2001, Stephane Bortzmeyer wrote: On Thursday 18 January 2001, at 13 h 52, the keyboard of "Mayers, Philip J" [EMAIL PROTECTED] wrote: This certainly isn't *efficient*, but it works: This is great because absolutely the thing I was looking for ...

Re: [Zope] RE: Workflow and document management system in Zope

2001-01-19 Thread albert boulanger
Thanks for the interesting URLs on workflow discussions. Corba Ecommerce has very interesting and thorough models of workflows, including UML diagrams and even an XML format for defining state machines. Sorry, this may be old news as I don't have time to follow up the actual

RE: [Zope] Shut down zope from python script

2001-01-19 Thread Farrell, Troy
Yes, we all wish we were on *N[UI]X. However the question was "How do we shut this thing down?" Using ThroughTheWeb(TTW) scripting: http://usernamewithabilitytoshutdownzope:password@zopeserver:8080/Control_Pa nel/manage_shutdown adjust the portnumber to match your server. You can do this with

RE: [Zope] RE: Workflow and document management system in Zope

2001-01-19 Thread Spicklemire, Jerry
This may be the link you were thinking of: http://www.omg.org/technology/documents/formal/corba_business_specifications _av2.htm with the Corba Workflow Specification available as a .PDF. Thanks for the interesting URLs on workflow discussions. Corba Ecommerce has very interesting and

RE: [Zope] Re: How to backup Zope data base?

2001-01-19 Thread Mayers, Philip J
Well, bad _technically_, or bad _evil_? G It does have the sole advantage you can pull a portion of your tree, and some people have had Data.fs problems (not me thankfully). But in general I'd guess backing up Data.fs to be the best way. How does it copy with non-atomicity of disk writes?

RE: [Zope] searching names in a query

2001-01-19 Thread Farrell, Troy
Jacintha, This is from the Gadfly SQL support page at: http://www.chordate.com/kwParsing/gfSQL.html * Some important omissions from ODBC 2.0 at this point are Nulls. Outer joins. CHECK conditions. Enforced data type constraints. Alter table (can't implement until NULLs arrive). Date, Time,

RE: [Zope] Shut down zope from python script

2001-01-19 Thread Richard Blumberg
At 11:32 AM -0600 1/19/01, Farrell, Troy wrote: Yes, we all wish we were on *N[UI]X. However the question was "How do we shut this thing down?" Using ThroughTheWeb(TTW) scripting: http://usernamewithabilitytoshutdownzope:password@zopeserver:8080/Control_Pa nel/manage_shutdown adjust the

RE: [Zope] RE: Workflow and document management system in Zope

2001-01-19 Thread Albert Langer
[Jerry] This may be the link you were thinking of: http://www.omg.org/technology/documents/formal/corba_business_specifications _av2.htm with the Corba Workflow Specification available as a .PDF. [AlbertL] Yes. The Task and Session spec there is also very relevant. The Workflow Spec is based

Re: [Zope] Tools used for programming Zope

2001-01-19 Thread Mario Valente
At 09:49 1/19/01 +0100, Stephane Bortzmeyer wrote: On Thursday 18 January 2001, at 18 h 40, the keyboard of Gerald Gutierrez [EMAIL PROTECTED] wrote: Frankly, I'm a little surprised that this isn't a problem for more people, given the drawbacks of having to give up many of the existing

[Zope] zwatchdog dead

2001-01-19 Thread jb
Well here it is, I have installed, uninstalled, reinstalled, upgraded, and re-upgraded Zope more that 25 times in the last 2 weeks. When I get Zope 2.1.6 installed and running and upgrade using rpms to Zope 2.2.2 the server goes down and comes back up witout a problem. But as soon as I

Re: [Zope] Mental disconnect help: Zope objects vs. Python objects in ZODB

2001-01-19 Thread andres
On Thu, Jan 18, 2001 at 11:36:59PM +0100, Max M wrote: I have written a How-To that'll get you at least some of the way in understanding it. I second Chris on the request for a URL pointing to your HOW-TO. I'd appreciate any help that gets me out of this disconnect rut.

RE: [Zope] (Cc || Bcc) dtml-sendmail

2001-01-19 Thread Loren Stafford
Here's an example from one of my workinig tech-support forms. I used to have a Bcc: right after the Cc: dtml-with "PARENTS[-1]"dtml-sendmail mailhost=MailHost To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], dtml-var ReplyTo Reply-to: dtml-var ReplyTo From: [EMAIL PROTECTED]

Re: [Zope] sendmail query (confirmation)

2001-01-19 Thread Dieter Maurer
Lee writes: Is there anyway to confirm that a message has been sent using sendmail other than including your own email address in the cc list? The sendmail tag should raise an exception, if it is unable to deliver the message to the mail server. However, this does not mean that the message

Re: [Zope] Reading ZClass properties from outside the ZClass

2001-01-19 Thread Dieter Maurer
Phill Hugo writes: This works when logged in as an Administrator as the Control_Panel is visible then, however for normal users it fails. You know proxy roles? You could probably use a method or script with a proxy role of "Manager" to return the property sheet. I am not sure, whether

Re: [Zope] Setting in 2.3.0b1 to have modification times in 24-hour format?

2001-01-19 Thread Dieter Maurer
=?iso-8859-1?q?Hamish=20Lawson?= writes: Is there a setting in 2.3.0b1 to have modification times in the management screens presented in 24-hour format? This is also a big wish of mine. Dieter ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] [OT] python-to-python in zope?

2001-01-19 Thread Dieter Maurer
tom smith writes: hi all, I've written a bot in python 2.0 and it's running on the same machine as zope 2.2. I'd like somehow to be able to send messages from zope (like...start and stop or go trawl this site etc) to the OTHER version of python running my bot You may look at

[Zope] HELP: ZPatterns Installation on Linux

2001-01-19 Thread J. Atwood
The instructions in the README.txt and on zope.org are a little vague.. How, indeed, do I " build this extension using the included Setup file in the ZPatterns directory" I can see the Setup file but that is about it. I would be more than happy to write up some documentation (on Zope.org) if

[Zope] ZClasses and title property

2001-01-19 Thread Tim Moore
Let me start by introducing myself...My name is Tim Moore and I'm new to the list and Zope in general. I'm still figuring out how everything works, so forgive me if I'm missing something basic here :-) I'm creating several ZClasses for the site I'm working on. In one of them I'd like to have a

RE: [Zope] HELP: ZPatterns Installation on Linux

2001-01-19 Thread J. Atwood
After reading around more (a lot more) I got to. cp /usr/lib/python1.5/config/Makefile.pre.in . make -f Makefile.pre.in boot make At which point I get: make gcc -fPIC -I../../ZODB -I../../../Components/ExtensionClass -g -O2 -I/usr/include/python1.5 -I/usr/include/python1.5

RE: [Zope] ZClasses and title property

2001-01-19 Thread Loren Stafford
"title" is a "reserved" property; i.e. most objects automatically get a title property when you create them, but you are trying to add another property with the same name. Either use the "built-in" title property or use a different id for your title. -- Loren -Original Message- From:

Re: [Zope] ZClasses and title property

2001-01-19 Thread Jason Cunliffe
Hi Tim, I _think_ the problem may be that your choice of property is unlucky, because 'title' is already defined by default in Zope. Try changing it to something else and test. For example: 'timtitle' In 2.3b1 you can go to the built in Help System by selecting 'Zope Quick Start' + 'GO' [use

[Zope] Re: Workflow and document management system in Zope

2001-01-19 Thread albert boulanger
I am looking for a workflow (WF) linked to a electronic document management (EDM) system and a groupware email based (I have just happened to come accross aethera from the Kompany) that would be free software and preferably in Zope + Python. The WF+DEM system I am looking for

[Zope] SOLVED: ZPatterns Installation on Linux

2001-01-19 Thread J. Atwood
And as promised... a new How-To http://www.zope.org/Members/BwanaZulia/zpatterns_install/ Please let me know if there is anything wrong with it. Thanks, J At 5:07 PM -0600 1/19/01, Steve Drees wrote: copy the Setup.in to the ZPatterns directory make -f Setup.in I think that's how I built

RE: [Zope] What the f*ck went wrong...?

2001-01-19 Thread Max M
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stoonsdesign One thing more... One week before this happened I had to remove a poll (Amos Latteier's Poll product, version 0.7.1) it messed something up... it simply did not know "results" anymore, and I couldn't even go into it (you

Re: [Zope] Mental disconnect help: Zope objects vs. Python objects in ZODB

2001-01-19 Thread andres
Thank you so much for this. I have taken a quick look at it and it looks like exactly what I needed. On Fri, Jan 19, 2001 at 11:04:38PM +0100, Max M wrote: I posted it later to the list, but here you go. http://www.zope.org/Members/maxm/HowTo/minimal_01 regards Max M

[Zope] ZAlert = 2.3b1 and ZBook out-of-sync ?

2001-01-19 Thread Jason Cunliffe
Hello I like the revised Zope 2.3b management interface. Big improvement and step in healthy UI direction. Thanks! ..I notice however, that the illustrations in the online version of the book are now visually 'out of sync' with the new Zope software. It may be trivial [non functional] matter

Re: [Zope] Stopping a dtml-in

2001-01-19 Thread Jonothan Farr
Now just don't get me started on "_['index-whatever']" :-) Funny. I patched that too, and I know I'm not the only one. It also "fell through the cracks". *sigh* I've never understood the reaction that always comes from DC w.r.t. patches that fix that. There always seems to be a

Re: [Zope] Stopping a dtml-in

2001-01-19 Thread Jonothan Farr
Anyway, I'm sorry that your proposal fell through the cracks; the "hot money" these days is all on HiperDOM/XHTML stuff, rather than DTML, so it may stay there (especially if the patch is hard to apply to a recent Zope). It would be easy to apply the patch. The work would be in testing it.

RE: [Zope] (Cc || Bcc) dtml-sendmail

2001-01-19 Thread Jeff Peterson
Thanks! I had done exactly that, prior to writing my request for help. It turns out the problem was not Zope at all (surprise, surprise) or my code. I was using a test case that sent the message to an address aliased to my address and then was also Cc'ing the message to my address. The mailer

[Zope] (Cc || Bcc) dtml-sendmail

2001-01-19 Thread Jeff Peterson
We built our intranet on ZOPE 2.2.x, mostly it is a tech support app that ensures our techs only deliver the info we need. Anyway, the method of doing this is sending a form via email with the info. The Problem: I would like to Cc or Bcc the originator of the request with a copy of the request

[Zope] Zope 2.3.0b2 undo strangeness

2001-01-19 Thread Ron Bickers
I am getting transaction that show in the root folder's Undo screen that look like this: /index_html by Anonymous User /welcome.html by Anonymous User /commonbond.html by Anonymous User There are multiple entries of these and a couple others, but by accessing these pages, I can't seem to force

[Zope] ANNOUNCE: Zope 2.3.0 beta 2 released

2001-01-19 Thread Brian Lloyd
Hello all - Zope 2.3.0 beta 2 is now available. You can download it from Zope.org: http://www.zope.org/Products/Zope/2.3.0b2/ Highlights of the beta 2 release: - Changed the implementation of emergency_user to be backward compatible with the expectations of third-party

Re: [Zope-dev] MountedFileStorage

2001-01-19 Thread Johan Carlsson
http://www.zope.org/Members/hathawsh/ExternalMount Sound interesting. Is it possible to mount a read-only database from several different Zope-clients? Yes. The database should be inside a ZEO storage server. ExternalMount can mount ZEO ClientStorages (that's how

Re: [Zope-dev] Arguments without values

2001-01-19 Thread Steve Alexander
Chris Withers wrote: Hi :-) Can anyone tell me why this URL: http://localhost:8080/mymethod?edit ...doesn't result in: REQUEST['edit']=None try http://localhost:8080/mymethod?edit= Look in lib/python/ZPublisher/cgi.py if you want to change the way it works. You might also want to

[Zope-dev] ZCatalog doesnt find Items

2001-01-19 Thread Andre Schubert
Hi all, I have a problem with my ZCatalog object. If i have a Folder named Test and inside i create a ZCatalog object and some DTML-Objects/Methods the ZCatalog finds all Items. But when i install the ZCatalog in the root folder and start find Items a got the following error: Traceback

Re: [Zope-dev] ZCatalog doesnt find Items

2001-01-19 Thread Christopher Petrilli
There could be problems depending on how a product handles dealing with attributes, but the exception should be caught. Note that the traceback is *not* in Catalog, but is in the Transaction manager. Can you talk about what other products you have installed? And hwat your object database looks

Re: [Zope-dev] skinscript and URL traversal question

2001-01-19 Thread Aaron Payne
At 05:02 PM 1/18/01 -0500, Phillip J. Eby wrote: At 08:54 AM 1/18/01 -0500, Aaron Payne wrote: Hi all, I originally posted this to the zope list and, upon suggestion, I am reposting it to zope-dev. I'm using a zsql method in a skinscript with query ... compute ... and it mostly works.

Re: [Zope-dev] MountedFileStorage

2001-01-19 Thread Shane Hathaway
Johan Carlsson wrote: Is it possible to mix a local storage (a filestorage as the root) and mount a ZEO server storage as a "mounted storage". Yes. It's pretty straightforward. What I really want is several independent Zope servers sharing a mounted database (containing shared resources,

Re: [Zope-dev] skinscript and URL traversal question

2001-01-19 Thread Phillip J. Eby
At 09:41 AM 1/19/01 -0500, Aaron Payne wrote: At 09:38 AM 1/19/01 -0500, Phillip J. Eby wrote: Thus, your SkinScript is running as anonymous, and probably doesn't have rights to access the SQL method. You might need to change the proxy roles setting on the SkinScript method so that when the

[Zope-dev] ZPatterns: wanted: alpha testers for RemoteRack

2001-01-19 Thread Steve Alexander
I've written a class called RemoteRack. It works just like a ZPatterns Rack, except that the BTree it uses internally for storing its persistent data can be anywhere else in the ZODB. I'm using it in a FileStorage-based application where I want to have the application's persistent data stored

[Zope-dev] How would I keep _v_* attributes from getting thrown away?

2001-01-19 Thread John D. Heintz
Hello all, I am using ZODB along with CORBA to expose peristent objects. Some of my objects have per-connection/session state. The clear example is file-like objects - effectively exposing persistent StringIO objects through CORBA. The issue is that I want multiple clients to be able to

[Zope-dev] Little Bug in 2.3 new look

2001-01-19 Thread Joachim Werner
Hi! There is a little Bug in the new GUI: If you creat a new Folder that is empty, only "There are currently no items in foo" is displayed. So you can't import stuff before you have created an object in the folder. The import/export tab has also gone. Cheers Joachim.

[Zope-dev] Import/Export in 2.3beta2

2001-01-19 Thread Andy McKay
Is this a stupid question, or why cant i Import/Export into a folder in 2.3 b2 (Windows), there seems to be no tab... -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or

[Zope-dev] ANNOUNCE: Zope 2.3.0 beta 2 released

2001-01-19 Thread Brian Lloyd
Hello all - Zope 2.3.0 beta 2 is now available. You can download it from Zope.org: http://www.zope.org/Products/Zope/2.3.0b2/ Highlights of the beta 2 release: - Changed the implementation of emergency_user to be backward compatible with the expectations of third-party