Re: Major memory leak with RPC, Internet Explorer and GWT 2.0 (MS1 & MS2)

2009-12-04 Thread mrpantsuit
instead of the GWT Ext one, which seemed to reduce the IE leakage significantly. I don't know the leak is inherent to the GWT Ext progress bar, or perhaps I was just using it wrong. I also noticed that I was leaking XMLHttpRequests. I rebuilt with GWT 2.0 RC2, but the leak persisted. I&#x

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

Re: How to debug a gadget using GWT 2.0 RC2

2009-12-04 Thread flyingb...@gmail.com
debug on ur local comp? On Dec 3, 11:55 pm, 3ala2 wrote: > I want to debug a gadget in iGoogle. In GWT 1.7 I used to put the URL > ashttp://www.google.com/ig. Now there is no possibility to do so. The > gadget doesn't have an html file to debug in development mode using > internal server. I need

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

How to debug a gadget using GWT 2.0 RC2

2009-12-04 Thread 3ala2
I want to debug a gadget in iGoogle. In GWT 1.7 I used to put the URL as http://www.google.com/ig. Now there is no possibility to do so. The gadget doesn't have an html file to debug in development mode using internal server. I need the external server to be iGoogle. Is there a way to do so? So the

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

2009-12-04 Thread 3ala2
cified URL), >    detects the existence of a GWT module (included as JavaScript) and replaces >    the JavaScript with the Java Code from the classpath. > > The interesting point is, that the text field to specify the URL is removed > from the GWT tab in the web app launch configuration (p

Re: GWT 2.0 books

2009-12-04 Thread Nian Zhang
I expect too. On Dec 3, 8:30 am, 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 message because you are subscribed to the Google Groups "

Re: Very slow DevMode on Mac Leopard with GWT 2.0 RC2

2009-12-04 Thread jd
Also, the slowdown for me seems to be across the board. Right now my CPU is very high and the busy thread is doing this: Daemon Thread [Code server for rooms from Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.15) Gecko/2009101600 Firefox/ 3.0.15 on http://localhost:/?gwt.cod

Re: Very slow DevMode on Mac Leopard with GWT 2.0 RC2

2009-12-04 Thread jd
I am also using Leopard and the "hang" is over a minute before anything starts to happen. On Dec 4, 4:45 am, jvictor wrote: > DevMode starts up quickly as you would expect inside the new eclipse > console window and I receive the url to copy and paste into the > browser.  The issue occurs as soon

Re: Very slow DevMode on Mac Leopard with GWT 2.0 RC2

2009-12-03 Thread jvictor
DevMode starts up quickly as you would expect inside the new eclipse console window and I receive the url to copy and paste into the browser. The issue occurs as soon as I connect to DevMode from any browser. Specifically, the browser seems to "hang" for about 20 seconds and will then come back t

Re: Major memory leak with RPC, Internet Explorer and GWT 2.0 (MS1 & MS2)

2009-12-03 Thread Chris Ramsdale
gt; Rob > > > > On Nov 13, 2:18 pm, Rob wrote: > > > > > > > > > I've been trying out one of my existing apps with GWT 2.0 to see what > > > advantages it has and have noticed a majormemoryleakwhen using RPC > > > with Internet Explorer 8.

Re: Very slow DevMode on Mac Leopard with GWT 2.0 RC2

2009-12-03 Thread Chris Ramsdale
Where are you seeing the slowness? Is it confined to initial module load (of a specific app maybe) or are you experiencing speed degradation across the board? On Thu, Dec 3, 2009 at 7:02 AM, jvictor wrote: > Is anyone else experiencing *extremely* slow DevMode on a mac? I'm > using Leopard 10.5

Re: Major memory leak with RPC, Internet Explorer and GWT 2.0 (MS1 & MS2)

2009-12-03 Thread mrpantsuit
ail?id=4229 > > Issue 4133 was raised almost a month ago but doesn't seem to have been > acknowledged yet - would anyone from the GWT team care to comment ? > > Cheers > Rob > > On Nov 13, 2:18 pm, Rob wrote: > > > > > I've been trying out one of my exis

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

2009-12-03 Thread Jan Ehrhardt
etects the existence of a GWT module (included as JavaScript) and replaces the JavaScript with the Java Code from the classpath. The interesting point is, that the text field to specify the URL is removed from the GWT tab in the web app launch configuration (plugin version for GWT 2.0 RC2). So the q

Very slow DevMode on Mac Leopard with GWT 2.0 RC2

2009-12-03 Thread jvictor
Is anyone else experiencing *extremely* slow DevMode on a mac? I'm using Leopard 10.5.8 with all of the updates and running DevMode with 64 bit Java 6. I experience the same slowness when using 32 bit Java 5 as well. I'm using 2.0 RC 2 and experience the problem using firefox 3.5.5 and safari.

Re: GWT 2.0 books

2009-12-02 Thread FKereki
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 message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send emai

Re: GWT 2.0 - startupUrl field

2009-12-02 Thread Andrey
But what if I have two .html pages: index.html - the gwt entry page and error.html - for servlet errors like 404. Plugin may erroneously choose error.html as a start page. It is not difficult to set -startupUrl of course, but it would be more conveinent to have a field for a main page. On 30 ноя,

GWT 2.0 books

2009-12-01 Thread cmcg
Is anyone aware of new books coming out that discuss GWT 2.0? Thanks! -- 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, sen

Re: gwt 2.0 rc2 - which junit? 3 or 4?

2009-12-01 Thread Arthur Kalmenson
I just tried running it in either JUnit4 or TestNG and that doesn't seem to be possible. Looks like for now you have to just start issue 1683: http://code.google.com/p/google-web-toolkit/issues/detail?id=1683 -- Arthur Kalmenson On Tue, Dec 1, 2009 at 3:14 PM, Marko Vuksanovic wrote: > I was j

gwt 2.0 rc2 - which junit? 3 or 4?

2009-12-01 Thread Marko Vuksanovic
I was just looking at the improvements related to GwtTestCase in Gwt2.0 and I was wondering which JUnit framework should I use now? Is it ok to use JUnit4? or should I still use JUnit3? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To po

Re: Roadmap for GWT 2.0

2009-12-01 Thread Jeff Chimene
On Tue, Dec 1, 2009 at 6:43 AM, Feldman, Nir wrote: > Hi, > > Is there any estimations regarding the date of the release of GWT 2.0? > > Any rough estimation will do it (month / 3 months / 6 months)… > > > > Thanks, > > Nir > If you're considerin

Re: Roadmap for GWT 2.0

2009-12-01 Thread flyingb...@gmail.com
it should be soon because they are at rc2. usually after rc2 it is the final which usually is in 2 weeks On Dec 1, 5:43 am, "Feldman, Nir" wrote: > Hi, > Is there any estimations regarding the date of the release of GWT 2.0? > Any rough estimation will do it (month /

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

2009-12-01 Thread Chris Ramsdale
sion of GWT and GPE were you using to previously build your application? On Tue, Dec 1, 2009 at 1:56 AM, Jan Ehrhardt wrote: > I'm using the Web App launch configuration and the plugin version, which is > linked on the GWT 2.0 RC2 wiki page > http://code.google.com/p/googl

Roadmap for GWT 2.0

2009-12-01 Thread Feldman, Nir
Hi, Is there any estimations regarding the date of the release of GWT 2.0? Any rough estimation will do it (month / 3 months / 6 months)... Thanks, Nir [cid:image001.gif@01CA729D.0B545AB0] Nir Feldman Release Control R&D Team Leader Hewlett-Packard Company +972-3-5399896 Phone +97

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

2009-11-30 Thread Jan Ehrhardt
I'm using the Web App launch configuration and the plugin version, which is linked on the GWT 2.0 RC2 wiki page http://code.google.com/p/google-web-toolkit/wiki/GWT_2_0_RC Regards Jan Ehrhardt On Mon, Nov 30, 2009 at 4:07 PM, Chris Ramsdale wrote: > As a follow-up, are you using Web Ap

Re: GWT 2.0 RC2

2009-11-30 Thread Chris Ramsdale
On Mon, Nov 30, 2009 at 12:30 PM, Gabriel Thiesen wrote: > Hello guys, > > I have the most weird problem in history (Dramatic han? ). Well, the > thing is, My application just don't work in IE 6, 7 and 8 and the only > lead i could really find was a "Can't execute from a freed script". No > javas

Re: GWT 2.0 - startupUrl field

2009-11-30 Thread Rajeev Dayal
Previously, specifying the startupURL would cause the Hosted Browser to open up and navigate to this address by default. With the new Development Mode, the Development Mode debugging session is started by having the user enter the URL in their (real) brower's address bar. So, the startupURL is real

GWT 2.0 RC2

2009-11-30 Thread Gabriel Thiesen
Hello guys, I have the most weird problem in history (Dramatic han? ). Well, the thing is, My application just don't work in IE 6, 7 and 8 and the only lead i could really find was a "Can't execute from a freed script". No javascript errors show up, besides this one that i was able to find usng th

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

2009-11-30 Thread Chris Ramsdale
your build.xml > file under the "gwtc" target: > > > > > What other error are you seeing when specifying the "codeServerPort"? > > > On Mon, Nov 30, 2009 at 5:59 AM, Jan Ehrhardt > wrote: > >> Hi, >> >> I'm currently look

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

2009-11-30 Thread Chris Ramsdale
rverPort"? On Mon, Nov 30, 2009 at 5:59 AM, Jan Ehrhardt wrote: > Hi, > > I'm currently looking how our existing project can be updated to GWT 2.0 > when it's released, but I'm running into some trouble. > > We use Eclipse with the Google plugin and currently

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

2009-11-30 Thread Jan Ehrhardt
Hi, I'm currently looking how our existing project can be updated to GWT 2.0 when it's released, but I'm running into some trouble. We use Eclipse with the Google plugin and currently we've got one web project, which will be started as a web project running on an Eclipse

Re: Compile in GWT 2.0

2009-11-30 Thread Thomas Broyer
On Nov 30, 2:18 am, Lúcio Camilo wrote: > Is there any button in the plugin for GWT 2 like was in Hosted Mode at GWT > 1.7 to compile the code? The "compile/run" has been removed from DevMode, you have to use the Compiler to compile your code. (or "ant build" or "ant gwtc", with the .ant.xml tha

Themes in GWT 2.0 RC2

2009-11-29 Thread Benju
Are the themese in GWT 2.0 going to create a default look and feel for layoutpanel widgets? I have noticed that inheriting the default themes does not affect the look of the following... DockLayoutPanel, , SplitLayoutPanel, StackLayoutPanel, TabLayoutPanel Is this something that will be added

Re: Compile in GWT 2.0

2009-11-29 Thread FKereki
In the Eclipse toolbar, you should have a red toolbox icon that means "GWT Compile Project". On Nov 29, 11:18 pm, Lúcio Camilo wrote: > Is there any button in the plugin for GWT 2 like was in Hosted Mode at GWT > 1.7 to compile the code? -- You received this message because you are subscribed t

Compile in GWT 2.0

2009-11-29 Thread Lúcio Camilo
Is there any button in the plugin for GWT 2 like was in Hosted Mode at GWT 1.7 to compile the code? -- 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 fr

Re: GWT 2.0 - startupUrl field

2009-11-28 Thread Filipe Sousa
On Nov 28, 11:03 am, Andrey wrote: > Hello! > > Why is startupUrl field removed from run configuration in RC2? > For example, I use a servlet as a main page, GWT plugin obviously > cannot determine the servlet's url itself and gives me incorrect url > by default. > Now I need to set -startupUrl in

GWT 2.0 - startupUrl field

2009-11-28 Thread Andrey
Hello! Why is startupUrl field removed from run configuration in RC2? For example, I use a servlet as a main page, GWT plugin obviously cannot determine the servlet's url itself and gives me incorrect url by default. Now I need to set -startupUrl in program arguments. It would be better if your r

Re: Some gwt.xml elements, unneeded in GWT 2.0?

2009-11-27 Thread Jamie Gennis
on ie6 to be included with your compiled files just by having your module the standard theme. Jamie On Fri, Nov 27, 2009 at 6:17 PM, fker...@gmail.com wrote: > Are the and elements in the gwt.xml file still > needed with GWT 2.0? If I understand it correctly, servlet definitions > go

Some gwt.xml elements, unneeded in GWT 2.0?

2009-11-27 Thread fker...@gmail.com
Are the and elements in the gwt.xml file still needed with GWT 2.0? If I understand it correctly, servlet definitions go in the web.xml file, and the public directory is war/WEB-INF, so are the gwt.xml definitions needed, or are they a legacy of older GWT versions? -- You received this message

Re: GWT 2.0 R2, implementation of CssResource css();

2009-11-27 Thread Thomas Broyer
On Nov 27, 3:50 am, Ewald Pankratz wrote: > I'm too stupid to understand how all the things are connected. I tried > to find out where the abstract methode css() is implemented. It's in > Mail sample of GWT 2.0 R2. > >   interface GlobalResources extends Client

GWT 2.0 R2, implementation of CssResource css();

2009-11-26 Thread Ewald Pankratz
I'm too stupid to understand how all the things are connected. I tried to find out where the abstract methode css() is implemented. It's in Mail sample of GWT 2.0 R2. interface GlobalResources extends ClientBundle { @NotStrict @Source("global.css") CssResourc

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: After compilation of StockWatcher example, GWT 2.0

2009-11-24 Thread Andreas Mueller
Hi Zamy, what do you want to see? Stockwatcher in action or the generated javascript files? To see the application in action in web mode open StockWatcher.html instead of hosted.html. To see it in hosted mode run the build script: ant hosted If you like to see the generated javascript files look

Re: GWT 2.0 RC1 deRPC fails on App Engine?

2009-11-23 Thread Kabe
> > > On Mon, Nov 23, 2009 at 3:34 PM, Kabe wrote: > >> This still doesn't work. I can't use the new RPC system in GWT 2.0 with >> AppEngine. I would love to get an idea if this is intended, and the new RPC >> system will not work with AppEngi

Re: GWT 2.0 RC1 deRPC fails on App Engine?

2009-11-23 Thread Chris Ramsdale
You can track progress on this issue here: http://code.google.com/p/google-web-toolkit/issues/detail?id=4185 App Engine deRPC support will be available in a post 2.0 release. On Mon, Nov 23, 2009 at 3:34 PM, Kabe wrote: > This still doesn't work. I can't use the new RPC system in

Re: GWT 2.0 RC1 deRPC fails on App Engine?

2009-11-23 Thread Kabe
This still doesn't work. I can't use the new RPC system in GWT 2.0 with AppEngine. I would love to get an idea if this is intended, and the new RPC system will not work with AppEngine, or if this is a bug that can be filed/tracked. Kabe On Sat, Nov 21, 2009 at 9:23 AM, Tristan wr

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,

After compilation of StockWatcher example, GWT 2.0

2009-11-23 Thread Zamy
Hi all! Initially, excuse me if you will find my questions a bit stupid, i'm very noob :D After the compilation of the example named StockWatcher, done successfully, i saw all the correct file in the directory generated. But, i have a dubt, and the tutorial isn't so clear at this point: i want to

Re: GWT 2.0 Development Mode: Can't Load Page

2009-11-23 Thread Zamy
java:345) at com.google.gwt.dev.shell.BrowserChannelServer.run (BrowserChannelServer.java:192) at java.lang.Thread.run(Unknown Source) ) On 20 Nov, 19:29, spatters71 wrote: > I'm trying to run the sample GWT 2.0 Applications. I can't seem to get > the development

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

Re: GWT 2.0 Javascript IE Crash

2009-11-23 Thread Charlie M
I raised an issue for this a few days ago. http://code.google.com/p/google-web-toolkit/issues/detail?id=4258 I have just worked out what causing it. Its a mistake in my code UI XML. I had a colon in the width value. IE was throwing an exception where as Firefox and Chrome were simply ignoring it.

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

GWT 2.0 serialization policy file

2009-11-21 Thread Oleg K.
Hi all. I have the following problem. My project tries to use GWT RPC. It has one jar in dependency libs which contain several model classes. All of that classes implements Serializable and IsSerializable interfaces (one of that classes is CHAttrGroup). That jar also includes .java files with so

Re: GWT 2.0 Development Mode: Can't Load Page

2009-11-21 Thread Chris Ramsdale
Are there any errors being logged to your Console window? Are you able to get a successful connection when running "ant devmode" from the command line? On Fri, Nov 20, 2009 at 1:29 PM, spatters71 wrote: > I'm trying to run the sample GWT 2.0 Applications. I can't seem t

Re: GWT 2.0 RC1 deRPC fails on App Engine?

2009-11-21 Thread Tristan
x27;t get server side to > work because 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 instea

Re: GWT 2.0 RC1 deRPC fails on App Engine?

2009-11-21 Thread Tristan
Don't know if it is the same problem.. but are you initializing GAE to run in your application configuration? I couldn't get server side to work because when configuring a custom Java Application Configuration, since Web Application doesn't work with GWT 2.0 because it is now

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

GWT 2.0 Development Mode: Can't Load Page

2009-11-20 Thread spatters71
I'm trying to run the sample GWT 2.0 Applications. I can't seem to get the development mode to work. When I hit the Run button in Eclipse, I get the GWT Development Mode Window, and it says: "00:00:01.674 [INFO] Waiting for browser connection to http://localhost:/DynaTable.h

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: GWT 2.0 Javascript IE Crash

2009-11-20 Thread jd
I wonder if this is the bug that I am also seeing. I am running 2.0RC2 and in IE6 also get an Illegal Argument error when I run it as compiled JS. From hosted mode this exception is thrown com.google.gwt.core.client.JavaScriptException: (Error): Invalid argument. number: -2147024809 description

Re: GWT 2.0 Javascript IE Crash

2009-11-20 Thread jd
One more thing of note is that DevMode in Eclipse then starts to take close to 100% CPU. -- 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 gro

Select(listbox) box with custom selection image arrow in GWT 2.0

2009-11-20 Thread mnenchev
Hi, Is it possible to create select(list) box with custom image for the selection arrow? the standard gwt list box does not use any resources so i think it can't be customized for that, so i need to create my own widget? Regards. -- You received this message because you are subscribed to the Goo

Re: GWT 2.0 Javascript IE Crash

2009-11-20 Thread Charlie M
issue for this? Also, do you happen to have a the > snippet of Java code that is resulting in the above JS? > > > > On Mon, Nov 16, 2009 at 9:51 AM, Charlie M wrote: > > Hi All, > > > I have been recently testing out GWT 2.0 currently from the 2.0 branch > > of

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

Re: GWT 2.0 + Netbeans

2009-11-19 Thread Aekold
Yes, gwt4nb is working with GWT 2.0 as you can see by Description of GWT4NBV2.6.9 on their downloads page. -- 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...@googlegrou

GWT 2.0 + Netbeans

2009-11-19 Thread MN
i see there is a eclipse plugin. and some write with the gwt 2.0 milestone you need the eclipse plugin to get it work is there also a netbeans plugin from google planned? is 2.0 working with the exisiting GWT4NB plugin? -- You received this message because you are subscribed to the Google

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: @SingleJsoImpl in GWT 2.0??

2009-11-18 Thread MonkeyMike
t 3:25 PM, MonkeyMike wrote: > > Dear GWT 2.0 developers, > > >   I noticed the latest announcement about GWT 2.0, Milestone 2, > > here... > > >http://groups.google.com/group/google-web-toolkit/browse_thread/threa... > > > ...and I noticed that it do

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: @SingleJsoImpl in GWT 2.0??

2009-11-18 Thread Chris Ramsdale
The functionality that you are looking for is in 2.0. The compiler simply figures it out, so there's no need for an explicit annotation. - Chris On Wed, Nov 18, 2009 at 3:25 PM, MonkeyMike wrote: > Dear GWT 2.0 developers, > > I noticed the latest announcement about GWT 2.

@SingleJsoImpl in GWT 2.0??

2009-11-18 Thread MonkeyMike
Dear GWT 2.0 developers, I noticed the latest announcement about GWT 2.0, Milestone 2, here... http://groups.google.com/group/google-web-toolkit/browse_thread/thread/15f20608f0a73b73 ...and I noticed that it does not make any mention of the @SingleJsoImpl feature, which is described here

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

Where to get GWT 2.0 browser blugins for offline usage

2009-11-18 Thread Aekold
Hi All! GWT 2.0 requires browser plugin to debug application. Is there any code hosting or downloads repository where I can get those plugins to reinstall them on demand event without connecting to the internet? -- You received this message because you are subscribed to the Google Groups

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 Javascript IE Crash

2009-11-17 Thread Chris Ramsdale
Would you mind entering an issue for this? Also, do you happen to have a the snippet of Java code that is resulting in the above JS? On Mon, Nov 16, 2009 at 9:51 AM, Charlie M wrote: > Hi All, > > I have been recently testing out GWT 2.0 currently from the 2.0 branch > of the SV

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
I too would love to have a 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, > > I noticed that Bruce has created a page GWT 2.0 RC

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

Re: Gwt 2.0 trunk and Eclipse

2009-11-16 Thread Chris Ramsdale
We've confirmed that this issue has been resolved in the RC bits that we are currently testing. The RC should be available very soon. In the meantime you can switch back to MS2 or use your own custom Java launch config. Let us know if you go down the custom launch config path and need some help. -

Re: Gwt 2.0 trunk and Eclipse

2009-11-16 Thread Mark Renouf
Has there been any updates on fixing this? I confirmed I have the latest GAE plugin and still have the problem. I'm hoping once the RC comes out there will be an updated. If it was open source I would patch the Eclipse plugin instead of GWT, but oh well. On Nov 9, 10:07 am, misterln2 wrote: >

GWT 2.0 Javascript IE Crash

2009-11-16 Thread Charlie M
Hi All, I have been recently testing out GWT 2.0 currently from the 2.0 branch of the SVN although I have also tried Milestone 2. My app works fine in Chrome and Firefox in both development and hosted modes. When I try and run it in IE 6, 7 or 8 it complains of Javascript errors. It complains of

<    5   6   7   8   9   10   11   12   >