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