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 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: Error on Dev mode startup in GWT 2.0.rc1

2009-12-07 Thread balachandra maddina
Im running on Windows Vista and Java 1.6.0_03 and eclipse Galileo. On Tue, Dec 8, 2009 at 1:51 AM, Chris Ramsdale wrote: > What OS and version of Java are you running? > > > On Fri, Dec 4, 2009 at 12:24 PM, balachandra maddina > wrote: > >> Im not sure weather this is a code error, following is

Re: Error on Dev mode startup in GWT 2.0.rc1

2009-12-07 Thread Chris Ramsdale
What OS and version of Java are you running? On Fri, Dec 4, 2009 at 12:24 PM, balachandra maddina wrote: > Im not sure weather this is a code error, following is the error sequence > > 1. start the app in development mode > 2. now at this point there are two tabs in the console 1. development mod

Re: Error on Dev mode startup in GWT 2.0.rc1

2009-12-04 Thread balachandra maddina
Im not sure weather this is a code error, following is the error sequence 1. start the app in development mode 2. now at this point there are two tabs in the console 1. development mode 2. jetty 3. click on the jetty mode 4. here the jetty log has two messages at the bottom a. [WARN] Server r

Re: Error on Dev mode startup in GWT 2.0.rc1

2009-12-04 Thread Chris Ramsdale
It would be helpful if you could provide some snippet of source code that you believe is causing the problem here. Is it happening in your onModuleLoad(), is your onModuleLoad() even being called? With more info we'll be in a better position to offer up solutions. Thx. On Fri, Dec 4, 2009 at 9:59

Error on Dev mode startup in GWT 2.0.rc1

2009-12-04 Thread balachandra maddina
Hi There, Im getting following exception when i start my app in development mode. what could be the problem here? Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at com.google.gwt.dev.shell.log.SwingTreeLogger$LogEvent.getFullText(SwingTreeLogger.java:180) at com.google

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-24 Thread Julien Ortega
ross can invalidate some weak refs.  This > has been fixed in the trunk and 2.0 branches. > > > > > > On Tue, Nov 24, 2009 at 2:27 AM, Julien Ortega wrote: > > I suspect a problem between SpringMVC and GWT 2.0 rc1. Within the same > > projet, same class path, if I lo

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-24 Thread Miguel Méndez
request comes across can invalidate some weak refs. This has been fixed in the trunk and 2.0 branches. On Tue, Nov 24, 2009 at 2:27 AM, Julien Ortega wrote: > I suspect a problem between SpringMVC and GWT 2.0 rc1. Within the same > projet, same class path, if I load my app from a static html f

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-24 Thread Julien Ortega
I suspect a problem between SpringMVC and GWT 2.0 rc1. Within the same projet, same class path, if I load my app from a static html file it works but if I load my app with a generated html from freemarker and springMVC I've got a "[ERROR] [gwtdemo] Unable to find 'gwtdemo.g

GWT 2.0 RC1 developer mode, macosx, eclipse plugin 1.2 RC

2009-11-24 Thread P.G.Taboada
Hi, I tried to run my project under gwt 2.0 rc1 - but I can't get it up and running. The Safari browser complains it cannot find the plugin (and yes, I have downloaded the dmg and installed the safari plugin) and firefox complains it cannot connect to the hosted mode server. Since the br

Re: GWT 2.0 RC1 deRPC fails on App Engine?

2009-11-23 Thread Kabe
ause when configuring a custom Java Application Configuration, >>> > since Web Application doesn't work with GWT 2.0 because it is now >>> > DevMode and not HostedMode. To get GAE up, we need to pass a "-server" >>> > argument so that GAE runs inste

Re: GWT 2.0 RC1 deRPC fails on App Engine?

2009-11-23 Thread Chris Ramsdale
to pass a "-server" >> > argument so that GAE runs instead of plain old Jetty. I haven't gotten >> > an answer from anyone what that -server argument should be. >> > >> > Tristan >> > >> > On Nov 18, 11:01 pm, Kabe wrote: >>

Re: GWT 2.0 RC1 deRPC fails on App Engine?

2009-11-23 Thread Kabe
server" > > argument so that GAE runs instead of plain old Jetty. I haven't gotten > > an answer from anyone what that -server argument should be. > > > > Tristan > > > > On Nov 18, 11:01 pm, Kabe wrote: > > > > > I'm trying to use

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-23 Thread Youen
I'll investigate on the problem (if you have any ideas ...i'll take them). On 23 nov, 17:29, Youen wrote: > Ok in eclipse it's written that it is the default Mac OS X JDK, so it > should be the _15 version. > > I make further tests and : >  - Breakpoints work on a project from scrath! >  - Breakp

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-23 Thread Youen
Ok in eclipse it's written that it is the default Mac OS X JDK, so it should be the _15 version. I make further tests and : - Breakpoints work on a project from scrath! - Breakpoints do not work with my 2 main (big) gwt project. The main difference with my 2 project is that the main html file

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-23 Thread Jason Parekh
Hi Youen, Could you also make sure the launch configuration is using 1.6.0_15? It could be the case that your default JDK is _15, but when the launch config was created, it was using _14. Have breakpoints every work for you in this project? How about more generally in other projects in Eclipse?

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-23 Thread Youen
Hi, I a using 1.6.0_15. The result of java -version java version "1.6.0_15" Java(TM) SE Runtime Environment (build 1.6.0_15-b03-219) Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-90, mixed mode) By the way, I am on mac with snow leopard and the last version (10.6.2). Youen On 23 nov, 16:

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-23 Thread Jason Parekh
Hi Youen, Which version of Java are you using? There was an issue where breakpoints would not catch on JDK 1.6.0_14. You can check the version being used under: - Run > Run configurations - Expand Web Application on the side bar - Select one of its children, click on the JRE tab jason On Mon,

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

2009-11-23 Thread Filipe Sousa
On Nov 19, 10:27 pm, Yozons Support on Gmail wrote: > I wish I had a fixed way to make it happen, but it seems like I get a few > different scenarios. > > Sometimes, after lots of code changes while the debugger is running, when I > save the client .java file in Eclipse and it's compiled, FF will

Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-23 Thread Youen
Hi, I'm testing GTW 2.0 RC1 and I don't know how to debug (in eclipse) when i am in development mode. I set some breakpoints, I run in eclipse debug mode and I use firefox 3.5, but it seems that the breakpoints are not catch. Does someone make it work or am I missing someting ? Regards, -- Yo

Re: GWT 2.0 RC1 deRPC fails on App Engine?

2009-11-21 Thread Tristan
d of plain old Jetty. I haven't gotten > an answer from anyone what that -server argument should be. > > Tristan > > On Nov 18, 11:01 pm, Kabe wrote: > > > I'm trying to use deRPC of GWT 2.0 RC1 on App Engine and i'm getting > > the following exception.

Re: GWT 2.0 RC1 deRPC fails on App Engine?

2009-11-21 Thread Tristan
DevMode and not HostedMode. To get GAE up, we need to pass a "-server" argument so that GAE runs instead of plain old Jetty. I haven't gotten an answer from anyone what that -server argument should be. Tristan On Nov 18, 11:01 pm, Kabe wrote: > I'm trying to use deRPC of GWT

GWT 2.0 RC1 deRPC fails on App Engine?

2009-11-21 Thread Kabe
I'm trying to use deRPC of GWT 2.0 RC1 on App Engine and i'm getting the following exception. Is this because sun.misc.Unsafe is unavailable on App Engine (i'm not sure it isn't, but it seems possible)? Seems strange that GWT 2.0 RPC would not work on App Engine. Did i fail to

Re: cross site linker in GWT 2.0 RC1 vs trunk

2009-11-20 Thread John O'Conner
OK, so all I can say is "bonehead mistake." After deleting my entire copy of the trunk code and checking out a "fresh" copy of the entire code base, my compilation errors for xs mode disappeared. One troublesome point that I also discovered was that the default build.xml file for a sample project

Re: GWT 2.0 RC1 deRPC fails on App Engine?

2009-11-20 Thread Kabe
Maybe i should ask, has anyone been able to get GWT 2.0 RC1 deRPC to work with App Engine? I couldn't, but maybe i did something wrong so i would love to hear if someone got it working. Kabe On Wed, Nov 18, 2009 at 9:01 PM, Kabe wrote: > I'm trying to use deRPC of GWT 2

Re: GWT 2.0 RC1 deRPC fails on App Engine?

2009-11-20 Thread Kabe
Anyone with any insight into this? has anyone gotten deRPC to work on AppEngine? On Wed, Nov 18, 2009 at 9:01 PM, Kabe wrote: > I'm trying to use deRPC of GWT 2.0 RC1 on App Engine and i'm getting > the following exception. Is this because sun.misc.Unsafe is > unavailable

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

2009-11-20 Thread Yozons Support on Gmail
Great. I figured it must be known since it's rather routine -- it'll crash after every few code change/test cycles, but I can't "make it crash" yet. But it's always after reloading FF after making changes that no doubt cause a server reload or something. -- You received this message because you

Re: cross site linker in GWT 2.0 RC1 vs trunk

2009-11-19 Thread Chris Ramsdale
John, Trunk should definitely compile standard apps with the xs linker. Let me take a look at this tomorrow morning and I'll get back to you. - Chris On Thu, Nov 19, 2009 at 8:23 PM, John O'Conner wrote: > Anyone have any ideas about this? If my question is too vague or ill- > formed, please

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

2009-11-19 Thread br...@google.com
The FF 3.5 crash (assuming you're seeing the same thing we are) is definitely a known thing, and it's a very high priority bug. On Nov 19, 5:27 pm, Yozons Support on Gmail wrote: > I wish I had a fixed way to make it happen, but it seems like I get a few > different scenarios. > > Sometimes, afte

Re: cross site linker in GWT 2.0 RC1 vs trunk

2009-11-19 Thread John O'Conner
Anyone have any ideas about this? If my question is too vague or ill- formed, please let me know. I'm curious about your answers to this and want to make the question as easy to respond to as possible. Thanks again! On Nov 19, 12:51 am, "John O'Conner" wrote: > I noticed that the XSTemplate.js

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

2009-11-19 Thread Yozons Support on Gmail
I wish I had a fixed way to make it happen, but it seems like I get a few different scenarios. Sometimes, after lots of code changes while the debugger is running, when I save the client .java file in Eclipse and it's compiled, FF will crash. Other times, it's when I click RELOAD after making chan

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

2009-11-19 Thread Chris Ramsdale
The terminate option in the Debug pane will behave just as it has in 1.7 and will terminate you application (thus terminating all open browser sessions). The new Web Application Debug View provides information regarding each browser session that is currently open. Thus is you were connected via FF,

GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-11-19 Thread Open eSignForms
I am not sure why, but it seems after I start/stop debugging sessions one or two times, FF will crash when I try to launch a new debug session. I do submit the bug report when FF prompts, so not sure if that gets to anybody who can help resolve it. One thing I'm not clear about is when I need to

cross site linker in GWT 2.0 RC1 vs trunk

2009-11-19 Thread John O'Conner
I noticed that the XSTemplate.js file is differs between 2.0 RC1 and the trunk (specifically r7021). I am wondering what the implications are. In RC1, the XSTemplate.js (the cross-site linker template for the selection/landing js file) loads the target js file with a document.write("

Re: GEP 1.1.2 GWT 2.0 rc1 error Unknown argument: -style Google Web Toolkit 2.0.0-rc1

2009-11-18 Thread Trevor Skaife
I guess I should have read this http://code.google.com/p/google-web-toolkit/wiki/GWT_2_0_RC so nevermind. On Nov 18, 3:07 pm, Trevor Skaife wrote: > Trying to run dev mode from GEP 1.1.2  with 2.0 rc1 I get this error > > Unknown argument: -style > Google Web Toolkit 2.0.0-rc1 > > I haven't had

GEP 1.1.2 GWT 2.0 rc1 error Unknown argument: -style Google Web Toolkit 2.0.0-rc1

2009-11-18 Thread Trevor Skaife
Trying to run dev mode from GEP 1.1.2 with 2.0 rc1 I get this error Unknown argument: -style Google Web Toolkit 2.0.0-rc1 I haven't had any problems with ms1 or ms2. Seems when you try to run you project as a web application with GEP 1.1.2 it automatically adds a -style attribute which no longer

Re: GWT 2.0 RC1 - Mail Sample display blank on IE browser in "Quirks Mode"

2009-11-18 Thread Hekke
They're using the new layout panels, which can only be expected to work in standards mode. On 18 Nov., 09:16, shiang wrote: > Hi, > > I tried the Mail Sample in GWT 2.0 RC1 and encountered the followings: > -- > for Internet Explo

GWT 2.0 RC1 - Mail Sample display blank on IE browser in "Quirks Mode"

2009-11-18 Thread shiang
Hi, I tried the Mail Sample in GWT 2.0 RC1 and encountered the followings: -- for Internet Explorer: When run with this doctype: "Quirks Mode" Result: IE displays nothing but a blank page. When run with this: Standard Mode: Result:

Re: GWT 2.0 RC1

2009-11-17 Thread Allahbaksh
look at the wave ui source code as it seems > > > to be exactly the style of app i'd like to write. > > > We need to turn GWT from a toolkit to a framework. > > > > On Nov 17, 7:16 am, Allahbaksh wrote: > > > > > Hi GWT Team, > > > >

Re: GWT 2.0 RC1

2009-11-17 Thread Cristiano
write. > > We need to turn GWT from a toolkit to a framework. > > > On Nov 17, 7:16 am, Allahbaksh wrote: > > > > Hi GWT Team, > > > > I noticed that Bruce has created a page GWT 2.0 RC. But I am not able > > > to find GWT 2.0 RC1. Is is due on 17th e

Re: GWT 2.0 RC1

2009-11-17 Thread Nathan Wells
te: > > > > > Hi GWT Team, > > > I noticed that Bruce has created a page GWT 2.0 RC. But I am not able > > to find GWT 2.0 RC1. Is is due on 17th early morning? > > > Bruce one more request if Google guys can open Google Wave UI Source > > code

Re: GWT 2.0 RC1

2009-11-17 Thread Kango_V
. But I am not able > to find GWT 2.0 RC1. Is is due on 17th early morning? > > Bruce one more request if Google guys can open Google Wave UI Source > code then it would great. That is amazingly fast application with all > functionality which I would desire in any great web applicati

GWT 2.0 RC1

2009-11-16 Thread Allahbaksh
Hi GWT Team, I noticed that Bruce has created a page GWT 2.0 RC. But I am not able to find GWT 2.0 RC1. Is is due on 17th early morning? Bruce one more request if Google guys can open Google Wave UI Source code then it would great. That is amazingly fast application with all functionality which