Re: GWT hosted mode crashing after update

2009-11-16 Thread Kyle Hayes
:35 am, Rob Tanner wrote: > Hi, > > I was running along last week just perfectly with the GWT Eclipse > plugin v1.7.1 and Eclipse 3.5.1 on an Mac running Snow Leopard. This > morning I installed an update bring Safari to v4.0.4 and the OS to > 10.6.2.  Now hosted mode cras

GWT hosted mode crashing after update

2009-11-16 Thread Rob Tanner
Hi, I was running along last week just perfectly with the GWT Eclipse plugin v1.7.1 and Eclipse 3.5.1 on an Mac running Snow Leopard. This morning I installed an update bring Safari to v4.0.4 and the OS to 10.6.2. Now hosted mode crashes with the error: Invalid memory access of location 0010

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-16 Thread Danny
Hi, Is there also a fix available for GWT 1.6+ ? My Eclipse project gives an error saying that the when using the WAR layout you must use the GWT 1.6 or later. Thkx, D. On Nov 14, 4:10 pm, hugues wrote: > On 12 nov, 18:39, hugues wrote: > > > On 12 nov, 13:35, Daniel Kurka wrote: > > > > I fo

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-11-16 Thread Rajeev Dayal
rg.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381) >at org.mortbay.io.nio.SelectChannelEndPoint.run > (SelectChannelEndPoint.java:396) >at org.mortbay.thread.BoundedThreadPool$PoolThread.run > (BoundedThreadPool.java:442) > > I am running from Eclipse Galileo, on a Mac, GWT

Re: Problems with 1.7.1 -noserver hosted mode on Linux

2009-11-16 Thread Jeff Chimene
The general trend seems to be that GWT no longer works reliably with the xulrunner (which provides hosted mode support on Linux) in recent versions ot Ubuntu. If possible, please try GWT 2.0 MS2. It's quite stable, and has lots of Shiny. Dropping xulrunner in place of OOPHM is really the wa

Re: Problems with 1.7.1 -noserver hosted mode on Linux

2009-11-16 Thread bysse
I've managed to replicate the problem in a small project. As soon as i add the richfaces filter to web.xml it stops working from the hosted mode browser. It still works in FF though... On Nov 5, 1:22 pm, bysse wrote: > Thanks for the suggestions, i didn't receive any notification

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-11-15 Thread Stephen Graham
keeping the cookies for the hosted mode browser? On Nov 2, 11:45 pm, Rodrigo wrote: > Hi, > > Same here. > > GXT does use cookies for storing theme related things. > > See:http://www.extjs.com/deploy/gxtdocs/com/extjs/gxt/ui/client/state/Sta... > > It seems it is writing th

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-14 Thread hugues
On 12 nov, 18:39, hugues wrote: > On 12 nov, 13:35, Daniel Kurka wrote: > > > I found a very UGLY solution to my problem (which enables me to continue > > working). > > > I replaced in LowLevelSaf.java public static native void gcUnprotect(int, > > int); to public static void gcUnprotect(int, i

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Casey
The downgrading doesn't work for me. I'm running Snow Leopard and when I try to select my hard drive for installation it says that I must have version 10.5.8 or newer installed. Any thoughts? On Nov 13, 10:36 am, jtyrrell wrote: > Hey All, > > If you are having this issue and want to downgrade ba

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Stefan
Hey Daniel, thank's for your workaround, it works for me, too! However, I get some errors in the hosted mode browser about wrong method signatures in the classes DOMImplIE8.java and HistoryImplTimer.java of the jar file gwt-user.jar. :Stefan On 12 Nov., 12:35, Daniel Kurka wrote: > I

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread jtyrrell
Hey All, If you are having this issue and want to downgrade back to 4.0.3 I have added the files here, http://populationjim.com/2009/11/13/downgrade-safari-from-404-to-get-gwt-working/ Cheers, Jim On Nov 14, 2:26 am, eric73 wrote: > Thanks a lot for your Jar Fix ! > > Why it so ugly ? > > Eric

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Mike T
Ugly fix or not it worked for me. Thanks!!! On Nov 13, 9:23 am, Mark wrote: > Many thanks Daniel, this works for me. > > -mark > > On Nov 12, 12:35 pm, Daniel Kurka wrote: > > > > > I found a very UGLY solution to my problem (which enables me to continue > > working). > > > I replaced in LowLev

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread eric73
Thanks a lot for your Jar Fix ! Why it so ugly ? Eric -- 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-to

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Mark
Many thanks Daniel, this works for me. -mark On Nov 12, 12:35 pm, Daniel Kurka wrote: > I found a very UGLY solution to my problem (which enables me to continue > working). > > I replaced in LowLevelSaf.java public static native void gcUnprotect(int, > int); to public static void gcUnprotect(int

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Olaf Steinicke
Daniel thanks a lot for the fast bug fix! Pretty ugly indeed, but as long as it works that shouldn't bother me. Hope the guys from Apple will soon Re-fix their Safari 4.0.4 fix... Cheers! > If you run into the same problem you can download a fixed gwt-dev.jar from > here: > > http://www.daniel-k

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread JK
Thanks for the jar! It works here as well. On Nov 12, 1:35 pm, Daniel Kurka wrote: > I found a very UGLY solution to my problem (which enables me to continue > working). > > I replaced in LowLevelSaf.java public static native void gcUnprotect(int, > int); to public static void gcUnprotect(int, in

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread hugues
On 12 nov, 13:35, Daniel Kurka wrote: > I found a very UGLY solution to my problem (which enables me to continue > working). > > I replaced in LowLevelSaf.java public static native void gcUnprotect(int, > int); to public static void gcUnprotect(int, int) {} I've built a file for GWT 1.5.3 on that

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Xavi Mensa
Thanks for the JAR Daniel, it works here. -- 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.

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Casey
I installed the OSX update 10.6.2 I can start the hosted mode > > anymore. I get a Invalid memory access: > > > Im suspecting the safari update from 4.0.3 to 4.0.4 to be responsible. > > Anyone any hints? > > > Invalid memory access of location 0010 eip=969cf77b >

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread JeanV
I can confirm that I have the same problem since upgrading to Safari 4.0.4. Help is needed on this one On Nov 12, 10:10 am, Daniel wrote: > After I installed the OSX update 10.6.2 I can start the hosted mode > anymore. I get a Invalid memory access: > > Im suspecting the safari

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Glimpse
The old version is not in the classpath, since I've replaced the JAR by the one you provided. On 12 nov, 15:54, Daniel Kurka wrote: > > Glimpse: > > please check if you have your old version of gwt-dev is not in the classpath > anymore :9 > maybe thats the problem... -- You received this messag

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Daniel Kurka
> > Glimpse: > please check if you have your old version of gwt-dev is not in the classpath anymore :9 maybe thats the problem... -- 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...@goog

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Glimpse
Thank you for the JAR! But on my system, it doesn't work: Hosted mode started to display my application, but crashed one second later. Any idea? On 12 nov, 12:35, Daniel Kurka wrote: > I found a very UGLY solution to my problem (which enables me to continue > working). > &

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Daniel Kurka
I found a very UGLY solution to my problem (which enables me to continue working). I replaced in LowLevelSaf.java public static native void gcUnprotect(int, int); to public static void gcUnprotect(int, int) {} causing the invalid access This is not a real fix, just a very nasty workaround If yo

Re: Hosted Mode: Limit on number of External Stylesheets?

2009-11-11 Thread Thomas Broyer
On 11 nov, 23:07, Erik Uzureau wrote: > I am debugging some style related issues with my application and I'm > noticing that some of my stylesheets are not getting loaded. > > I have a ton of them (40 or so*) and no matter what I do, it seems > like only 31 of them get loaded. Never 32, 31. Alwa

Hosted Mode: Limit on number of External Stylesheets?

2009-11-11 Thread Erik Uzureau
I am debugging some style related issues with my application and I'm noticing that some of my stylesheets are not getting loaded. I have a ton of them (40 or so*) and no matter what I do, it seems like only 31 of them get loaded. Never 32, 31. Always 31. Has anyone else seen this? Erik * I rea

hosted mode and proxy

2009-11-10 Thread nick_name
During hosted mode development, i want to forward my requests to another server. is it possible to configure the jetty similar to apache's mod_proxy? Or do I have to write a proxy servlet? --~--~-~--~~~---~--~~ You received this message because you are subsc

Hosted Mode 404 error

2009-11-10 Thread kodaVonnor
Hello, I am a new GWT developer and am running through the Quick Start instructions. I created the MyApplication.html "Hello World" type app per the instructions. When I run in Hosted Mode I get the server popup Hosted Mode / Port 8080 window with the following in the console pa

Re: hosted mode problem with gwt 2m2

2009-11-10 Thread Saeed Zarinfam
Hi I solved my problem !!! I cleared IE cache and history then solved 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 google-web-toolkit@googlegr

Re: hosted mode problem with gwt 2m2

2009-11-10 Thread Saeed Zarinfam
Hi I think GWT 2 IE plug-in damage (or change) to those *.dll that SWT work with it. I uninstalled that plug-in but my problem did not fix. I cannot run any GWT 1.7 projects in my computer. please help me. --~--~-~--~~~---~--~~ You received this message because y

hosted mode problem with gwt 2m2

2009-11-10 Thread Saeed Zarinfam
Hi I wanted to test GWT 2 on my computer. I installed IE plug-in for GWT 2. after my test was finished. when i start my old program (written in GWT 1.7) i receive this error: [ERROR] Invalid version number "2" passed to external.gwtOnLoad(), expected "1.6"; your hosted mode b

Re: Socket permission on Hosted Mode

2009-11-04 Thread Isaac Truett
riented database), and it use > sockets to connect the database server. Besides my application works running > in apache tomcat, when a try to runs on Hosted Mode I got the error: > Caused by: java.lang.NoClassDefFoundError: java.net.Socket is a restricted > class. Please see the Google  

Fwd: Socket permission on Hosted Mode

2009-11-04 Thread Tarlis Portela
Hi all, My GWT application use Db4o (some object oriented database), and it use sockets to connect the database server. Besides my application works running in apache tomcat, when a try to runs on Hosted Mode I got the error: Caused by: java.lang.NoClassDefFoundError: java.net.Socket is a

Socket permission on Hosted Mode

2009-11-04 Thread Tarlis Portela
Hi all, My GWT application use Db4o (some object oriented database), and it use sockets to connect the database server. Besides my application works running in apache tomcat, when a try to runs on Hosted Mode I got the error: Caused by: java.lang.NoClassDefFoundError: java.net.Socket is a

Re: GWT 1.7 Hosted mode Wont create GWT widgets

2009-11-04 Thread Fabio
wrote: > I'm facing the same problem, with Eclipse 3.4 on Windows XP. Was > working with it last 4 weeks, and suddenly, Hosted Mode stopped > working. > > This occurs even if I try to create a new Blank Google Web > Application, and even if I do this in a new workspace (I only no

Re: GWT 1.7 Hosted mode Wont create GWT widgets

2009-11-04 Thread Fabio
I'm facing the same problem, with Eclipse 3.4 on Windows XP. Was working with it last 4 weeks, and suddenly, Hosted Mode stopped working. This occurs even if I try to create a new Blank Google Web Application, and even if I do this in a new workspace (I only not tested reinstall eclipse).

hosted mode picks up old web.xml

2009-11-04 Thread hasan
Hi I made a change in my web.xml file. I changed the name of my server side service and correspondingly updated the web.xml file with the new servlet info and deleted the old one. My app compiles and launches just fine. Though when the new servlet is eventually called via a rpc call from the clie

Funny 404 warning in hosted mode window

2009-11-04 Thread Sagar
I started getting these funny 404 warning messages in my hosted mode log window anyone knows what they are? there are a 100s of these 404 warnings. dose GWT makes these calls? 404 - GET /cvs/ (null) 1390 bytes 404 - GET /cgi-bin/yabb/YaBB.cgi (null) 1407 bytes 404 - GET /cgi-bin/yabb/YaBB.pl

Re: GWT 1.7 Hosted mode Wont create GWT widgets

2009-11-03 Thread Martin Hutchinson
If you are using Linux and Ext then this could be the problem: http://code.google.com/p/google-web-toolkit/issues/detail?id=1997 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to

Re: StockWatcher User Service Google Account login only works in hosted mode

2009-11-03 Thread Bryce Thomas
> out with the LoginService.  I'm currently working through the tutorial > page athttp://code.google.com/webtoolkit/tutorials/1.6/appengine.html > and am up to "3. Personalize the application with the User Service". > I've followed on with the code for all of thi

StockWatcher User Service Google Account login only works in hosted mode

2009-11-03 Thread Bryce Thomas
t with the LoginService. I'm currently working through the tutorial page at http://code.google.com/webtoolkit/tutorials/1.6/appengine.html and am up to "3. Personalize the application with the User Service". I've followed on with the code for all of this section and have tested it

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-11-03 Thread Rodrigo
Hi, Same here. GXT does use cookies for storing theme related things. See: http://www.extjs.com/deploy/gxtdocs/com/extjs/gxt/ui/client/state/StateManager.html It seems it is writing the cookies many times on the file @localhost[1].txt. After deleting this file my application seems to work. I

Re: hosted mode crash in Linux

2009-10-30 Thread tskaife
ct 29, 7:56 am, simon wrote: > > > > > I got hosted mode crashed when starting a simple sample project > > created by webAppCreator > > > ArchLinux: (uname -a) > > Linux myhost 2.6.30-ARCH #1 SMP PREEMPT Fri Jul 31 18:10:38 UTC 2009 > > i686 Intel(R) Core(TM

Re: hosted mode crash in Linux

2009-10-30 Thread getaceres
 am, simon wrote: > I got hosted mode crashed when starting a simple sample project > created by webAppCreator > > ArchLinux: (uname -a) > Linux myhost 2.6.30-ARCH #1 SMP PREEMPT Fri Jul 31 18:10:38 UTC 2009 > i686 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz GenuineIntel GNU/Linux >

Re: Problems with 1.7.1 -noserver hosted mode on Linux

2009-10-29 Thread mike_mac
ngrade to at > least .14 Search this list for the JDK version. It's been discussed several > times. > > On Wed, Oct 28, 2009 at 2:33 AM, bysse wrote: > > > I'm having huge problems getting hosted mode to work under Linux with > > the -noserver flag. The module

hosted mode crash in Linux

2009-10-29 Thread simon
I got hosted mode crashed when starting a simple sample project created by webAppCreator ArchLinux: (uname -a) Linux myhost 2.6.30-ARCH #1 SMP PREEMPT Fri Jul 31 18:10:38 UTC 2009 i686 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz GenuineIntel GNU/Linux GWT: 1.7.1 for linux Java (java -version

Re: hosted mode works but not in IE/firefox...

2009-10-29 Thread golfdude
Ignore my prev question. --~--~-~--~~~---~--~~ 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-toolkit@googlegroups.com To unsubscribe from this group, send email

Re: hosted mode works but not in IE/firefox...

2009-10-28 Thread golfdude
Thanks, Jason. I debugged the issue yesterday by commenting out portions of the UI code etc. But good to know about "-style". I use "compile/browse" of the hosted browser to compile. Can this setting be set for the hosted browser also ? Or do I have to use a build script ( ant ) to do the compile

Re: hosted mode works but not in IE/firefox...

2009-10-28 Thread Jason Essington
You'll want to compile with -style PRETTY to see what "g" really is. The default obfuscated code is not going to help you debug at all. -jason On Oct 28, 2009, at 8:19 AM, golfdude wrote: > > > gwt 1.7... > > I have an app which works fine in hosted mode b

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-10-28 Thread Rajeev Dayal
Hm, I would have expected that to work. Can you verify that when this problem happens, you have large cookies in the directories that you tried to clear? I believe that the Vista cookies directory is: C:\Users\ your user name\AppData\Roaming\Microsoft\Windows\Cookies 2009/10/17 lain > > > My s

Re: hosted mode works but not in IE/firefox...

2009-10-28 Thread Kriptonis Azullis
Try to debug in hosted mode, is 'g' a variable you use? check it it is always initialized, even if some error situation occurs. Maybe a callback is failing and your onSuccess isn't firing, or something similar. Just throwing possibilities here. On Oct 28, 2:19 pm, golfdude w

Re: Problems with 1.7.1 -noserver hosted mode on Linux

2009-10-28 Thread Jeff Chimene
scussed several times. On Wed, Oct 28, 2009 at 2:33 AM, bysse wrote: > > I'm having huge problems getting hosted mode to work under Linux with > the -noserver flag. The module entry point is never called and no > error message is show / logged. I've tried to start it through bo

hosted mode works but not in IE/firefox...

2009-10-28 Thread golfdude
gwt 1.7... I have an app which works fine in hosted mode but when I compile/ browse to Minefield/firefox, I get my first login screen and on logging in, I get an empty screen. When I look in the browser error console, I just see an error "g is null". I tried debugging in firebug but t

Problems with 1.7.1 -noserver hosted mode on Linux

2009-10-28 Thread bysse
I'm having huge problems getting hosted mode to work under Linux with the -noserver flag. The module entry point is never called and no error message is show / logged. I've tried to start it through both the maven plugin and the eclipse plugin with the same results. The project works

Re: GWT.log listener in hosted mode

2009-10-27 Thread al.hicks
thats great thanks for the help. cheers, alan. On Oct 27, 3:45 pm, Thomas Broyer wrote: > On 25 oct, 18:29, "al.hicks" wrote: > > > Hello, > > > I am looking for some help. I want to be able to listen to the GWT.log > > messages that are output in th

Re: GWT.log listener in hosted mode

2009-10-27 Thread Thomas Broyer
On 25 oct, 18:29, "al.hicks" wrote: > Hello, > > I am looking for some help. I want to be able to listen to the GWT.log > messages that are output in the hosted mode console and use them in > another application. Currently I am only interested in doing this > local

Re: GWT.log listener in hosted mode

2009-10-26 Thread Sudeep S
Hi Alan, You can use gwt_log or i_log for remote logging gwt logger. Thanks Sudeep On Sun, Oct 25, 2009 at 10:59 PM, al.hicks wrote: > > Hello, > > I am looking for some help. I want to be able to listen to the GWT.log > messages that are output in the hosted mode console

GWT.log listener in hosted mode

2009-10-25 Thread al.hicks
Hello, I am looking for some help. I want to be able to listen to the GWT.log messages that are output in the hosted mode console and use them in another application. Currently I am only interested in doing this locally. My thoughts are that the simplest way to achieve this is to some how write

Cross-side hosted mode not yet implemented

2009-10-22 Thread alx
Hi, After upgrading from gwt 1.5 to 1.6.4, the following message appear when running the app: cross-side hosted mode not yet implemented.See issue http://code.google.com/p/google-web-toolkit/issues/detail?id=2079 What kind of problem could be

Re: Google Eclipse Plugin issue w/ GWT 1.7.1 and hosted mode

2009-10-22 Thread cretz
hosted browser via ant scripts and see if I can determine whether it's > a plugin issue or a hosted mode issue. > > If the source was available for the plugin, I'd find the issue > myself :-) > > Thanks > > On Oct 22, 10:55 am, Keith Platfoot wrote: > > > Hi C

Re: Google Eclipse Plugin issue w/ GWT 1.7.1 and hosted mode

2009-10-22 Thread cretz
ect and you > switch workspaces this still occurs. I will manually execute the > hosted browser via ant scripts and see if I can determine whether it's > a plugin issue or a hosted mode issue. > > If the source was available for the plugin, I'd find the issue > myself

Re: Google Eclipse Plugin issue w/ GWT 1.7.1 and hosted mode

2009-10-22 Thread cretz
gin has an idea of an html name that belongs to a project and you switch workspaces this still occurs. I will manually execute the hosted browser via ant scripts and see if I can determine whether it's a plugin issue or a hosted mode issue. If the source was available for the plugin, I'd f

Re: Google Eclipse Plugin issue w/ GWT 1.7.1 and hosted mode

2009-10-22 Thread Keith Platfoot
to 'index.html' and then ran each (one at a time, of course) by right-clicking each HTML file and selecting Run As -> Web Application. Each application started up in hosted mode as expected. If I then open the launch configurations dialog, I see 2 new launch configurations, each na

Google Eclipse Plugin issue w/ GWT 1.7.1 and hosted mode

2009-10-21 Thread cretz
I am posting here before I post an issue to the tracker to see if anyone has run across it. I am using Eclipse 3.4.2, but I doubt it's specific to an Eclipse version. Basically, if you have two unrelated Web Application projects in the same workspace that have the same HTML filename then running a

Re: Hosted mode hanging 4 out of 10times

2009-10-21 Thread John V Denley
have periods of time when I get this problem over and over and over again, but usually I find that it eventually sorts itself out without me doing anything, I just keep trying to restart hosted mode, and eventually it kicks in by going to the correct url There are suggestions around (not sure

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-10-17 Thread lain
> My suspicion is that there is some sort of cookie problem You are completely right. Now my application works fine without any configurations (because cookies expiration date has come, I think), so this bug was really a problem with cookies. But this problem may occur again in the future. =( If

Re: Mutiple EntryPoint Modules in Hosted Mode under Eclipse? is it Possible?

2009-10-16 Thread Davis Ford
e mvn gwt:run -DrunTarget=package.namespace.App1/App1.html I should be able to switch URLS between the two apps in hosted mode. It is possible, you just have to make sure all apps are compiled. On Fri, Oct 16, 2009 at 2:10 PM, Romeo Sanchez wrote: > Yes, this is what I want to do. I was h

Re: GWT 1.7 Hosted mode Wont create GWT widgets

2009-10-16 Thread ravvap
nt) problem > ...http://groups.google.com/group/google-web-toolkit/browse_thread/threa... > > Try running the app in hosted mode from the command line ... if it > works you can simply launch it from inside eclipse as a java app. > I know it doesn't solve your problem but it m

Hosted Mode Browser won't show controls in Windows Vista

2009-10-16 Thread Iqbal Yusuf Dipu
Hi, I'm using Windows VISTA at home and Windows XP at work. My GWT Hosted Mode Browser will not show any GWT controls in VISTA but they show up fine in XP. Has anyone run into this problem? Thanks. Iqbal Yusuf Dipu --~--~-~--~~~---~--~~ You received this me

Re: Mutiple EntryPoint Modules in Hosted Mode under Eclipse? is it Possible?

2009-10-16 Thread Romeo Sanchez
Yes, this is what I want to do. I was hoping we could do it directly from hosted mode. I do not know if I understood well, but what you are basically saying is that We can not run an application/project that involves multiple modules, each one having a different entrypoint in hosted mode? Did I

Hosted mode an double slashes

2009-10-16 Thread Thomas Holmes
I have a GWT app which works great when I setup the war file and deploy to my Tomcat Server. However, I created a new GWT app and moved my old application to this .. that way I can setup hosted mode. When I try to run my app in Hosted Mode, my server class has an additional slash .. So

Re: Mutiple EntryPoint Modules in Hosted Mode under Eclipse? is it Possible?

2009-10-15 Thread Davis Ford
Hi, I'm not sure you can do this in hosted mode, but I had a similar situation that I solved, and now it is a set and forget. To be up front -- I am a maven bigot. I think Ant is fine if it is done right, but maven makes my life so much easier that I use it for all new projects. That sa

Re: Mutiple EntryPoint Modules in Hosted Mode under Eclipse? is it Possible?

2009-10-15 Thread Ian Bambury
Just shout if you get stuck. It's one of those situations where you just need to get it working and then you can ignore it, if you get it working, you don't actually need to *understand* it :-) Ian http://examples.roughian.com 2009/10/15 Romeo Sanchez > Thanks a lot for your help. I am going

Re: Mutiple EntryPoint Modules in Hosted Mode under Eclipse? is it Possible?

2009-10-15 Thread Romeo Sanchez
now that I can deploy first project B somewhere, and use HTTP POST >> requests or something alike in Project A to transmit my data to the deployed >> Project B. However, I would like to be able to run the whole thing in hosted >> mode, in other words, to be able to simulate the envi

Re: Run in hosted mode and web.xml

2009-10-15 Thread Brian
org/gwt-maven-plugin/user-guide/war-folder.html I want to go with solution 1 on that page, but I'm wary of inline deployments... it depends on how granular the svn:ignore settings would have to be. I also don't completely understand the claimed benefit of using different web.xml deploy

Re: Mutiple EntryPoint Modules in Hosted Mode under Eclipse? is it Possible?

2009-10-15 Thread Ian Bambury
ct B to fulfill one of its goals. > > I know that I can deploy first project B somewhere, and use HTTP POST > requests or something alike in Project A to transmit my data to the deployed > Project B. However, I would like to be able to run the whole thing in hosted > mode, in other words

Re: Mutiple EntryPoint Modules in Hosted Mode under Eclipse? is it Possible?

2009-10-14 Thread Romeo Sanchez
that I can deploy first project B somewhere, and use HTTP POST requests or something alike in Project A to transmit my data to the deployed Project B. However, I would like to be able to run the whole thing in hosted mode, in other words, to be able to simulate the environment during development

Re: Mutiple EntryPoint Modules in Hosted Mode under Eclipse? is it Possible?

2009-10-14 Thread Ian Bambury
for the > Main module when I did this change. So, I had to add the Security > module as a "Required project on the build path" of the Main module. > This step removed any problems in compilation time. > > So, I proceed to run the Main module. When, I ran the project, only > one

Mutiple EntryPoint Modules in Hosted Mode under Eclipse? is it Possible?

2009-10-14 Thread RSN
I ran the project, only one single Hosted-mode browser window opened. And, these are the problems encountered: - The single browser window contained elements (buttons, textboxes, etc) from both of the modules. So, I could see all html elements in a single window. First questions: Is this t

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-10-14 Thread Rajeev Dayal
As an FYI, I think the default buffer size on Jetty 6 is 8k, so your current setting will not change anything. However, you should really not need to modify Jetty's parameters in this way. Do you have any idea as to why your request header could be more than 8k in size? Can you compile your app, an

changing font-size in Google sample Mail.css has no apparent effect in hosted mode...

2009-10-14 Thread Grary
the window in hosted mode. >From this, should I understand something deeper about interacting with .css with GWT in hosted mode? Thanks for any comment, Grary --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &quo

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-10-13 Thread lain
OS is Windows Vista (Business edition). > Do you know if GXT sets some sort of > cookie? Is your application code setting cookies? I don't work with cookies in code, my task can be made without low- level programming. In general, I did not expect that I will configure jetty... But... It is demo

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-10-12 Thread Rajeev Dayal
What OS are you running on? My suspicion is that there is some sort of cookie problem (though I know that you tried to clear your cookies). Do you know if GXT sets some sort of cookie? Is your application code setting cookies? How did you try and clear the cookies? On Sat, Oct 10, 2009 at 8:07 AM,

GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-10-10 Thread lain
Two days ago I - set up a last version of Eclipse (eclipse-jee-galileo, v 3.5) - install plugins: App Engine SDK (1.2.5) and GWT SDK (gwt 1.7.1) - add library GXT 2.0.1 Using this tools, I start developing web-app. First time it works fine, but yesterday it unexpectedly fails!!! Hosted browser sh

Re: hosted mode debugging with -noserver in eclipse

2009-10-09 Thread mike_mac
jars manually. Being able to make a change and just hit refresh is awesome ! On Oct 8, 4:38 pm, Keith Platfoot wrote: > Hi Mike, > I think your issue has to do with certain changes made to GWT in version > 1.6.  Before 1.6, the GWTShell class was used to launch applications in > hosted m

2.0 m1 Duplicate Signature class loading issue in Hosted Mode Console

2009-10-08 Thread pmonestie
Hi, First congrats on this release this is awesome!! I've been using 2.0 from the trunk for a while now and the following problem has been there for a while, using oophm: When I change a class that is serialized between client and server I get a Duplicate signature exception (in the hosted

2.0 m1 Duplicate Signature class loading issue in Hosted Mode Console

2009-10-08 Thread pmonestie
Hi, First congrats on this release this is awesome!! I've been using 2.0 from the trunk for a while now and the following problem has been there for a while, using oophm: When I change a class that is serialized between client and server I get a Duplicate signature exception (in the hosted

Re: hosted mode debugging with -noserver in eclipse

2009-10-08 Thread Keith Platfoot
Hi Mike, I think your issue has to do with certain changes made to GWT in version 1.6. Before 1.6, the GWTShell class was used to launch applications in hosted mode. In 1.6, the default structure of GWT projects was changed to make it more similar to Java web apps. By convention, GWT projects

Re: Hosted Mode very slow on Mac

2009-10-08 Thread Rajeev Dayal
OOPHM on the mac with >> Eclipse 3.5 or is my setup wrong? >> >> Thanks, >> >> John >> >> On 5 Oct 2009, at 22:55, Rajeev Dayal wrote: >> >> Hey John, >> Were you attempting to launch in Out-of-process-hosted-mode? If so, there >> was a

Re: GWT 1.7 Hosted mode Wont create GWT widgets

2009-10-07 Thread mike_mac
Well I've just opened another thread with what sounds like a similar (but different) problem ... http://groups.google.com/group/google-web-toolkit/browse_thread/thread/34b7bbcf6057a23d Try running the app in hosted mode from the command line ... if it works you can simply launch it from i

Re: hosted mode debugging with -noserver in eclipse

2009-10-07 Thread mike_mac
Just to follow up on this ... this seems to be the eclipse plugin, I've managed to get host mode running from the command line and it works. The weird thing is, it DOES work with a small war project that I built, deployed on jboss and ran the hosted mode -noserver option from eclipse vi

GWT 1.7 Hosted mode Wont create GWT widgets

2009-10-07 Thread Patrick Corbett
Hello, I am having a problem that started just out of the blue. my project has been working fine for months however today all of a sudden it stopped running in hosted mode. I can still compile the project and when run on my tomcat it worked fine. I have determined that it is not contained to

hosted mode debugging with -noserver in eclipse

2009-10-07 Thread mike_mac
Hi ... I'm trying to get hosted mode debugging running using Jboss as the server instead of tomcat and I can't get it working ... I've followed the instructions here ... http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAn

Re: Run in hosted mode and web.xml

2009-10-06 Thread ATom
Nobody know solution? It's only way use mavent ant plugin? --~--~-~--~~~---~--~~ 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-toolkit@googlegroups.com To unsubs

nocache.js file not loading on non-hosted mode??

2009-10-06 Thread WebSavvy
i have created a GWT project that uses Spring and RCP for the back- end. I am able to run the app in hosted mode within Eclipse, however when build the war file and deploy to tomcat or WebSphere I get blank screen. This is the content of the html page: Hello World

History in Hosted Mode on OS X

2009-10-05 Thread Geoffrey Wiseman
I've been doing some development of the project instrastructure to support the GWT history mechanism, and in hosted mode on OS X as launched from the latest 'Google Eclipse Plugin', the history tokens don't show up (as in the URL doesn't change). On friday they were sh

Re: Hosted Mode very slow on Mac

2009-10-05 Thread Rajeev Dayal
: > > Hey John, > Were you attempting to launch in Out-of-process-hosted-mode? If so, there > was a bug that was fixed in version 1.1.1 of the plugin where the > -XstartOnFirstThread argument was being added to out-of-process-hosted-mode > launch configurations. This was not the corr

Re: Hosted Mode very slow on Mac

2009-10-05 Thread John Patterson
OOPHM on the mac with Eclipse 3.5 or is my setup wrong? Thanks, John On 5 Oct 2009, at 22:55, Rajeev Dayal wrote: > Hey John, > > Were you attempting to launch in Out-of-process-hosted-mode? If so, > there was a bug that was fixed in version 1.1.1 of the plugin w

Re: Hosted Mode very slow on Mac

2009-10-05 Thread John Patterson
Nice one, I think that was it. Didn't realise it had been fixed so thanks. On 5 Oct 2009, at 22:55, Rajeev Dayal wrote: > Hey John, > > Were you attempting to launch in Out-of-process-hosted-mode? If so, > there was a bug that was fixed in version 1.1.1 of the plu

Re: Hosted Mode very slow on Mac

2009-10-05 Thread Rajeev Dayal
Hey John, Were you attempting to launch in Out-of-process-hosted-mode? If so, there was a bug that was fixed in version 1.1.1 of the plugin where the -XstartOnFirstThread argument was being added to out-of-process-hosted-mode launch configurations. This was not the correct behavior, and would have

<    1   2   3   4   5   6   7   8   9   10   >