You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2010/02/12 12:52:28 UTC

[jira] Commented: (ODE-743) Patch for java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 in DeploymentBrowser

    [ https://issues.apache.org/jira/browse/ODE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832965#action_12832965 ] 

Hudson commented on ODE-743:
----------------------------

Integrated in ODE-1.x #55 (See [http://hudson.zones.apache.org/hudson/job/ODE-1.x/55/])
    : Patch for java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 in DeploymentBrowser (thanks to Terry Mueller)


> Patch for java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 in DeploymentBrowser
> -------------------------------------------------------------------------------------
>
>                 Key: ODE-743
>                 URL: https://issues.apache.org/jira/browse/ODE-743
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 2.0-beta3
>         Environment: Path: .
> URL: http://svn.apache.org/repos/asf/ode/trunk
> Repository Root: http://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 890643
> Node Kind: directory
> Schedule: normal
> Last Changed Author: midon
> Last Changed Rev: 890434
> Last Changed Date: 2009-12-15 02:43:21 +0800 (Tue, 15 Dec 2009)
>            Reporter: Terry Mueller
>             Fix For: 1.3.4
>
>         Attachments: DeploymentBrowser.patch
>
>
> If process contains wsdl without any association processes;
> java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
> 	at java.util.ArrayList.RangeCheck(ArrayList.java:547)
> 	at java.util.ArrayList.get(ArrayList.java:322)
> 	at org.apache.ode.axis2.service.DeploymentBrowser$7.render(DeploymentBrowser.java:139)
> 	at org.apache.ode.axis2.service.DeploymentBrowser.renderHtml(DeploymentBrowser.java:256)
> 	at org.apache.ode.axis2.service.DeploymentBrowser.doFilter(DeploymentBrowser.java:135)
> 	at org.apache.ode.axis2.hooks.ODEAxisServlet.doGet(ODEAxisServlet.java:63)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.