[Zope-Checkins] CVS: Zope2 - MountedItem.py:1.1.2.1 mountfail.dtml:1.1.2.1 ObjectManager.py:1.90.2.1

shane@digicool.com shane@digicool.com
Tue, 23 May 2000 17:18:00 -0400


Update of /cvs-repository/Zope2/lib/python/OFS
In directory korak.digicool.com:/tmp/cvs-serv30833/OFS

Modified Files:
      Tag: Mount-Dev
	ObjectManager.py 
Added Files:
      Tag: Mount-Dev
	MountedItem.py mountfail.dtml 
Log Message:
Expanded the base classes for mount points to automatically
handle multiple mounts into the same database, closing when
unmounting, and displaying messages when mounting fails.
Had to add one line to ObjectManager so that deletion of a
mount point can be detected.  Fixed an extremely subtle
bug related to acquisition (mounted object got the wrong
acquisition path) by making _v_data a tuple.  Added logging.