Re: Announcing GWT 2.0 and much, much more...

2009-12-15 Thread Célio
ATom, GWT 2.0 is already at the central maven repo. As of 2.0 there's no more OS specific libs. You will need to depend on both gwt-user and gwt-dev and that's all. On 15 dez, 04:18, ATom wrote: > I so missing maven repository with has OS specific libraries :-( -- You received

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread Shawn Brown
> Now, I remain with only one issue: why does it give "Invalid memory > access of location 0x8 eip=0x4a8aeb". > > Any clue, what it could be? I have a similar environment -- OSX Leopard, GWT 2, Gxt 2.1. It's fine. A user on the GXT forums complained GXT2.1 and GWT didn't work so I tried the simp

Re: GWT 2.0 Upgrade Problem

2009-12-14 Thread Chris
> Have you tried deleting the war/MyApp directory, and performing an > unconditional reload of MyApp.html (hold down SHIFT and hit reload) in your > browser? I tried this and a new war/MyApp directory structure was created, this time with just the gwt directory and the files clear.cache.js, hoste

Re: Announcing GWT 2.0 and much, much more...

2009-12-14 Thread ATom
I so missing maven repository with has OS specific libraries :-( -- 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 googl

Re: Installing older GWT (1.7.x) version instead of GWT 2.0

2009-12-14 Thread ntdeaf
Never mind..I've found a similar question after I posted this... On 14 dec, 21:20, ntdeaf wrote: > Hi, > > Due to an attempt to use the latest version of GWT (2.0) but failing > because of my lack of knowledge of  the RPC mechanism, I removed the > GWT 1.7 plugin from ecli

How to view the the builtin-sever (jetty) console output in GWT 2.0 ?

2009-12-14 Thread Alberto
I am using Eclipse and the Google Plugin. With the new Development Mode I lost the possibility to view the output from the builtin-server so the errors that I get from my persistence layer are hidden. Is there a way to redirect the server's output to the Eclipse Console or an other way to see

Installing older GWT (1.7.x) version instead of GWT 2.0

2009-12-14 Thread ntdeaf
Hi, Due to an attempt to use the latest version of GWT (2.0) but failing because of my lack of knowledge of the RPC mechanism, I removed the GWT 1.7 plugin from eclipse (galileo). But I rather finish my current project first, before I dive in the new GWT version. But now I reinstalled ecplipse

Re: Announcing GWT 2.0 and much, much more...

2009-12-14 Thread Chris Ramsdale
Mark, With 2.0 behind us we'll be focusing some time and effort to address outstanding bugs as well as doing a little house cleaning within the issue tracker itself. In regards to the process used when determining when and what to fix, it honestly depends on the release. With 2.0, our focus was on

Re: GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-12-14 Thread Yozons Support on Gmail
I have no idea, unfortunately, since I'm not on OSX, and I'm using Java 6. Of course, you should not be using any RC versions anymore since 2.0 is officially out and they did fix the FF plugin fairly recently so it no longer crashes it. -- You received this message because you are subscribed to

Re: GWT 2.0 books

2009-12-14 Thread cmcg
Great - how much of an emphasis are you going to place on UiBinder? On Dec 2, 5:30 pm, FKereki wrote: > Personally, I'm authoring a book on GWT 2.0 for Addison Wesley; I > expect the Rough Cut to be available on Safari Books Online early next > year. -- You received this messa

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-14 Thread Zoltán Törteli
and of course the project name and access > > path had to be changed > > > As I tried, to delete the project, create a new one with the same name > > and copy the sources back. it did not work. > > Is it possible that eclipse stores the project lib and other date >

Re: Using our own server with GWT 2.0

2009-12-14 Thread Christian Goudreau
Thanks a lot ! Didn't know the arguments I needed, except for -noserver, but I knew it was the way ! I'll try this tonight Regards Christian On Mon, Dec 14, 2009 at 1:31 AM, Jan Ehrhardt wrote: > If you're using the Google Plugin, create a Web Application launch > configuration and add the foll

Re: GWT.log on GWT 2.0

2009-12-14 Thread Rajeev Dayal
ave just done the following: > > 1. Download the GWT 2.0 > 2. Call 'GWT.log("debug", null);' > 3. Run it on my Eclipse-Galileo > 4. Open Firefox 3.5.5 > 5. http://localhost:/foo.html. My page shows up as expected > 6. Turn on Firebug 1.4.5 > 7. Enab

Re: GWT 2.0 Upgrade Problem

2009-12-14 Thread Rajeev Dayal
Have you tried deleting the war/MyApp directory, and performing an unconditional reload of MyApp.html (hold down SHIFT and hit reload) in your browser? Do you mind posting the contents of your MyApp.html page? On Fri, Dec 11, 2009 at 5:50 PM, Chris wrote: > > What does the war dir structure loo

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-14 Thread Jason Parekh
gt; As I tried, to delete the project, create a new one with the same name > and copy the sources back. it did not work. > Is it possible that eclipse stores the project lib and other date > other location than .project adn .classpath ? > > Otherwise my app issues an "Invalid memory

Re: Eclipse, GWT 2.0 and Opening a browser

2009-12-14 Thread Miguel Méndez
an unused port" then the URL will be stable across restarts of the launch configuration. So, you should only need to do the copy/paste once and then simply reload the browser from there on out. On Wed, Dec 9, 2009 at 11:46 AM, Lee wrote: > Hi Everyone, > > Just upgraded to GWT

Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder "Field xxx has no corresponding field in template file yyy.ui.xml"

2009-12-14 Thread Jason Parekh
Hi Julien, Thanks for pointing this scenario out, I've opened http://code.google.com/p/google-web-toolkit/issues/detail?id=4353 to present a better error message for this. Hoxbro, as Julien mentioned, could you please let us know if the issue you're seeing is caused by this? Thanks, jason On Mo

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-14 Thread Addy
I cleanup after every build but since converting to 2.0, I started encountering intermittent Serialization exceptions even in production. I had to switch back 1.7. For production use, cleaning up browser cache is not an option as I cant tell all my users to do so. I guess I will have to wait a bit

Re: GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-12-14 Thread PaulG
What OS are people using? I'm running OS X 10.4 and I can't get the Firefox gwt-dev plugin to work at all. It crashes Firefox on startup. Does anyone know if it requires Java 6 rather than Java 5? (There is no Java 6 runtime for 10.4, btw). On Nov 19, 5:55 pm, Filipe Sousa wrote: > On Nov 19,

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-14 Thread Zoltán Törteli
he sources back. it did not work. Is it possible that eclipse stores the project lib and other date other location than .project adn .classpath ? Otherwise my app issues an "Invalid memory access of location 0x8 eip=0x4a8aeb" - if using gwt 2.0 (also I am using gxt 2.1.0 with it) As a note

Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder "Field xxx has no corresponding field in template file yyy.ui.xml"

2009-12-14 Thread Julien Ortega
Hi, I had the same problem and it was only a matter of buildpath. Your source folder in your buildpath can not have an "Included : **/ *.java" but "Included : (All)" because of the ui.xml files. Maybe you have the same problem ? On Dec 14, 9:47 am, hoxbro wrote: > Hi, > > Thanks for feedback and

Re: GWT 2.0: IE7 and PopupPanel still using IFrame hack.

2009-12-14 Thread Thomas Broyer
> issue, but in our case it is quite annoying. > > I guess this trick is no longer needed for IE7, so I was hoping that > it would be removed in GWT 2.0. > > So I created an issue in the tracker: > http://code.google.com/p/google-web-toolkit/issues/detail?id=4352 See my comments

Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder "Field xxx has no corresponding field in template file yyy.ui.xml"

2009-12-14 Thread hoxbro
Hi, Thanks for feedback and sorry for my late reply. > First, could you try forcing a clean build of your project? (Project > Clean) This will force a re-indexing of the UiBinder indices. A clean build removes Eclipse warnings. Stopping/Starting Development Mode does the same. > Also, could y

GWT 2.0: IE7 and PopupPanel still using IFrame hack.

2009-12-13 Thread David
, so I was hoping that it would be removed in GWT 2.0. So I created an issue in the tracker: http://code.google.com/p/google-web-toolkit/issues/detail?id=4352 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group,

Re: Using our own server with GWT 2.0

2009-12-13 Thread Jan Ehrhardt
If you're using the Google Plugin, create a Web Application launch configuration and add the following to parameters to the 'program arguments': -noserver -startupUrl http://localhost:8080/test/go

Using our own server with GWT 2.0

2009-12-13 Thread Christian Goudreau
Hello, I'm using PHP server side. I was used to GWT 1.7 and it was easy to use another server than the built in server. Now how do I set up Eclipse to use my PHP server instead of the default jetty ? Thanks ! Christian -- You received this message because you are subscribed to the Google Group

Re: Eclipse, GWT 2.0 and Opening a browser

2009-12-13 Thread Shawn Brown
> Just upgraded to GWT 2.0 in Eclipse and have been trying it out. One > thing that has been irritating me so far, is every time I run as a web > application in Development mode, having to re-open my browser and copy > & paste the URL (if I have previously closed the browser).

Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-13 Thread Sorinel C
Why do you have to change your code to manage the "gwt.codesvr" crap ? Do you know what's the 9997 port for? ...just use the "gwt.codesvr" in the URL of the browser when you launch the "developer mode" and you'll have the same result ... the point is that the 9997 is configurable and it can be cha

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-13 Thread Sorinel C
When a new version comes these are the standard steps to do: 1 - put the jars 2 - perform a full rebuild of the application 3 - clean up the browser cache 4 - clean up the "temp" folder, where the GWT is generating the compilation crap... 5 - run the application :-)) Cheers, Sorinel CRISTESCU --

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-13 Thread Sorinel C
It's simple ... hosted mode uses the default browser of your OS (windows ~ IE, linux ~ FF ). So, first of all clean up the browser cache ... then launch a full rebuild of the project after you change the libraries ... and the hosted mode will come back, as you knew it :-) BTW, better check out why

the compiled code throws cast exception in gwt 2.0 only but works in 1.7

2009-12-13 Thread ahhat...@gmail.com
I have just moved to gwt 2.0 from 1.7.1 Since the upgrade, I get a class cast exception only in production mode, which doesn't happen when compiled with 1.7.1 Is there any obvious reason for this, I will most probably spend a lng testing phase till I get to what exactly causes the exce

Re: No UIBinder Event Handers in GWT 2.0?

2009-12-13 Thread Transplant
On Dec 12, 11:01 pm, Sekhar wrote: > Add it as a widget: > > RootPanel.get().add(demo); Ok, great noob gotcha. I knew it was something simple. I should have been able to figure that out in spite of the the dom-based example code in the UiBinder intro docs which only applies to non-widget UiBin

Re: gwt 2.0 + apache + rpc pls help

2009-12-13 Thread ben fenster
? On 13 דצמבר, 16:17, ben fenster wrote: > how can you do someyhing like that  cross site requests gets > blocked??? > > On 13 דצמבר, 15:42, nacho wrote: > > > Why don't you use 2 different ports? > > > One for PHP and one for Java. > > > For example I have one ap

Re: gwt 2.0 + apache + rpc pls help

2009-12-13 Thread ben fenster
how can you do someyhing like that cross site requests gets blocked??? On 13 דצמבר, 15:42, nacho wrote: > Why don't you use 2 different ports? > > One for PHP and one for Java. > > For example I have one apache serving php in localhost:80 and one > tomcat serving java in localhost: > > On De

Re: gwt 2.0 + apache + rpc pls help

2009-12-13 Thread nacho
Why don't you use 2 different ports? One for PHP and one for Java. For example I have one apache serving php in localhost:80 and one tomcat serving java in localhost: On Dec 13, 10:18 am, ben fenster wrote: > ??? > > On 13 דצמבר, 02:07, ben fenster wrote: > > > > > pls can anyone help

Re: gwt 2.0 + apache + rpc pls help

2009-12-13 Thread ben fenster
??? On 13 דצמבר, 02:07, ben fenster wrote: > pls can anyone help > > On 12 דצמבר, 12:19, ben fenster wrote: > > > the urls are fine do i need any special configuration or special mods > > for apache i currently use standart apache in xamp > > > On 12 דצמבר, 11:41, Nicanor Cristian wrote: >

Re: GWT 2.0 + Netbeans

2009-12-13 Thread Saeed Zarinfam
I am working with GWT 2.0 in netbeans without using GWT4NB plugin. http://saeedzarinfam.blogspot.com/2009/03/gwt-16-on-netbeans-65.html -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to googl

Re: Eclipse, GWT 2.0 and Opening a browser

2009-12-13 Thread Lee
clipse.  That is definitely one of the features on our list though. > > On Wed, Dec 9, 2009 at 11:46 AM, Lee wrote: > > Hi Everyone, > > > Just upgraded to GWT 2.0 in Eclipse and have been trying it out. One > > thing that has been irritating me so far, is every time I run a

GWT Incubator update for GWT 2.0?

2009-12-12 Thread Timmy G
Anyone know when we can expect to see the incubator project get refreshed for GWT 2.0? -- 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

Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-12 Thread Zoltán Törteli
Dear All! On Mac, Eclipse 3.4 I have noticed a painful situation: 1. With GWT 1.7.1 create the starter app, and test it in Hosted mode. Works fine. 2. Switching to gwt 2.0 - and testing in dev mode, it sometimes does sometimes does not work for me I don't know why. 3. Switching back t

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread John
I have the same error in Hosted Mode. Production is fine. Making all my types implement IsSerializable fixes the problem, but I'd really rather not have to tie all my objects to GWT like that. P.S: Maybe unrelated, I get this warning with the IsSerializable fix. I'm getting multiple .rpc files in

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread tekgrunt
@Dop Sun Could you tell me which files were/are created by the old compiler? I have tried cleanign and refreshing a bunch of stuff but maybe I am missing something. Thanx. On Dec 12, 5:12 pm, Dop Sun wrote: > Thx John: > > The way I fixed it is a little bit different: > I deleted all files gene

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread tekgrunt
I am losing my mind... I just upgraded to GWT 2.0 on OSX 10.5 using Eclipse 3.5 App Engine SDK 1.2.8 and previously working server calls are now not working. When the application starts it grabs some data from the server and this is still working. When I try to have a user login I get the

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread Dop Sun
Thx John: The way I fixed it is a little bit different: I deleted all files generated by old compiler, and then, the problem disappeared. I guess, the problem is because the new compiler is different from the new compiler. Cheers. Dop On Dec 13, 4:47 am, John V Denley wrote: > FYI, I fixed this

Re: gwt 2.0 + apache + rpc pls help

2009-12-12 Thread ben fenster
pls can anyone help On 12 דצמבר, 12:19, ben fenster wrote: > the urls are fine do i need any special configuration or special mods > for apache i currently use standart apache in xamp > > On 12 דצמבר, 11:41, Nicanor Cristian wrote: > > > Check out the urls. > > > ben fenster wrote: > > > i

Re: GWT.log on GWT 2.0

2009-12-12 Thread Shawn Brown
> Where did the GWT.log() output go on GWT 2.0? I see it in the Developer Mode console under the tab for my app that appears after I hit "launch default browser". > What did I do wrong? Not sure but to log in firebug I use: http://code.google.com/p/gwt-log/ Shawn -- Y

Re: No UIBinder Event Handers in GWT 2.0?

2009-12-12 Thread Sekhar
Add it as a widget: RootPanel.get().add(demo); On Dec 12, 1:13 pm, Transplant wrote: > The GWT 2.0 announcement got me all excited about the UIBinder, but I > can't seem to make the demo event handlers function. Is there some > module XML magic required to enable this? I created

GWT.log on GWT 2.0

2009-12-12 Thread Pion
I have just done the following: 1. Download the GWT 2.0 2. Call 'GWT.log("debug", null);' 3. Run it on my Eclipse-Galileo 4. Open Firefox 3.5.5 5. http://localhost:/foo.html. My page shows up as expected 6. Turn on Firebug 1.4.5 7. Enable Firebug console 8. Refresh I

No UIBinder Event Handers in GWT 2.0?

2009-12-12 Thread Transplant
The GWT 2.0 announcement got me all excited about the UIBinder, but I can't seem to make the demo event handlers function. Is there some module XML magic required to enable this? I created a new eclipse GWT project, and added demo code from the source release, and although the demo widget

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread John V Denley
FYI, I fixed this as follows (the commented lines were the original code): //import java.io.Serializable; import com.google.gwt.user.client.rpc.IsSerializable; //public class LoginInfo implements Serializable { public class LoginInfo implements IsSerializable { On Dec 12, 12:27 am, Dop Sun wro

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread John V Denley
Actually, sorry, not sure ive got the SAME problem, I have: "com.google.gwt.user.client.rpc.SerializationException: Type 'com.ideba.net.client.LoginInfo' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.For security purposes, this typ

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread John V Denley
Yup, Ive got the same problem having just upgraded to 2.0.. G On Dec 12, 12:27 am, Dop Sun wrote: > While I upgraded my project settings to 2.0 (via Google Eclipse > Plugin), and have a runtime error while running in development mode: > > com.google.gwt.user.client.rpc.SerializationExcept

Re: gwt 2.0 + apache + rpc pls help

2009-12-12 Thread ben fenster
the urls are fine do i need any special configuration or special mods for apache i currently use standart apache in xamp On 12 דצמבר, 11:41, Nicanor Cristian wrote: > Check out the urls. > > ben fenster wrote: > > i am trying to run a project that include gwt as client side and rpc + > > php as s

Re: gwt 2.0 + apache + rpc pls help

2009-12-12 Thread Nicanor Cristian
Check out the urls. ben fenster wrote: > i am trying to run a project that include gwt as client side and rpc + > php as server side > the only webserver iknow capable of running all of those together is > apache but every time i try to call rpc i get an error of page not > found > > > > DOCTYPE H

Re: GWT 2.0 Using External Resources

2009-12-11 Thread fmk11
Thanks everybody, I got it. If someone encounters the same issue, this is what I did: 1) I'm using @Source as Thomas suggested. 2) Your css file should be in the classpath (I was trying to reference a css in my normal dir structure for that: /public/stylesheets, that does not work). On Dec 10,

gwt 2.0 + apache + rpc pls help

2009-12-11 Thread ben fenster
i am trying to run a project that include gwt as client side and rpc + php as server side the only webserver iknow capable of running all of those together is apache but every time i try to call rpc i get an error of page not found DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> 404 Not Found

Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread ziggystardust
Nice suggestion. Thanks. On Dec 11, 3:58 pm, Chris Ramsdale wrote: > We'll definitely update the sample project and doc, thanks for the good > find. > > The workaround will in fact work, but I might add a check for the existence > of the gwt.codesvr query param and, if present, add it's value to

GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-11 Thread Dop Sun
While I upgraded my project settings to 2.0 (via Google Eclipse Plugin), and have a runtime error while running in development mode: com.google.gwt.user.client.rpc.SerializationException: Type 'xxx' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom fie

Re: GWT 2.0 Upgrade Problem

2009-12-11 Thread Chris
> What does the war dir structure look like under your project root? > Does CA786633770B20A7881AAE6CBEB6.cache.html > exist anywhere? That file doesn't exist. The structure looks like the following: /MyApp/war/MyApp /MyApp/war/MyApp/gwt /MyApp/war/MyApp/14A43CD7E24B0A0136C2B8B20D6DF3C0.cache.

Re: gwt 2.0 pls help

2009-12-11 Thread ben fenster
i figured it out thanks alot :) On 11 דצמבר, 23:36, ben fenster wrote: > the name is  modulen ame + .html > > On 11 דצמבר, 21:15, Rajeev Dayal wrote: > > > What is the name of your host HTML page (which loads up the GWT Module)? > > Where is it located? > > > On Fri, Dec 11, 2009 at 2:13 PM, ben

Re: gwt 2.0 pls help

2009-12-11 Thread ben fenster
i figured it out thanks alot :) On 11 דצמבר, 21:15, Rajeev Dayal wrote: > What is the name of your host HTML page (which loads up the GWT Module)? > Where is it located? > > On Fri, Dec 11, 2009 at 2:13 PM, ben fenster wrote: > > no each one in a diffrent folder inside the war  the forlder is na

Re: gwt 2.0 pls help

2009-12-11 Thread ben fenster
the name is modulen ame + .html On 11 דצמבר, 21:15, Rajeev Dayal wrote: > What is the name of your host HTML page (which loads up the GWT Module)? > Where is it located? > > On Fri, Dec 11, 2009 at 2:13 PM, ben fenster wrote: > > no each one in a diffrent folder inside the war  the forlder is n

Gwt 2.0 unittest problem

2009-12-11 Thread Tóth Imre
I have few unittests, and some tests would not run, the message is the following. Remote test failed at 127.0.1.1 / Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1 java.lang.RuntimeException: Remote test failed at 127.0.1.1 / Mozilla/5.0 (Windows; U; Win

Re: GWT 2.0 Upgrade Problem

2009-12-11 Thread Chris Ramsdale
What does the war dir structure look like under your project root? Does CA786633770B20A7881AAE6CBEB6.cache.html exist anywhere? On Fri, Dec 11, 2009 at 3:58 PM, Chris wrote: > Hi > > > Are you using the Google Plugin for Eclipse? If you are, then it's not > > necessary to make any changes to

Re: GWT 2.0 Upgrade Problem

2009-12-11 Thread Chris
Hi > Are you using the Google Plugin for Eclipse? If you are, then it's not > necessary to make any changes to the main class - this is done for you > automatically by the plugin. Yes, I am. OK, that clears up some of the confusion. > What is the URL that you're hitting your application with whe

Re: Inconsistency (or a bug?) in application creation for GWT 2.0

2009-12-11 Thread Chris Ramsdale
In regards to the different artifacts that are produced by the webAppCreator utility and the Eclipse plugin; at its core the webAppCreator simply creates a skeleton web app that is not tied to a particular IDE. We do offer build targets that will allow you to more easily import your project into Ec

Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread Chris Ramsdale
We'll definitely update the sample project and doc, thanks for the good find. The workaround will in fact work, but I might add a check for the existence of the gwt.codesvr query param and, if present, add it's value to the redirect URL. For example: String gwtCodeSvrParam = Location.get

Re: Deprecation warning in all RPCs dealing with collections on GWT 2.0 RC2

2009-12-11 Thread Luis Fernando Planella Gonzalez
In fact, there is a very easy way to reproduce it: Just create a RPC method which returns List>. You'll see references for those deprecated collections. On 11 dez, 17:39, Luis Fernando Planella Gonzalez wrote: > Just found the answer, and luckily in my case it was simple to > solve > I have a

Re: Inconsistency (or a bug?) in application creation for GWT 2.0

2009-12-11 Thread jbdhl
Thanks. I guess the answers to c) and d) are c) by making the project use "Google Web Toolkit" as explained above. d) I guess I don't: If I make one initial compile using ant, the jar's will already be placed in WEB-INF/lib and a conventional GWT- button-compile will (probably) suffice. I st

Re: Deprecation warning in all RPCs dealing with collections on GWT 2.0 RC2

2009-12-11 Thread Luis Fernando Planella Gonzalez
Just found the answer, and luckily in my case it was simple to solve I have a subtype of List called PageImpl, which had another List containing the page items, plus the total count. Then (and I think is a problem in GWT compiler), the compiler resolves FocusListenerCollection, which extends Ar

Re: gwt 2.0 pls help

2009-12-11 Thread Rajeev Dayal
What is the name of your host HTML page (which loads up the GWT Module)? Where is it located? On Fri, Dec 11, 2009 at 2:13 PM, ben fenster wrote: > no each one in a diffrent folder inside the war the forlder is names > acording to the full package name of its module for instance module x > sits

Re: gwt 2.0 pls help

2009-12-11 Thread ben fenster
no each one in a diffrent folder inside the war the forlder is names acording to the full package name of its module for instance module x sits in war/bcom.bla.x On 11 דצמבר, 18:50, Rajeev Dayal wrote: > What files do you have in your war directory? > Are both modules listed as startup modules u

Re: GWT 2.0 Upgrade Problem

2009-12-11 Thread Rajeev Dayal
you're running in Web Mode instead of Development Mode. Do you know if your browser has the GWT Developer Plugin installed? On Fri, Dec 11, 2009 at 12:51 PM, Chris wrote: > Hi > > I've set up a brand new Mac with GWT 2.0 running under Eclipse > according to the in

Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread ziggystardust
Luis' suggestion offered a clue to what is going on here and I have managed to figure out what the problem is. The StockWatcher application is expanded in the example to include a Google Accounts login (i.e. LoginService). What this does is that when the module is loaded it checks to see if the use

GWT 2.0 Upgrade Problem

2009-12-11 Thread Chris
Hi I've set up a brand new Mac with GWT 2.0 running under Eclipse according to the instructions at (http://code.google.com/webtoolkit/ usingeclipse.html), and the template app runs fine. However, when I checked my own GWT project that ran fine under GWT 1.7, and followed the steps in

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Rajeev Dayal
However, we only log HTTP requests that result in an error. If you want to see the HTTP log messages in the Development Mode View, turn the log level up to TRACE in your launch configuration. > > Actually I really like gwt 2.0 and also the eclipse plugin rocks! The > UiBinder support is

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Rajeev Dayal
;> > USE_REMOTE_UI environment variable for the launch configuration, and set >> its >> > value to false. You can do this via the Environment tab for the launch >> > configuration. >> > >> > If you don't mind, can you tell us why you're not

Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread Jaroslav Záruba
>From time to time [eclipse.exe -clean] does the trick for me. On Dec 11, 4:34 pm, Chris Ramsdale wrote: > Are you able to hit breakpoints in Eclipse when debugging? > > On Fri, Dec 11, 2009 at 8:36 AM, ziggystardust wrote: > > The gwt.codesvr extention is on the URL. I simply copy the suggested

Re: how to resize a DockLayoutPanel pane using gwt 2.0 and uibinder

2009-12-11 Thread morte...@gmail.com
I just tried this (in 2.0GA), and I get errors in the generated code: ui.xml looks something like this: ... it complains about a type mismatch, when looking at the generated code it is obvious why but not how to fix it: public Widget createAndBindUi(final Trinity owner) {

Re: gwt 2.0 pls help

2009-12-11 Thread Rajeev Dayal
What files do you have in your war directory? Are both modules listed as startup modules under Project Properties -> Google -> Web Toolkit? On Fri, Dec 11, 2009 at 6:49 AM, ben fenster wrote: > m sorry 2 modules :) > > On 11 דצמבר, 13:14, ben fenster wrote: > > i have a project with to modules

Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder "Field xxx has no corresponding field in template file yyy.ui.xml"

2009-12-11 Thread Jason Parekh
Hey, Thanks for reporting this, definitely seems like a bug in the plugin. First, could you try forcing a clean build of your project? (Project > Clean) This will force a re-indexing of the UiBinder indices. Also, could you check your Eclipse log for any errors? The log file lives at your wor

Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread Chris Ramsdale
Are you able to hit breakpoints in Eclipse when debugging? On Fri, Dec 11, 2009 at 8:36 AM, ziggystardust wrote: > The gwt.codesvr extention is on the URL. I simply copy the suggested > given by the dev server and paste that into the browser. Problem > continues. > > On Dec 11, 9:19 am, Luis Fer

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Miguel Méndez
t; I liked the tabbing in the normal oophm window better, and there was a > > way to restart jetty (perhaps I just did not find it yet in Eclipse > > plugin. > > > > I also liked, that the debug info and the http request log was in a > > separate window. > > > >

Re: Deprecation warning in all RPCs dealing with collections on GWT 2.0 RC2

2009-12-11 Thread Ashar Lohmar
Hi I'm having the same kind of problem. in my app i use some libraries/object written in Java 1.4 style the objects implement Serializable but contain Lists or Maps which are declare without parameters i mean List instead of List, as the Java 1.4 requires and some RPC classes return this kind of o

GWT 2.0 - Problem with Eclipse plugin and UiBinder "Field xxx has no corresponding field in template file yyy.ui.xml"

2009-12-11 Thread hoxbro
Whenever I try to explore to possibilities with the new UiBinder, Eclipse tells me that e.g.: "Field button has no corresponding field in template file Mail.ui.xml". Even when I use the Eclipse Wizard "New UiBinder" the web app wont build or run in dev-mode. I have tried to import the Mail sample

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Jonas Huckestein
g in the normal oophm window better, and there was a > way to restart jetty (perhaps I just did not find it yet in Eclipse > plugin. > > I also liked, that the debug info and the http request log was in a > separate window. > > Actually I really like gwt 2.0 and also the eclip

Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread ziggystardust
The gwt.codesvr extention is on the URL. I simply copy the suggested given by the dev server and paste that into the browser. Problem continues. On Dec 11, 9:19 am, Luis Fernando Planella Gonzalez wrote: > Make sure you have ?gwt.codesvr=127.0.1.1:9997 at the end of the URL > in the browser. > Th

Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread Luis Fernando Planella Gonzalez
Make sure you have ?gwt.codesvr=127.0.1.1:9997 at the end of the URL in the browser. That's what makes it use development mode. Otherwise, it will just be the plain old web mode (now called production mode). On 11 dez, 10:46, ziggystardust wrote: > Been using GWT / App Engine and the Eclipse plug

GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread ziggystardust
Been using GWT / App Engine and the Eclipse plugin for some time now and just recently upgraded to 2.0. I reinstalled Eclipse (3.5), installed the plugin and the sdks. Setup the example StockWatcher app and everything runs fine. In dev mode however I have to recompile whenever i make a change in or

Re: Deprecation warning in all RPCs dealing with collections on GWT 2.0 RC2

2009-12-11 Thread Luis Fernando Planella Gonzalez
This issue is still present on GWT 2.0 final. I've made some tests: creating a new GWT project with Collections in RPC methods don't result in such code being inserted in the generated JavaScript. The point is: our project is quite huge, but I can confirm that there are no occurrences

Re: gwt 2.0 pls help

2009-12-11 Thread ben fenster
m sorry 2 modules :) On 11 דצמבר, 13:14, ben fenster wrote: > i have a project with to modules it compiles with no errors > when i try to run it after setting the module to run in run > configuration the development shows everything is ok but dont give me > any link that i can use for the browser

Re: Problems compiling internationalisation files with GWT 2.0

2009-12-11 Thread grandfatha
Changing the name of my interface and the properties files resolved at least my issue. No clue what was wrong with the old one... It simply disliked it. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to g

gwt 2.0 pls help

2009-12-11 Thread ben fenster
i have a project with to modules it compiles with no errors when i try to run it after setting the module to run in run configuration the development shows everything is ok but dont give me any link that i can use for the browser -- You received this message because you are subscribed to the Goog

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread István Szoboszlai
Eclipse plugin. I also liked, that the debug info and the http request log was in a separate window. Actually I really like gwt 2.0 and also the eclipse plugin rocks! The UiBinder support is awesome! Best - István On Thu, Dec 10, 2009 at 5:43 PM, Rajeev Dayal wrote: > If you want to use

Re: Eclipse, GWT 2.0 and Opening a browser

2009-12-11 Thread grandfatha
gin for > Eclipse.  That is definitely one of the features on our list though. > > > > On Wed, Dec 9, 2009 at 11:46 AM, Lee wrote: > > Hi Everyone, > > > Just upgraded to GWT 2.0 in Eclipse and have been trying it out. One > > thing that has been irritating

Re: Problems compiling internationalisation files with GWT 2.0

2009-12-11 Thread grandfatha
Since upgrading to 2.0, I can no longe compile my i18n files as well. The compiler complains for a missing key, although the interface/ properties files have not been altered and have worked under 1.5/1.6 and the latest 1.7.1 version. I basically cannot compile my app with 2.0. Here is the error f

Re: GWT 2.0 Mail sample runs ERROR in devmode

2009-12-10 Thread J.R
.R" wrote: > > > I got such errors while try to run Mail sample in GWT 2.0, both in > > FF3.5 and Chrome. > > Any one encountered this problem? > > > 00:01:08.455 [ERROR] Unable to load module entry point class > > com.google.gwt.sample.mail.client.Mail (see as

Re: Eclipse Plugin for GWT 2.0 release

2009-12-10 Thread zinkronz network
provided by GWT, define the > > USE_REMOTE_UI environment variable for the launch configuration, and set > its > > value to false. You can do this via the Environment tab for the launch > > configuration. > > > > If you don't mind, can you tell us why you&#

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-10 Thread Henry
t; >    - The hosted browser loads the host page (from the specified URL), > > > >    detects the existence of a GWT module (included as JavaScript) and > > > replaces > > > >    the JavaScript with the Java Code from the classpath. > > > > > The interesting poi

GWT 2.0 and FlexTable with

2009-12-10 Thread sbusch
I was having a heck of time using 1.x of GWT 1.x and FlexTable and trying to create a (vs ) row. This is important because if you roll your CSS correctly, you can set a style on the table level and the CSS will take of the rest. Try as I might, I could not get the CSS below to work. I can't seem t

<    3   4   5   6   7   8   9   10   11   12   >