problems with the eclipse hosted mode ...

2009-12-02 Thread loucat
hi all, I'm a newbie on GWT :P i started following the tutorial that google provided (StockWatcher project). Everything seems ok except that I just can't see my work running in hosted mode in the GWT web browser :( I think I have everything configured well but maybe it isn't so... I use windows

Re: Google Gadget: works in hosted mode, but not in web mode (iGoogle)

2009-12-01 Thread flokay
OK thanks! So I have made it with RPC now and in hosted mode, it works well again! But if I want to change it in a gadget the compiler writes the following error message: Compiling module com.google.gwt.sample.cnsnews_rpc_gadget.CADENASNews_RPC_Gadget Computing all possible rebind results

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

2009-12-01 Thread Chris Ramsdale
hosted mode). It is now configurable via the UI or an Ant property when you compile your code. The UI settings are available by right clicking on the project name, selecting Google-GWT Compile. From the resulting view you will see options for Log level and Output style. In order to set

Re: Google Gadget: works in hosted mode, but not in web mode (iGoogle)

2009-12-01 Thread Eric Ayers
to checkout the gwt-gadgets project from code and build a fresh .jar along with the version of GWT and xerces you are using. On Tue, Dec 1, 2009 at 10:37 AM, flokay f.kar...@cadenas.de wrote: OK thanks! So I have made it with RPC now and in hosted mode, it works well again! But if I want

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 server runtime. This

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

2009-11-30 Thread Chris Ramsdale
Jan, The -style argument has been removed when running in development mode (formerly hosted mode). It is now configurable via the UI or an Ant property when you compile your code. The UI settings are available by right clicking on the project name, selecting Google-GWT Compile. From the resulting

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

2009-11-30 Thread Chris Ramsdale
hand corner. On Mon, Nov 30, 2009 at 9:00 AM, Chris Ramsdale cramsd...@google.comwrote: Jan, The -style argument has been removed when running in development mode (formerly hosted mode). It is now configurable via the UI or an Ant property when you compile your code. The UI settings

Google Gadget: works in hosted mode, but not in web mode (iGoogle)

2009-11-30 Thread flokay
Hi, I've got an issue with my Google Gadget: - I'm trying to read an XML file via RequestBuilder and show it in the gadget (only for testing purpose) - If I try it in hosted mode with onModuleLoad() method and so on, it works well - But if i add it to iGoogle the string variable

Re: Google Gadget: works in hosted mode, but not in web mode (iGoogle)

2009-11-30 Thread Eric Ayers
via RequestBuilder and show it in the gadget (only for testing purpose) - If I try it in hosted mode with onModuleLoad() method and so on, it works well - But if i add it to iGoogle the string variable of response.getText() is empty in Firefox and in IE there appears the following message

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

2009-11-30 Thread Jan Ehrhardt
, Nov 30, 2009 at 9:00 AM, Chris Ramsdale cramsd...@google.comwrote: Jan, The -style argument has been removed when running in development mode (formerly hosted mode). It is now configurable via the UI or an Ant property when you compile your code. The UI settings are available by right

click event completes in hosted mode but not once deployed?

2009-11-29 Thread darren
Hi Everyone In my web application i have some links that, when clicked are supposed to: - use an RPC to get some data from the server - construct a new Panel - insert the panel into the browser document My solution seems to work as expected while in hosted mode, but not once the application

Re: click event completes in hosted mode but not once deployed?

2009-11-29 Thread darren
some data from the server - construct a new Panel - insert the panel into the browser document My solution seems to work as expected while in hosted mode, but not once the application is deployed.  I am using App Engine as a server. From what I can tell, the clickEvent does cause

Re: click event completes in hosted mode but not once deployed?

2009-11-29 Thread FKereki
the server - construct a new Panel - insert the panel into the browser document My solution seems to work as expected while in hosted mode, but not once the application is deployed.  I am using App Engine as a server. From what I can tell, the clickEvent does cause the asynchronous

Re: 500 - POST on hosted mode

2009-11-25 Thread Fon Vitale
Hi, Finally, it works. I don't know why, but reducing the number of attributes in the serializated class it works. But why? On 24 nov, 17:03, Yozons Support on Gmail yoz...@gmail.com wrote: Gotta look at all your logs, console, etc.  Most likely it's a null pointer exception or a some sort of

[ERROR] 500 - POST on hosted mode

2009-11-24 Thread Fon Vitale
this in hosted mode: 500 - POST /tourismmultiagent/weather (127.0.0.1) 57 bytes I think this error is an internal error. I have follow the tutorials and documentation to make this project so I don't know how can I solve the problem. Any idea? -- You received this message because you are subscribed

Hosted mode hangs on closing on linux

2009-11-24 Thread Michael Vogt
Hi all. When I try to quit a GWT application running in hosted mode, the corresponding java process seems to crash, so I have to kill it with the process viewer. This happens both when closing the windows of the hosted browser or stopping the application through the IDE (IntelliJ IDEA

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

2009-11-24 Thread Rajeev Dayal
It depends on your OS. What OS are you using? 2009/11/19 ipsonic john.ip...@gmail.com I am getting the same error when running in GWT hosted mode. The app (GXT 2.0.1) runs fine on firefox. Where is this cookie file exactly, I've looked around at the suggested location in this thread

Re: [ERROR] 500 - POST on hosted mode

2009-11-24 Thread Yozons Support on Gmail
Gotta look at all your logs, console, etc. Most likely it's a null pointer exception or a some sort of serialization issue because you have an object without a zero-arg constructor. Hard to tell with little info -- You received this message because you are subscribed to the Google Groups

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

2009-11-23 Thread ipsonic
I am getting the same error when running in GWT hosted mode. The app (GXT 2.0.1) runs fine on firefox. Where is this cookie file exactly, I've looked around at the suggested location in this thread and cannot find it? -John On Nov 16, 8:16 am, Rajeev Dayal rda...@google.com wrote: @Stephen

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-23 Thread Jason
Thanks for the fix :-) It saved me from reinstall Max OS X. So it's a big help for me. Cheers On Nov 12, 12:35 pm, Daniel Kurka kurka.dan...@googlemail.com wrote: I found a very UGLY solution to my problem (which enables me to continue working). I replaced in LowLevelSaf.java public static

[gwt-contrib] [google-web-toolkit] r7044 committed - Fix mentions of 'hosted mode' in comments...

2009-11-19 Thread codesite-noreply
Revision: 7044 Author: rice+leg...@google.com Date: Thu Nov 19 14:23:20 2009 Log: Fix mentions of 'hosted mode' in comments TBR: jat http://code.google.com/p/google-web-toolkit/source/detail?r=7044 Modified: /trunk/dev/core/src/com/google/gwt/core/ext/ServletContainerLauncher.java /trunk

Problem run hosted mode in tomcat

2009-11-18 Thread Mario
Hello I have a problem run hosted mode in gwt 1.7 from tomcat. I was read article from http://code.google.com/intl/pl/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html#How_do_I_use_my_own_server_in_hosted_mode_instead_of_GWT%27s and do not know how can I do it. I do not want use a jetty because

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-18 Thread jimsmart
another, possibly better fix can be found here:- http://code.google.com/p/google-web-toolkit/issues/detail?id=4220#c22 hth, /J On Nov 16, 6:28 pm, ale aleee...@gmail.com wrote: thanks a lot! It's work fine. On 12 Nov, 12:35, Daniel Kurka kurka.dan...@googlemail.com wrote: I found a very

[gwt-contrib] Dynatable still refers to hosted mode instead of development mode

2009-11-18 Thread jlabanca
Reviewers: cramsdale, Description: DynaTable has a reference to hosted mode. Fix: Changed the word hosted to development. Testing: === Verified that these directions no longer lie to me. Please review this at http://gwt-code-reviews.appspot.com/103809 Affected files: samples

[gwt-contrib] Re: Dynatable still refers to hosted mode instead of development mode

2009-11-18 Thread cramsdale
LGTM http://gwt-code-reviews.appspot.com/103809 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r7008 committed - Replacing hosted mode with development mode in DynaTable....

2009-11-18 Thread codesite-noreply
Revision: 7008 Author: jlaba...@google.com Date: Wed Nov 18 14:57:40 2009 Log: Replacing hosted mode with development mode in DynaTable. Patch by: jlabanca Review by: cramsdale http://code.google.com/p/google-web-toolkit/source/detail?r=7008 Modified: /trunk/samples/dynatable/src/com

GWT FileUpload crashes on Mac in Safari (and Hosted Mode), works in Firefox

2009-11-17 Thread Greg
Hi, I have been trying to get a local file upload to work in a tab panel. It works fine in Firefox using a vanilla servlet on the backend, but in Safari, when I click the button to submit, it freezes every time. The structure of my page is a little unique, so I will describe it. I have my entry

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-17 Thread ale
thanks a lot! It's work fine. On 12 Nov, 12:35, Daniel Kurka kurka.dan...@googlemail.com 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

Re: GWT hosted mode crashing after update

2009-11-17 Thread Rob Tanner
. 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 eip=92a2477b. Since it all worked fine last week, I'm sure this is related to the update.  I'm not exactly sure what

Re: GWT hosted mode crashing after update

2009-11-17 Thread Jim Douglas
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 eip=92a2477b

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 erik.byst...@gmail.com wrote: Thanks for the suggestions, i didn't receive any

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 way you

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

2009-11-16 Thread Rajeev Dayal
(SelectChannelEndPoint.java:396) at org.mortbay.thread.BoundedThreadPool$PoolThread.run (BoundedThreadPool.java:442) I am running from Eclipse Galileo, on a Mac, GWT 1.7.1, GXT 2.0.1. Does anyone know the name of the file that is keeping the cookies for the hosted mode browser? On Nov 2, 11:45 pm, Rodrigo

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 huguespisa...@gmail.com wrote: On 12 nov, 18:39, hugues huguespisa...@gmail.com wrote: On 12

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 update

2009-11-16 Thread Kyle Hayes
:35 am, Rob Tanner caspersg...@gmail.com 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 crashes

Re: GWT hosted mode crashing after update

2009-11-16 Thread Jim Douglas
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 eip=92a2477b. Since it all worked fine last week, I'm sure this is related to the update.  I'm not exactly sure what the message is telling me other than I'm trying to use

[gwt-contrib] [google-web-toolkit] r6912 committed - Restore behavior where hosted mode linking will not overwrite a newer ...

2009-11-16 Thread codesite-noreply
Revision: 6912 Author: sco...@google.com Date: Mon Nov 16 09:48:58 2009 Log: Restore behavior where hosted mode linking will not overwrite a newer compiled selection script. And generally, older resources won't overwrite newer ones. Review by: spoon (desk) http://code.google.com/p/google-web

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

2009-11-15 Thread Stephen Graham
of the file that is keeping the cookies for the hosted mode browser? On Nov 2, 11:45 pm, Rodrigo rodrigoglsi...@gmail.com 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

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-14 Thread hugues
On 12 nov, 18:39, hugues huguespisa...@gmail.com wrote: On 12 nov, 13:35, Daniel Kurka kurka.dan...@googlemail.com 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);

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 kurka.dan...@googlemail.com 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

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:

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 kurka.dan...@googlemail.com 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

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 mark.butc...@gmail.com wrote: Many thanks Daniel, this works for me. -mark On Nov 12, 12:35 pm, Daniel Kurka kurka.dan...@googlemail.com wrote: I found a very UGLY solution to my problem (which enables me to continue

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 e...@pentila.com wrote: Thanks a lot for your Jar Fix ! Why it so

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

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 james.t.tyrr...@gmail.com wrote: Hey All, If you are having this issue

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

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 kurka.dan...@googlemail.com 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
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

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 kurka.dan...@googlemail.com 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

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Casey
: 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 update from 4.0.3 to 4.0.4 to be responsible. Anyone any hints? Invalid memory access of location 0010 eip=969cf77b Process:         java [524] Path

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

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread hugues
On 12 nov, 13:35, Daniel Kurka kurka.dan...@googlemail.com 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

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

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

2009-11-11 Thread Thomas Broyer
On 11 nov, 23:07, Erik Uzureau uzur...@gmail.com 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

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 bootstrap file may be out

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

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

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 pane: [INFO

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 subscribed

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

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

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

Re: Socket permission on Hosted Mode

2009-11-04 Thread Isaac Truett
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 restricted class. Please see the Google  App Engine

[gwt-contrib] Re: RR : GWT 2.0 : Make SingleJsoImpl play nicely with generic parametrs in hosted mode

2009-11-04 Thread spoon
LGTM. Going forward, this comment makes me nervous: /* * Handle virtual overrides by finding the method that we would * normally invoke and using its declaring class as the dispatch * target. */ In general, there are *multiple*

[gwt-contrib] Re: RR : GWT 2.0 : Make SingleJsoImpl play nicely with generic parametrs in hosted mode

2009-11-04 Thread BobV
Thanks for the review. Because of generics plus multiple (interface) inheritance, there isn't a single erased method signature by which each method is reached.  There can be more than one. I'm tempted to add a check (at least for 2.0) to disallow the use of generic interfaces for the

[gwt-contrib] [google-web-toolkit] r6672 committed - Merge tr...@6669,6670 to fix hosted mode problems with SingleJsoImpl...

2009-11-04 Thread codesite-noreply
Revision: 6672 Author: b...@google.com Date: Wed Nov 4 13:43:21 2009 Log: Merge tr...@6669,6670 to fix hosted mode problems with SingleJsoImpl $ svn merge --ignore-ancestry -c6669,6670 https://google-web-toolkit.googlecode.com/svn/trunk/ . -This line, and those below, will be ignored-- M

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 user@localhost[1].txt. After deleting this file my application seems to

StockWatcher User Service Google Account login only works in hosted mode

2009-11-03 Thread Bryce Thomas
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 in hosted mode where it works

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

2009-11-03 Thread Bryce Thomas
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 this section and have tested it in hosted mode where

Re: hosted mode crash in Linux

2009-10-30 Thread getaceres
...@gmail.com 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 GWT: 1.7.1 for linux

Re: hosted mode crash in Linux

2009-10-30 Thread tskaife
, simon fre...@gmail.com 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 GWT

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

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: Problems with 1.7.1 -noserver hosted mode on Linux

2009-10-29 Thread mike_mac
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 erik.byst...@gmail.com wrote: I'm having huge problems getting hosted mode to work under Linux with the -noserver flag. The module entry point is never called

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 fine

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 this is all

Re: Problems with 1.7.1 -noserver hosted mode on Linux

2009-10-28 Thread Jeff Chimene
times. On Wed, Oct 28, 2009 at 2:33 AM, bysse erik.byst...@gmail.com 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 both the maven plugin

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

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 but when I compile/ browse to Minefield

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: GWT.log listener in hosted mode

2009-10-27 Thread Thomas Broyer
On 25 oct, 18:29, al.hicks al.hi...@gmail.com 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 locally. My thoughts

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 t.bro...@gmail.com wrote: On 25 oct, 18:29, al.hicks al.hi...@gmail.com 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

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 al.hi...@gmail.com 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

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

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 named after

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

2009-10-22 Thread cretz
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 find the issue myself

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

2009-10-22 Thread cretz
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 :-) Thanks On Oct 22, 10:55 am, Keith Platfoot kplatf...@google.com wrote: Hi Chad

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

2009-10-22 Thread cretz
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 kplatf...@google.com wrote: Hi Chad, I tried to repro this with Eclipse 3.4.2 and GWT 1.7.1 using the latest Eclipse

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

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

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

[gwt-contrib] [google-web-toolkit] r6412 committed - Fix SingleJsoImpl hosted mode crash with contravariant return types in...

2009-10-18 Thread codesite-noreply
Revision: 6412 Author: j...@google.com Date: Sun Oct 18 11:48:45 2009 Log: Fix SingleJsoImpl hosted mode crash with contravariant return types in virtual override scenario. Put simply class B extends A{} interface I { A returnsA(); } class Jso extends JavaScriptObject { B returnsA

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

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

Re: GWT 1.7 Hosted mode Wont create GWT widgets

2009-10-16 Thread ravvap
(but different) 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 may at least allow you

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

2009-10-16 Thread Davis Ford
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 romeo.sanc...@gmail.comwrote: Yes, this is what I want to do

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