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

nicolas de loof commented on MGWT-94:
-------------------------------------

Allready fixed in SVN, 

There is an IT test to check this case with HelloService { String[] 
returnsArray( String[] values ); }
and it passes : 
void returnsArray( java.lang.String[] values, AsyncCallback<java.lang.String[]> 
callback );


> generateAsync does not handle arrays?
> -------------------------------------
>
>                 Key: MGWT-94
>                 URL: http://jira.codehaus.org/browse/MGWT-94
>             Project: Maven 2.x GWT Plugin
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: vista, eclipse, gwt 1.6.4
>            Reporter: shay
>             Fix For: 1.2
>
>
> for the following interface :
> @RemoteServiceRelativePath("companies")
> public interface CompaniesService extends RemoteService{
>       Company[] Fetch();
> }
> the plugin generated :
>  void Fetch( AsyncCallback<Company> callback );
> return value is not an array.
> Shay 

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