Thanks!!  Great work...

but what do you mean by "Once you get these files in your project just
make sure to change the package accordingly."

all I did was put these files in src/com/google/gwt/user/server/rpc

should I do anything else?

  - Bob



On Oct 18, 10:06 am, tskaife <tska...@gmail.com> wrote:
> Ok, well I found out that my changes to make gilead work for GWT 2.0
> didn't quite work, but I've been able to fix that. I also notice that
> I put the same two files up above, here are the 2 files to download to
> get gilead working with GWT 2.0.
>
> RPCCopy.javahttp://trg-commons.googlecode.com/files/RPCCopy.java
>
> RPCCopy_GWT20.javahttp://trg-commons.googlecode.com/files/RPCCopy_GWT20.java
>
> Once you get these files in your project just make sure to change the
> package accordingly.
>
> On Oct 9, 1:35 pm, tskaife <tska...@gmail.com> wrote:
>
> > I just updated toGWT 2.0ms1 and noticed that I was getting an error
> > that the constructor for RPCRequest doesn't exist (the constructor now
> > inclues a int flag parameter).
>
> > java.lang.NoSuchMethodError:
> > com.google.gwt.user.server.rpc.RPCRequest.<init>(Ljava/lang/reflect/
> > Method;[Ljava/lang/Object;Lcom/google/gwt/user/server/rpc/
> > SerializationPolicy;)V
>
> > I was able to fix the issue by creating a new RPCCopy_GWT20 that
> > passes a 0 for the flag parameter when it makes the RPCRequest. I also
> > had to change RPCCopy class so that it can correctly recognize when
> > you are usingGWT 2.0. Below are links to the 2 java files.
>
> > RPCCopy.javahttp://trg-commons.googlecode.com/files/RPCCopy_GWT20.java
>
> > RPCCopy_GWT20.javahttp://trg-commons.googlecode.com/files/RPCCopy_GWT20.java

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to