Hello,

I have an RPC interface:

public interface Generator extends RemoteService {
    long generate();
    long[] generate(int count);
}

I get the warning during compiling:
[WARN] Line 14: Referencing class 'long_Array_Rank_1_FieldSerializer:
unable to resolve class, expect subsequent failures

What does this mean?
I use gwt-1.6.1, and there was no warning until I upgraded from 1.5.3.

Thanks for your help!
Regards:
Norbi

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to