Return-Path: Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 19573 invoked by uid 500); 13 Oct 2004 20:57:10 -0000 Delivered-To: apmail-incubator-derby-cvs@incubator.apache.org Received: (qmail 19533 invoked by uid 99); 13 Oct 2004 20:57:10 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 13 Oct 2004 13:57:08 -0700 Received: (qmail 35128 invoked by uid 65534); 13 Oct 2004 20:57:06 -0000 Date: 13 Oct 2004 20:57:06 -0000 Message-ID: <20041013205706.35126.qmail@minotaur.apache.org> From: djd@apache.org To: derby-cvs@incubator.apache.org Subject: svn commit: rev 54750 - incubator/derby/code/trunk/java/engine/org/apache/derby/impl/services/monitor X-Virus-Checked: Checked Author: djd Date: Wed Oct 13 13:57:05 2004 New Revision: 54750 Modified: incubator/derby/code/trunk/java/engine/org/apache/derby/impl/services/monitor/BaseMonitor.java incubator/derby/code/trunk/java/engine/org/apache/derby/impl/services/monitor/FileMonitor.java Log: Apply [PATCH] Extension Packaging This patch makes three changes. 1. The monitor is changed to read multiple module.properties files, using method ClassLoader.getSystemResources. 2. The monitor reads sub-sub-protocol properties from the modules.properties files, instead of just the system properties. 3. Sub-sub-protocol property values can name either a StorageFactory or a PersistentService implementation. Previously it could only name a StorageFactory implementation. http://nagoya.apache.org/eyebrowse/ReadMsg?listId=270&msgNo=435