[ 
https://issues.apache.org/jira/browse/XMLBEANS-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacob Danner updated XMLBEANS-131:
----------------------------------

    Summary: ArrayIndexOutOfBoundsException when extension defines overloaded 
methods  (was: XmlBeans ant task throws ArrayIndexOutOfBoundsException)

> ArrayIndexOutOfBoundsException when extension defines overloaded methods
> ------------------------------------------------------------------------
>
>                 Key: XMLBEANS-131
>                 URL: https://issues.apache.org/jira/browse/XMLBEANS-131
>             Project: XMLBeans
>          Issue Type: Bug
>          Components: Binding
>    Affects Versions: Version 2 Beta 1
>         Environment: Windows XP
> jdk 1.4.06
> ant 1.6
>            Reporter: Roshan Punnoose
>            Assignee: Cezar Andrei
>
> I am using the XMLBeans 2.0 beta. Specifically I am using the Extensions 
> capability that is built in with this version.
> If I have a function with more than 2 parameters, for example:
> public EventRef createEventRef(String identifier, String href, String temp);
> in my interface and handler, the xmlbeans ant task to generate a jar file 
> will throw this error:
> java.lang.ArrayIndexOutOfBoundsException: 2
> If I take the String temp out:
> public EventRef createEventRef(String identifier, String href);
> it works perfectly.
> Thank You.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: dev-h...@xmlbeans.apache.org

Reply via email to