« Return to Thread: [jira] Created: (MGWT-94) generateAsync does not handle arrays?

[jira] Closed: (MGWT-94) generateAsync does not handle arrays?

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View in Thread


     [ http://jira.codehaus.org/browse/MGWT-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nicolas de loof closed MGWT-94.
-------------------------------

         Assignee: nicolas de loof
       Resolution: Won't Fix
    Fix Version/s: 1.2

> 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
>            Assignee: nicolas de loof
>             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


 « Return to Thread: [jira] Created: (MGWT-94) generateAsync does not handle arrays?