Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 24671 invoked from network); 14 Apr 2006 13:47:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Apr 2006 13:47:22 -0000 Received: (qmail 6963 invoked by uid 500); 14 Apr 2006 13:47:15 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 6939 invoked by uid 500); 14 Apr 2006 13:47:14 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 6928 invoked by uid 99); 14 Apr 2006 13:47:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Apr 2006 06:47:14 -0700 X-ASF-Spam-Status: No, hits=-9.4 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.29) with SMTP; Fri, 14 Apr 2006 06:47:14 -0700 Received: (qmail 24325 invoked by uid 65534); 14 Apr 2006 13:46:47 -0000 Message-ID: <20060414134647.24180.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r394096 - in /geronimo/branches/1.1: assemblies/j2ee-jetty-server/src/var/config/config.xml assemblies/j2ee-tomcat-server/src/var/config/config.xml modules/system/src/java/org/apache/geronimo/system/configuration/ConfigInstallerGBean.java Date: Fri, 14 Apr 2006 13:46:36 -0000 To: scm@geronimo.apache.org From: ammulder@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ammulder Date: Fri Apr 14 06:46:34 2006 New Revision: 394096 URL: http://svn.apache.org/viewcvs?rev=394096&view=rev Log: Fix a reference on the ConfigInstallerGBean Comment out the new keystore entries and Jetty SSL connector until I can get the new format right Modified: geronimo/branches/1.1/assemblies/j2ee-jetty-server/src/var/config/config.xml geronimo/branches/1.1/assemblies/j2ee-tomcat-server/src/var/config/config.xml geronimo/branches/1.1/modules/system/src/java/org/apache/geronimo/system/configuration/ConfigInstallerGBean.java Modified: geronimo/branches/1.1/assemblies/j2ee-jetty-server/src/var/config/config.xml URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/assemblies/j2ee-jetty-server/src/var/config/config.xml?rev=394096&r1=394095&r2=394096&view=diff ============================================================================== --- geronimo/branches/1.1/assemblies/j2ee-jetty-server/src/var/config/config.xml (original) +++ geronimo/branches/1.1/assemblies/j2ee-jetty-server/src/var/config/config.xml Fri Apr 14 06:46:34 2006 @@ -30,6 +30,7 @@ service:jmx:rmi://${PlanServerHostname}:${PlanJMXPort}/jndi/rmi://${PlanServerHostname}:${PlanNamingPort}/JMXConnector + @@ -78,9 +80,13 @@ ${PlanHTTPPortPrimary} ${PlanHTTPSPortPrimary} - + ${PlanServerHostname} ${PlanHTTPSPortPrimary} + + + 0.0.0.0 + 8009 Modified: geronimo/branches/1.1/assemblies/j2ee-tomcat-server/src/var/config/config.xml URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/assemblies/j2ee-tomcat-server/src/var/config/config.xml?rev=394096&r1=394095&r2=394096&view=diff ============================================================================== --- geronimo/branches/1.1/assemblies/j2ee-tomcat-server/src/var/config/config.xml (original) +++ geronimo/branches/1.1/assemblies/j2ee-tomcat-server/src/var/config/config.xml Fri Apr 14 06:46:34 2006 @@ -30,6 +30,7 @@ service:jmx:rmi://${PlanServerHostname}:${PlanJMXPort}/jndi/rmi://${PlanServerHostname}:${PlanNamingPort}/JMXConnector + Modified: geronimo/branches/1.1/modules/system/src/java/org/apache/geronimo/system/configuration/ConfigInstallerGBean.java URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/modules/system/src/java/org/apache/geronimo/system/configuration/ConfigInstallerGBean.java?rev=394096&r1=394095&r2=394096&view=diff ============================================================================== --- geronimo/branches/1.1/modules/system/src/java/org/apache/geronimo/system/configuration/ConfigInstallerGBean.java (original) +++ geronimo/branches/1.1/modules/system/src/java/org/apache/geronimo/system/configuration/ConfigInstallerGBean.java Fri Apr 14 06:46:34 2006 @@ -41,7 +41,7 @@ import org.apache.geronimo.kernel.config.NoSuchConfigException; import org.apache.geronimo.kernel.repository.Artifact; import org.apache.geronimo.kernel.repository.Dependency; -import org.apache.geronimo.kernel.repository.WriteableRepository; +import org.apache.geronimo.kernel.repository.WritableListableRepository; import org.apache.geronimo.util.encoders.Base64; import org.w3c.dom.Document; import org.w3c.dom.Element; @@ -57,10 +57,10 @@ public class ConfigInstallerGBean implements ConfigurationInstaller { private final static Log log = LogFactory.getLog(ConfigInstallerGBean.class); private ConfigurationManager configManager; - private WriteableRepository writeableRepo; + private WritableListableRepository writeableRepo; private ConfigurationStore configStore; - public ConfigInstallerGBean(ConfigurationManager configManager, WriteableRepository repository, ConfigurationStore configStore) { + public ConfigInstallerGBean(ConfigurationManager configManager, WritableListableRepository repository, ConfigurationStore configStore) { this.configManager = configManager; this.writeableRepo = repository; this.configStore = configStore; @@ -270,7 +270,7 @@ static { GBeanInfoBuilder infoFactory = GBeanInfoBuilder.createStatic(ConfigInstallerGBean.class); infoFactory.addReference("ConfigManager", ConfigurationManager.class, "ConfigurationManager"); - infoFactory.addReference("Repository", WriteableRepository.class, "GBean"); + infoFactory.addReference("Repository", WritableListableRepository.class, "Repository"); infoFactory.addReference("ConfigStore", ConfigurationStore.class, "ConfigurationStore"); infoFactory.addInterface(ConfigurationInstaller.class);