2.0.3 Regression: InlineClientBundleGenerator

2010-05-17 Thread graffle...@gmail.com
I was upgrading from 2.0.0 to 2.0.3 and started getting:

Unable to find recently-generated type
'com.google.gwt.user.client.ui.com_google_gwt_user_client_ui_DisclosurePanel_DefaultImages_default_InlineClientBundleGenerator

when I tried to build my .war file artifact (I'm using Jetbrains
IntelliJ)

I built a distro out of the latest in svn and this seemed to get rid
of the problem above but I then got the following:

The type BigInteger must implement the inherited abstract method
Number.byteValue()
The type BigInteger must implement the inherited abstract method
Number.shortValue()
The type BigDecimal must implement the inherited abstract method
Number.byteValue()
The type BigDecimal must implement the inherited abstract method
Number.shortValue()

which is weird because Number.java in gwt does not declare shortValue
and byteValue to be abstract in the first place.


-- 
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.



GWT module 'XYZ' may need to be (re)compiled

2009-12-11 Thread graffle...@gmail.com
I have upgraded to GWT 2.0 - all works fine in DevMode

When I build a .war file and deploy it to my tomcat6 server, the
browser displays an alert GWT module 'XYZ' may need to be (re)
compiled when I bang the url.

Is it possible that one of my sub-modules needs to be recompiled under
V2.0?  I'm using GXT and Gilead (aka hibernate4gwt).

Many thanks on any input.

  - Bob

--

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.




Re: GWT module 'XYZ' may need to be (re)compiled

2009-12-11 Thread graffle...@gmail.com
I have an additional clue

When I run in DevMode and I use the url:
   http://localhost:/XYZ.html
instead of:
   http://localhost:/XYZ.html?codesvr=127.0.1.1:9997

I get the exact same javascript alert:   GWT module 'XYZ' may need to
be (re) compiled

...not sure what this means...but at least it rules out the webserver

  - Bob


On Dec 11, 12:55 pm, graffle...@gmail.com graffle...@gmail.com
wrote:
 I have upgraded to GWT 2.0 - all works fine in DevMode

 When I build a .war file and deploy it to my tomcat6 server, the
 browser displays an alert GWT module 'XYZ' may need to be (re)
 compiled when I bang the url.

 Is it possible that one of my sub-modules needs to be recompiled under
 V2.0?  I'm using GXT and Gilead (aka hibernate4gwt).

 Many thanks on any input.

   - Bob

--

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.




Re: Using Gilead with GWT 2.0 ms1

2009-12-09 Thread graffle...@gmail.com
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.