From issues-return-1238-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Mon Jun 30 07:56:25 2008 Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 44652 invoked from network); 30 Jun 2008 07:56:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jun 2008 07:56:24 -0000 Received: (qmail 9917 invoked by uid 500); 30 Jun 2008 07:56:26 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 9905 invoked by uid 500); 30 Jun 2008 07:56:26 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 9894 invoked by uid 99); 30 Jun 2008 07:56:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2008 00:56:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2008 07:55:36 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id E70C4166030E for ; Mon, 30 Jun 2008 02:55:26 -0500 (CDT) Message-ID: <9386543.1214812526944.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Mon, 30 Jun 2008 02:55:26 -0500 (CDT) From: "Brett Porter (JIRA)" To: issues@continuum.apache.org Subject: [jira] Updated: (CONTINUUM-1758) Error with group summary auto-refresh after adding a project group In-Reply-To: <164116.1210218622437.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated CONTINUUM-1758: ------------------------------------ Fix Version/s: 1.2 > Error with group summary auto-refresh after adding a project group > ------------------------------------------------------------------ > > Key: CONTINUUM-1758 > URL: http://jira.codehaus.org/browse/CONTINUUM-1758 > Project: Continuum > Issue Type: Bug > Components: Web - UI > Reporter: Maria Catherine Tan > Fix For: 1.2 > > > To reproduce, add a project group. > It displays the list of Project Groups, and the url is http://example.com/continuum/addProjectGroup.action > Wait for it to automatically refresh. It should re-display the list of project groups, but instead you get a NullPointerException. > java.lang.NullPointerException > at org.apache.maven.continuum.DefaultContinuum.addProjectGroup(DefaultContinuum.java:313) > at org.apache.maven.continuum.web.action.AddProjectGroupAction.execute(AddProjectGroupAction.java:115) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > This is very similar to http://jira.codehaus.org/browse/CONTINUUM-1560 > Workaround: click "Show Project Groups" in the left menu. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira