I am using J2EEDescriptorStore and I am interested in knowing: 1. Why is slide enumerating permissions for each and every object in the store when a slide super user is accessing them? Since super user is allowed unrestricted access to all resources, just like a UNIX root account, why waste cycles enumerating permissions for super user?
2. Why does slide update attributes of all the children when only one child is changed, i.e. either added, edited or deleted? For e.g. if an attribute of a single file is changed in a directory, slide first retrieves all data related that dir and all the files it contains(its children), then updates the in-memory replica, deletes all the info related to the dir in the database and then reinserts the changed info from memory to the database. -Dhilip Krishnan. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>