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

View: New views
3 Messages — Rating Filter:   Alert me  

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

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

Reply to Author | View Threaded | Show Only this Message

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



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

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

Reply to Author | View Threaded | Show Only this Message


    [ 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



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

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

Reply to Author | View Threaded | Show Only this Message


     [ 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