[ 
http://jira.codehaus.org/browse/MGWT-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=180844#action_180844
 ] 

Matthew McEachen edited comment on MGWT-90 at 6/18/09 12:23 PM:
----------------------------------------------------------------

I have an RPC method:

{code}
String[] getValues();
{code}

The gwt:generateAsync task builds a signature that looks like 

{code}
void getValues( AsyncCallback<String> callback );
{code}

The expected generic annotation would have been AsyncCallback<String[]>, of 
course.

      was (Author: mrm):
    I have an RPC method:

{code}
String[] getValues();
{code}

The gwt:generateAsync task builds a signature that looks like 

{code}
void getValues( AsyncCallback<String> callback );
{code}
  
> gwt:generateAsync ignores array return types
> --------------------------------------------
>
>                 Key: MGWT-90
>                 URL: http://jira.codehaus.org/browse/MGWT-90
>             Project: Maven 2.x GWT Plugin
>          Issue Type: Bug
>            Reporter: Matthew McEachen
>


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