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


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