Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 17816 invoked from network); 3 Mar 2010 00:19:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Mar 2010 00:19:33 -0000 Received: (qmail 69034 invoked by uid 500); 3 Mar 2010 00:19:28 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 69015 invoked by uid 500); 3 Mar 2010 00:19:27 -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 69007 invoked by uid 99); 3 Mar 2010 00:19:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 00:19:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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; Wed, 03 Mar 2010 00:19:17 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 737CD15F012D for ; Tue, 2 Mar 2010 18:18:55 -0600 (CST) Date: Tue, 2 Mar 2010 18:18:55 -0600 (CST) From: "Brett Porter (JIRA)" To: issues@continuum.apache.org Message-ID: <15252943.98007.1267575535218.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Created: (CONTINUUM-2475) NullPointerException while adding a project MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org NullPointerException while adding a project ------------------------------------------- Key: CONTINUUM-2475 URL: http://jira.codehaus.org/browse/CONTINUUM-2475 Project: Continuum Issue Type: Bug Affects Versions: 1.4.0 Reporter: Brett Porter This occurs in the Selenium test:testAddMavenTwoProjectFromRemoteSourceToNonDefaultProjectGroup java.lang.NullPointerException at org.apache.maven.continuum.DefaultContinuum.checkForDuplicateProjectInGroup(DefaultContinuum.java:3750) at org.apache.maven.continuum.DefaultContinuum.executeAddProjectsFromMetadataActivity(DefaultContinuum.java:1714) at org.apache.maven.continuum.DefaultContinuum.executeAddProjectsFromMetadataActivity(DefaultContinuum.java:1843) at org.apache.maven.continuum.DefaultContinuum.addMavenTwoProject(DefaultContinuum.java:1393) at org.apache.maven.continuum.web.action.AddMavenTwoProjectAction.doExecute(AddMavenTwoProjectAction.java:109) at org.apache.maven.continuum.web.action.AddMavenProjectAction.execute(AddMavenProjectAction.java:189) 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:597) at com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:404) at com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:267) at org.apache.struts2.interceptor.BackgroundProcess$1.run(BackgroundProcess.java:56) at java.lang.Thread.run(Thread.java:637) -- 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