You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org> on 2009/12/02 07:30:55 UTC

[jira] Updated: (CONTINUUM-2411) IndexOutOfBoundsException in DefaultContinuum.executeAddProjectsFromMetadataActivity

     [ http://jira.codehaus.org/browse/CONTINUUM-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Catherine Tan updated CONTINUUM-2411:
-------------------------------------------

    Fix Version/s: 1.3.5

> 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
>            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