Async interface generator does not support arrays as parameters
---------------------------------------------------------------

                 Key: MGWT-50
                 URL: http://jira.codehaus.org/browse/MGWT-50
             Project: Maven 2.x GWT Plugin
          Issue Type: Improvement
    Affects Versions: 1.1
            Reporter: nicolas de loof
            Priority: Trivial


void  foo( String[] values ) 
is translated into 
void ( java.lang.String values, AsyncCallback<Void> callback );
expected 
void ( java.lang.String[] values, AsyncCallback<Void> callback );



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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to