Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 88520 invoked from network); 30 Sep 2008 19:32:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Sep 2008 19:32:39 -0000 Received: (qmail 81681 invoked by uid 500); 30 Sep 2008 19:32:36 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 81129 invoked by uid 500); 30 Sep 2008 19:32:35 -0000 Mailing-List: contact dev-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 dev@geronimo.apache.org Received: (qmail 80684 invoked by uid 99); 30 Sep 2008 19:32:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 12:32:34 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 19:31:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AD7B9234C1F6 for ; Tue, 30 Sep 2008 12:31:44 -0700 (PDT) Message-ID: <1680945877.1222803104709.JavaMail.jira@brutus> Date: Tue, 30 Sep 2008 12:31:44 -0700 (PDT) From: "Lin Sun (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-4326) Update Repository List action in Plugins portlet is broken In-Reply-To: <856387741.1222715204180.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun resolved GERONIMO-4326. ------------------------------- Resolution: Fixed rev 700560 added a test case to test the "Update Repository List" link from console. rev 700556 added the missing setter method which casused the writable=false in GAttributeInfo of this downloadRepositories attribute. > Update Repository List action in Plugins portlet is broken > ---------------------------------------------------------- > > Key: GERONIMO-4326 > URL: https://issues.apache.org/jira/browse/GERONIMO-4326 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Plugins > Affects Versions: 2.2 > Reporter: Donald Woods > Assignee: Lin Sun > Priority: Critical > Fix For: 2.2 > > > Seems that some of the recent changes to Plugins has broken this. > Maybe the fact that what used to be a "userRepositories" attribute on the GBean is now "userRepositoryList" pointing to var/config/plugin-repositories.properties > {noformat} > 14:32:12,635 ERROR [PluginRepositoryDownloader] Unable to save download repositories > java.lang.IllegalStateException: This persistent attribute is not modifable while the gbean is running. Attribute Name: downloadRepositories, Type: interface java.util.List, GBeanInstance: PluginRepositoryDownloader > at org.apache.geronimo.gbean.runtime.GBeanAttribute.setValue(GBeanAttribute.java:352) > at org.apache.geronimo.gbean.runtime.GBeanInstance.setAttribute(GBeanInstance.java:745) > at org.apache.geronimo.gbean.runtime.GBeanInstance.setAttribute(GBeanInstance.java:730) > at org.apache.geronimo.kernel.basic.BasicKernel.setAttribute(BasicKernel.java:194) > at org.apache.geronimo.system.plugin.PluginRepositoryDownloader.refresh(PluginRepositoryDownloader.java:259) > at org.apache.geronimo.console.car.UpdateListHandler.actionBeforeView(UpdateListHandler.java:46) > at org.apache.geronimo.console.MultiPagePortlet.processAction(MultiPagePortlet.java:112) > at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218) > at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:693) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630) > at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:535) > at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:472) > at org.apache.pluto.core.DefaultPortletInvokerService.invoke(DefaultPortletInvokerService.java:167) > at org.apache.pluto.core.DefaultPortletInvokerService.action(DefaultPortletInvokerService.java:85) > at org.apache.pluto.core.PortletContainerImpl.doAction(PortletContainerImpl.java:219) > at org.apache.pluto.driver.PortalDriverServlet.doGet(PortalDriverServlet.java:121) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:693) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.apache.geronimo.tomcat.valve.DefaultSubjectValve.invoke(DefaultSubjectValve.java:56) > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525) > at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:406) > at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) > at java.lang.Thread.run(Thread.java:613) > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.