Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 95654 invoked from network); 11 Jan 2010 23:07:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jan 2010 23:07:27 -0000 Received: (qmail 77378 invoked by uid 500); 11 Jan 2010 23:07:27 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 77325 invoked by uid 500); 11 Jan 2010 23:07: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 77315 invoked by uid 99); 11 Jan 2010 23:07:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2010 23:07:26 +0000 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, 11 Jan 2010 23:07:17 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id CC2E015F00D9 for ; Mon, 11 Jan 2010 17:06:56 -0600 (CST) Date: Mon, 11 Jan 2010 17:06:56 -0600 (CST) From: "Maria Catherine Tan (JIRA)" To: issues@continuum.apache.org Message-ID: <26773292.59940.1263251216834.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <7564456.18994.1259156755241.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Assigned: (CONTINUUM-2411) IndexOutOfBoundsException in DefaultContinuum.executeAddProjectsFromMetadataActivity MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 [ http://jira.codehaus.org/browse/CONTINUUM-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Catherine Tan reassigned CONTINUUM-2411: ---------------------------------------------- Assignee: Maria Catherine Tan > IndexOutOfBoundsException in DefaultContinuum.executeAddProjectsFromMetadataActivity > ------------------------------------------------------------------------------------ > > Key: CONTINUUM-2411 > URL: http://jira.codehaus.org/browse/CONTINUUM-2411 > Project: Continuum > Issue Type: Bug > Affects Versions: 1.3.4 > Environment: Microsoft Windows [Version 6.0.6002] (Windows Server 2008) > java version "1.6.0_17" > Java(TM) SE Runtime Environment (build 1.6.0_17-b04) > Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode, sharing) > Reporter: Stefan Cordes > Assignee: Maria Catherine Tan > Priority: Minor > Fix For: 1.3.5 > > > When adding a project to continuum via "Add Maven 1.x Project" and selecting a file the Exception > java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 > appears. > This seems to be independend from the selected project. > After the action the project is in the group anyway and can be build normally. > java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 > at java.util.ArrayList.RangeCheck(Unknown Source) > at java.util.ArrayList.get(Unknown Source) > at org.apache.maven.continuum.DefaultContinuum.executeAddProjectsFromMetadataActivity(DefaultContinuum.java:1735) > at org.apache.maven.continuum.DefaultContinuum.executeAddProjectsFromMetadataActivity(DefaultContinuum.java:1777) > at org.apache.maven.continuum.DefaultContinuum.addMavenOneProject(DefaultContinuum.java:1276) > at org.apache.maven.continuum.web.action.AddMavenOneProjectAction.doExecute(AddMavenOneProjectAction.java:45) > at org.apache.maven.continuum.web.action.AddMavenProjectAction.execute(AddMavenProjectAction.java:189) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > 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(Unknown Source) > -- 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