Re: Hosted mode Caching problem

2009-09-06 Thread ThomasWrobel
not to be cached) Assumeing your sever is apache. On Sep 4, 5:02 pm, Rahul coolrahul18...@gmail.com wrote: Hi, I am reading an file A.xml each time and modifying it and saving it on my server. Now how can  the browser or the hosted mode that the file has been changed, because whenever it sees

Re: Hosted mode hangs on localhost... [SOLVED]

2009-09-04 Thread Pietro Marrone
the eclipse directory. Then, try running the app again. Rajeev On Thu, Sep 3, 2009 at 6:37 AM, Pietro Marrone pietromarr...@gmail.comwrote: Hi, I'm using Google Plugin for Eclipse to create the Web Application Starter Project. Unfortunately the project hangs on hosted mode, exactly only

Hosted mode Caching problem

2009-09-04 Thread Rahul
Hi, I am reading an file A.xml each time and modifying it and saving it on my server. Now how can the browser or the hosted mode that the file has been changed, because whenever it sees that the name of the file is same i.e. A.xml it never gets from the server, it just shows the content

Running hosted mode + weblogic

2009-09-04 Thread ToddP
We just upgraded from GWT 1.5.3 to 1.7. In Eclipse's debugger, we used to have a Program arguments: of - out target/www http://localhost:7001/mysite; in the Debugger's configuration. This allowed the app to run on WebLogic until it hit the GWT modules. GWT 1.7 eliminated the -out parm. What

Hosted mode hangs on localhost...

2009-09-03 Thread Pietro Marrone
Hi, I'm using Google Plugin for Eclipse to create the Web Application Starter Project. Unfortunately the project hangs on hosted mode, exactly only the static content appear while the input type and the button are missing. this is the hosted mode relavant log: [DEBUG] Initializing module 'test

Re: Hosted mode hangs on localhost...

2009-09-03 Thread Rajeev Dayal
, Pietro Marrone pietromarr...@gmail.comwrote: Hi, I'm using Google Plugin for Eclipse to create the Web Application Starter Project. Unfortunately the project hangs on hosted mode, exactly only the static content appear while the input type and the button are missing. this is the hosted mode

Re: hosted mode trouble

2009-09-03 Thread Jeff Chimene
project in Eclipse response.getStatusCode() comes back as 0 (zero) When I add -noserver to the run configuration, the GWT hosted mode browser doesn't display my page... it seems to just sit there empty. I hope this clears up what I'm trying to accomplish. Yes, that's the answer I was looking

Re: hosted mode trouble

2009-09-03 Thread sidkdbl07
Wow, its funny how in one split moment, epiphany can hit! Thank you Jeff! --~--~-~--~~~---~--~~ 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: hosted mode trouble

2009-09-03 Thread Nathan Wells
the Jetty server. How do I tell? I have no app engine configured in Eclipse. When I debug my GWT project in Eclipse response.getStatusCode() comes back as 0 (zero) When I add -noserver to the run configuration, the GWT hosted mode browser doesn't display my page... it seems to just sit

Hosted-mode - how to set the Jetty URL?

2009-09-02 Thread tedlief...@gmail.com
I am trying to work through the getting started tutorial. I am on a mac with Atempo live-update that is already running on and as a result the hosted mode jetty server can't start properly. How do I configure the hosted mode to use a different port

Re: Hosted-mode - how to set the Jetty URL?

2009-09-02 Thread Thomas Broyer
On 2 sep, 11:26, tedlief...@gmail.com tedlief...@gmail.com wrote: I am trying to work through the getting started tutorial.  I am on a mac with Atempo live-update that is already running on and as a result the hosted mode jetty server can't start properly.  How do I configure

hosted mode trouble

2009-09-02 Thread sidkdbl07
I want to call a php file on my server to provide a weather service. When I'm running in hosted mode, response.getStatusCode() gives 0 (zero). Is there a way to make this work in hosted mode? public class IMFPanelWeather extends Composite { private VerticalPanel table = new

Re: hosted mode trouble

2009-09-02 Thread Jeff Chimene
On 09/02/2009 02:44 PM, sidkdbl07 wrote: I want to call a php file on my server to provide a weather service. When I'm running in hosted mode, response.getStatusCode() gives 0 (zero). Is there a way to make this work in hosted mode? Are you using hosted mode -noserver? The embedded Jetty

Re: hosted mode trouble

2009-09-02 Thread sidkdbl07
The output of my php is a JSON object (see below). Shouldn't I be able to just call the php file? Here is my php code: ?php header('Content-Type: text/javascript'); header('Cache-Control: no-cache'); header('Pragma: no-cache'); include('Services/Weather.php'); $metar =

Re: hosted mode trouble

2009-09-02 Thread sidkdbl07
-noserver to the run configuration, the GWT hosted mode browser doesn't display my page... it seems to just sit there empty. I hope this clears up what I'm trying to accomplish. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: hosted mode trouble

2009-09-02 Thread Jeff Chimene
On 09/02/2009 03:42 PM, sidkdbl07 wrote: The output of my php is a JSON object (see below). Shouldn't I be able to just call the php file? Are you using the builtin Jetty server? It doesn't have a php engine. --~--~-~--~~~---~--~~ You received this message

Re: New Windows Update Causing Hosted Mode Failure - GWT 1.5

2009-09-01 Thread DuoCentillion
Nevermind. After a proper reset, it works fine again. Half installed Windows Updates can be fatal to GWT I guess. On Aug 31, 10:18 pm, Joseph M duocentill...@gmail.com wrote: Has anyone experienced a strange Windows or IE security error when trying to start their GWT hosted mode (I am still

Re: Hosted mode hanging 4 out of 10times

2009-08-31 Thread Sumit Chandel
Hi gaillard, Similar to how Ian is trying to troubleshoot Rahul's problem, you'll have to cut bits out of your code until you can consistently get hosted mode started up correctly. Also, could you try running a simple Hello, World style application in hosted mode to see if that works, preferably

New Windows Update Causing Hosted Mode Failure - GWT 1.5

2009-08-31 Thread Joseph M
Has anyone experienced a strange Windows or IE security error when trying to start their GWT hosted mode (I am still using GWT 1.5). Instead of hosted mode starting normally I get a Windows Blue Shield Security Question whether to Open or Save the html. Save tries to open the same URL in Firefox

Re: Hosted mode hanging 4 out of 10times

2009-08-31 Thread Sumit Chandel
to convert is JDBC ResultSet into ArrayList - how do I execute DOS commands - how do I convert XML to PDF - how do I format XML on the server - why xml manipulations fails on server - hosted mode hangs because I did something screwy on my server and here's my sample code : method opens a new

[gwt-contrib] [google-web-toolkit] r6051 committed - Give the hosted mode JavaScriptObject implementation class a public co...

2009-08-31 Thread codesite-noreply
Revision: 6051 Author: sco...@google.com Date: Mon Aug 31 14:02:45 2009 Log: Give the hosted mode JavaScriptObject implementation class a public constructor so it can be instantiated without violating access. Review by: spoon http://code.google.com/p/google-web-toolkit/source/detail?r=6051

Re: Hosted mode hanging 4 out of 10times

2009-08-29 Thread gaill...@audemat.com
sometime on Atom 330. I know Atom 330 is somewhat slow and not really adapted to code with windows+eclipse+GWT+jetty but very usefull to test applications on low end final env. I think some parts on GWT hosted mode doesn't wait enough for others parts to be ready

Re: Hosted mode hanging 4 out of 10times

2009-08-28 Thread Rahul
://examples.roughian.com 2009/8/27 Rahul coolrahul18...@gmail.com Hi, This is been happening a lot lately with me. Whenever i am running the hosted mode, the hosted mode just hangs 4 out of 10 times. At the left end of window, it shows that Connecting to site 127.0.0.1 and if i just

Re: Hosted mode hanging 4 out of 10times

2009-08-28 Thread Rahul
...@gmail.com Hi, This is been happening a lot lately with me. Whenever i am running the hosted mode, the hosted mode just hangs 4 out of 10 times. At the left end of window, it shows that Connecting to site 127.0.0.1 and if i just close it and start it again

Re: Hosted mode hanging 4 out of 10times

2009-08-28 Thread Ian Bambury
happening a lot lately with me. Whenever i am running the hosted mode, the hosted mode just hangs 4 out of 10 times. At the left end of window, it shows that Connecting to site 127.0.0.1 and if i just close it and start it again the application works or it just says the same

Re: Hosted mode hanging 4 out of 10times

2009-08-28 Thread Rahul
, This is been happening a lot lately with me. Whenever i am running the hosted mode, the hosted mode just hangs 4 out of 10 times. At the left end of window, it shows that Connecting to site 127.0.0.1 and if i just close it and start it again the application works

Re: hosted mode stucks, debugger does not work...

2009-08-28 Thread jaimon
: hi all, i am new to the GWT world, i have started to do the tutorial (StockWatcher) and everything wasworkingwell and pretty easy till i got to the point of where: 1) my hosted mode sometimes starts but show an empty page, it is stuck on connecting to 127.0.0.1 2

Re: Hosted mode hanging 4 out of 10times

2009-08-28 Thread Frank Argueta
. Whenever i am running the hosted mode, the hosted mode just hangs 4 out of 10 times. At the left end of window, it shows that Connecting to site 127.0.0.1 and if i just close it and start it again the application works or it just says the same message again as above. After

Re: Hosted mode hanging 4 out of 10times

2009-08-28 Thread Isaac Truett
http://examples.roughian.com 2009/8/27 Rahul coolrahul18...@gmail.com Hi, This is been happening a lot lately with me. Whenever i am running the hosted mode, the hosted mode just hangs 4 out of 10 times. At the left end of window, it shows that Connecting to site

Re: Hosted mode hanging 4 out of 10times

2009-08-28 Thread Ian Bambury
lately with me. Whenever i am running the hosted mode, the hosted mode just hangs 4 out of 10 times. At the left end of window, it shows that Connecting to site 127.0.0.1 and if i just close it and start it again the application works or it just says the same message

Re: Hosted mode hanging 4 out of 10times

2009-08-28 Thread Isaac Truett
...@gmail.com Hi, This is been happening a lot lately with me. Whenever i am running the hosted mode, the hosted mode just hangs 4 out of 10 times. At the left end of window, it shows that Connecting to site 127.0.0.1 and if i just close it and start

Re: Hosted mode hanging 4 out of 10times

2009-08-28 Thread Ian Bambury
2009/8/28 Isaac Truett itru...@gmail.com Ian, Yes, the name did not escape my notice. But I do find reference to it as a surname, probably of Spanish origin. Why not give him the benefit of the doubt? Because he's only posted 4 times and his previous comment to Rahul was Perhaps you

Re: Hosted mode hanging 4 out of 10times

2009-08-28 Thread Ian Bambury
://examples.roughian.com 2009/8/27 Rahul coolrahul18...@gmail.com Hi, This is been happening a lot lately with me. Whenever i am running the hosted mode, the hosted mode just hangs 4 out of 10 times. At the left end of window, it shows that Connecting

Re: Hosted mode hanging 4 out of 10times

2009-08-28 Thread Rahul
ok Frank, how do you want me to address the issue Certainly there's is some communication gap between us. I understood the last time you said and i was at fault and i accept that. My hosted mode works 6 out of 10 times should i just give my client code? and no server code at all? On Aug 28

Re: Hosted mode hanging 4 out of 10times

2009-08-28 Thread Rahul
commands - how do I convert XML to PDF - how do I format XML on the server - why xml manipulations fails on server - hosted mode hangs because I did something screwy on my server and here's my sample code : method opens a new connection on each invocation without closing it I realize you

Re: Hosted mode hanging 4 out of 10times

2009-08-28 Thread Frank Argueta
- why xml manipulations fails on server - hosted mode hangs because I did something screwy on my server and here's my sample code : method opens a new connection on each invocation without closing it I realize you are a helpful bunch of smart guys, but imagine if every Java beginner starts posting

Re: Hosted mode hanging 4 out of 10times

2009-08-28 Thread Ian Bambury
DOS commands - how do I convert XML to PDF - how do I format XML on the server - why xml manipulations fails on server - hosted mode hangs because I did something screwy on my server and here's my sample code : method opens a new connection on each invocation without closing it I realize

Hosted mode hanging 4 out of 10times

2009-08-27 Thread Rahul
Hi, This is been happening a lot lately with me. Whenever i am running the hosted mode, the hosted mode just hangs 4 out of 10 times. At the left end of window, it shows that Connecting to site 127.0.0.1 and if i just close it and start it again the application works or it just says the same

hosted mode start-up slows to a crawl with large number of static resources

2009-08-27 Thread aircow33
Hi all, I am trying to write a GWT with google maps api that will use my own custom map tiles. There are a lot of map tiles, something like 300k png images. When I try to run it in hosted mode, it copies all 300k png images to the war output directory..which took 3 hours. And once

Re: Hosted mode hanging 4 out of 10times

2009-08-27 Thread Ian Bambury
. Just my 2p worth. Ian http://examples.roughian.com 2009/8/27 Rahul coolrahul18...@gmail.com Hi, This is been happening a lot lately with me. Whenever i am running the hosted mode, the hosted mode just hangs 4 out of 10 times. At the left end of window, it shows that Connecting to site

Re: Hosted mode hanging 4 out of 10times

2009-08-27 Thread Rahul
the hosted mode, the hosted mode just hangs 4 out of 10 times. At the left end of window, it shows that Connecting to site 127.0.0.1 and if i just close it and start it again the application works or it just says the same message again as above. After a few tries it starts working. This never

Re: Hosted mode hanging 4 out of 10times

2009-08-27 Thread Ian Bambury
. Ian http://examples.roughian.com 2009/8/27 Rahul coolrahul18...@gmail.com Hi, This is been happening a lot lately with me. Whenever i am running the hosted mode, the hosted mode just hangs 4 out of 10 times. At the left end of window, it shows that Connecting

File.createTempFile doesnt work with GWT 1.7.0 hosted mode in windows

2009-08-26 Thread villagra
Hi all, I'm having problems creating temp files with the latest version of GWT on windows, when i execute this line: File test = File.createTempFile(sdas, dasda); I get this exception: access: access denied (java.io.FilePermission C:\Users\XX\AppData

Re: Solution to GWT hosted mode not working in debug mode in eclipse

2009-08-26 Thread Cornelius
a deadlock (notresponding) in GWT 1.5 hosted mode specifically in eclipse debug mode andnotin run mode, make sure that you didnotset any methodbreakpoints(as opposed to a line breakpoint). Ralph --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: hosted mode stucks, debugger does not work...

2009-08-26 Thread Cornelius
hosted mode sometimes starts but show an empty page, it is stuck on connecting to 127.0.0.1 2) the debugger doesnotwork any more, meaning i am putting a break point in the code but the hosted mode ignores it. any help, and good tutorial on how to work with php whould be really appreciated me

How to run hosted mode on chrome

2009-08-25 Thread anjolight
Hi, I'm getting a javascript error on chrome 2. This error only happens in Chrome and not on IE7/FF3. In order to debug this, I would like to run a hosted mode on Chrome but I am having a bad day researching how to do it. There talks about OOPHM but I'm not sure if I can use this on Chrome

Re: How to run hosted mode on chrome

2009-08-25 Thread Thomas Broyer
On 25 août, 21:13, anjolight anjoli...@gmail.com wrote: Hi, I'm getting a javascript error on chrome 2. This error only happens in Chrome and not on IE7/FF3. In order to debug this, I would like to run a hosted mode on Chrome but I am having a bad day researching how to do it. There talks

Re: Works on hosted mode but failed on Tomcat

2009-08-21 Thread Sumit Chandel
Hi Jethro, Compare the hosted mode launch configuration classpath to the libraries that you've deployed with your application on Tomcat to see if there are any missing libraries, specifically the one containing the org.apache.digest.Digester class. I also noticed that you're using the Gilead

Jmockit and hosted mode test

2009-08-21 Thread Marcelo Sena
Hi guys, is any of you using jmockit with Hosted mode? I'm trying to do so but some errors wont let me run the tests: Starting HTTP on port 0 HTTP listening on port 58696 Refreshing module from source Validating newly compiled units Removing units with errors [ERROR] Errors

Re: PHP in hosted mode

2009-08-21 Thread Tiago Z.C
Hi I have the some doubts of you. With the help of the group here, where you can see on: http://groups.google.com/group/Google-Web- Toolkit/browse_thread/thread/120cc09386493f29/192060512c53b17d?lnk=raot and with this tutorial: http://www.gwtsite.com/working-with-php-in-gwt-hosted-mode/ i

GWT 1.7 - Problems with compile/browse from hosted mode

2009-08-20 Thread Daniel
Hello everybody, I am developing an enterprise application with GWT. A few days ago we updated to GWT 1.7. Since then, starting the web mode with the compile/ browse button in the hosted mode does not work any more. After the compilation succeeds and the browser is opened, the following error

Re: PHP in hosted mode

2009-08-20 Thread Tobe
Nobody who can post me a tutorial how to create the build.xml for PHP in hosted mode? On Jul 31, 11:54 am, Tobe tobias.jungnic...@googlemail.com wrote: On Jul 30, 7:25 pm, Sumit Chandel sumitchan...@google.com wrote: If you're just getting started with GWT, you can follow along the Getting

Re: PHP in hosted mode

2009-08-20 Thread Tobe
for PHP in hosted mode? On Jul 31, 11:54 am,Tobetobias.jungnic...@googlemail.com wrote: On Jul 30, 7:25 pm, Sumit Chandel sumitchan...@google.com wrote: If you're just getting started with GWT, you can follow along the Getting Started - QuickStart guide linked below. Although the guide

Re: PHP in hosted mode

2009-08-20 Thread Christian Goudreau
to enter the URL to the php file on your own webserver. On Aug 20, 3:07 pm, Tobe tobias.jungnic...@googlemail.com wrote: Nobody who can post me a tutorial how to create the build.xml for PHP in hosted mode? On Jul 31, 11:54 am,Tobetobias.jungnic...@googlemail.com wrote: On Jul 30, 7:25

Re: PHP in hosted mode

2009-08-20 Thread Bhayat
can post me a tutorial how to create the build.xml for PHP in hosted mode? On Jul 31, 11:54 am,Tobetobias.jungnic...@googlemail.com wrote: On Jul 30, 7:25 pm, Sumit Chandel sumitchan...@google.com wrote: If you're just getting started with GWT, you can follow along the Getting

Re: PHP in hosted mode

2009-08-20 Thread Tobe
the check from Run built-in server and have to enter the URL to the php file on your own webserver. On Aug 20, 3:07 pm, Tobe tobias.jungnic...@googlemail.com wrote: Nobody who can post me a tutorial how to create the build.xml for PHP in hosted mode? On Jul 31, 11:54 am

Re: PHP in hosted mode

2009-08-20 Thread Christian Goudreau
to remove the check from Run built-in server and have to enter the URL to the php file on your own webserver. On Aug 20, 3:07 pm, Tobe tobias.jungnic...@googlemail.com wrote: Nobody who can post me a tutorial how to create the build.xml for PHP in hosted mode? On Jul 31, 11:54 am

Re: Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-08-18 Thread Dustin Boling
Great workaround! I dropped Java 1.5.0 into /System/Library/Frameworks/JavaVM.framework/ Versions/ replacing the existing 1.5.0 symlink. Opened Eclipse Preferences Java Installed JREs, and selected JVM 1.5.0 Rebuilt the project and it runs in hosted mode just fine. Thanks

Works on hosted mode but failed on Tomcat

2009-08-18 Thread Jethro
Hi, When I deployed my application on the server, I found something very odd. One service is failed. I don't think it's the RPC's problem. Here is the error message Aug 18, 2009 5:13:53 PM org.apache.catalina.core.ApplicationContext log SEVERE: Exception while dispatching incoming RPC call

Easier fix for broken hosted mode on Snow Leopard

2009-08-14 Thread johnw188
I've seen some discussion about patching out Java 1.5 checks and hacking at the Snow Leopard Java installs, which seemed like an incredibly complex way of solving the problem. My solution was simply to copy a leopard Java 1.5 install over to my Snow Leopard /System/

Re: Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-08-14 Thread johnw188
wrote: This is going to become a real issue in September when Mac OS X 10.6 starts shipping. Cross-compiling works but hosted mode is broken. Darwin wolf 10.0.0b1 Darwin Kernel Version 10.0.0b1: Fri May 29 00:02:02 PDT 2009; root:xnu-1456~1/RELEASE_I386 i386 /System/Library/Frameworks

Re: Jetty runtime classpath in hosted-mode

2009-08-13 Thread Robert Retzbach
Thanks Richard, changing my custom JettyLauncher, specifically this line: private final ClassLoader bootStrapOnlyClassLoader = new ClassLoader (null) {}; into this line: private final ClassLoader bootStrapOnlyClassLoader = Thread.currentThread().getContextClassLoader(); works so far. Do you

Re: Jetty runtime classpath in hosted-mode

2009-08-12 Thread Richard Vowles
We have had exactly the same problem. Part of the problem appears to be that in JettyLauncher, they start off with an empty class path and just start adding stuff as it is requested. This has bitten us badly as we have been trying to use Spring auto-wiring (which searches the classpath using

[gwt-contrib] Re: Set cache headers properly in embedded Jetty for hosted mode

2009-08-11 Thread fredsa
Does this address issue 3682? http://code.google.com/p/google-web-toolkit/issues/detail?id=3682 http://gwt-code-reviews.appspot.com/56807 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Set cache headers properly in embedded Jetty for hosted mode

2009-08-11 Thread Scott Blum
I think so, I reassigned that bug to jat for that reason. On Tue, Aug 11, 2009 at 4:27 PM, fre...@gmail.com wrote: Does this address issue 3682? http://code.google.com/p/google-web-toolkit/issues/detail?id=3682 http://gwt-code-reviews.appspot.com/56807

[gwt-contrib] Re: Set cache headers properly in embedded Jetty for hosted mode

2009-08-11 Thread scottb
Adding potential second eyeball reviewers. http://gwt-code-reviews.appspot.com/56807 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

Re: problem with history in hosted mode

2009-08-07 Thread Salman Hemani
on? Jeremiah, When you get passed the problem you reported initially, let me know if you see the above issue. Anyone else, please shed some light. Thanks. On Aug 7, 1:53 am, Salman Hemani salman.hem...@gmail.com wrote: I have the following line in my html file and I don't see the problem in hosted mode

Re: problem with history in hosted mode

2009-08-07 Thread Jeremiah Moses
, please shed some light. Thanks. On Aug 7, 1:53 am, Salman Hemani salman.hem...@gmail.com wrote: I have the following line in my html file and I don't see the problem in hosted mode. iframe src=javascript:'' id='__gwt_historyFrame' style='width: 0;height:0;border:0'/iframe Copy

Re: problem with history in hosted mode

2009-08-07 Thread Salman Hemani
in hosted mode. iframe src=javascript:'' id='__gwt_historyFrame' style='width: 0;height:0;border:0'/iframe Copy the above into your body tag. Let us know if that worked On Aug 7, 12:30 am, Jeremiah Moses jeremiah.mo...@gmail.com wrote: any updates on this would be much

Re: Hosted mode doesn't work at all on my Vista notebook under Eclipse

2009-08-07 Thread Trevis
Weird. I was planing to take a closer look after vacation to see if my hosts file was gone or something. But mine exists, only with the typo shown in the post you linked to. Weird that i dont have problems using tomcat with a broken hosts file. Oh well. Thanks for the post. (switching the ::

[gwt-contrib] Set cache headers properly in embedded Jetty for hosted mode

2009-08-07 Thread jat
Reviewers: scottb, Description: This patch sets the cache-related headers properly, similarly to how the embedded Tomcat did. This is derived from code in my production Jetty server (the default case is different of course) at home that has been running for a couple of years. Please review

[gwt-contrib] Re: Set cache headers properly in embedded Jetty for hosted mode

2009-08-07 Thread scottb
LGTM, but we should probably get a thumbs-up from at least one other interested person. http://gwt-code-reviews.appspot.com/56807 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Set cache headers properly in embedded Jetty for hosted mode

2009-08-07 Thread John Tamplin
On Fri, Aug 7, 2009 at 4:46 PM, sco...@google.com wrote: LGTM, but we should probably get a thumbs-up from at least one other interested person. http://gwt-code-reviews.appspot.com/56807 Suggestion of that person? -- John A. Tamplin Software Engineer (GWT), Google

[gwt-contrib] Re: Set cache headers properly in embedded Jetty for hosted mode

2009-08-07 Thread Scott Blum
Bob? Kelly? On Fri, Aug 7, 2009 at 4:56 PM, John Tamplin j...@google.com wrote: On Fri, Aug 7, 2009 at 4:46 PM, sco...@google.com wrote: LGTM, but we should probably get a thumbs-up from at least one other interested person. http://gwt-code-reviews.appspot.com/56807 Suggestion of that

Re: problem with history in hosted mode

2009-08-06 Thread Jeremiah Moses
that comes in hosted mode and on internet explorer [INFO] Unable to initialize the history subsystem; did you include the history frame in your host page? Try iframe src=javascript:'' id='__gwt_historyFrame' style='position:absolute;width:0;height:0;border:0'/iframe now the odd thing is i hvae

Re: problem with history in hosted mode

2009-08-06 Thread Salman Hemani
I have the following line in my html file and I don't see the problem in hosted mode. iframe src=javascript:'' id='__gwt_historyFrame' style='width: 0;height:0;border:0'/iframe Copy the above into your body tag. Let us know if that worked On Aug 7, 12:30 am, Jeremiah Moses jeremiah.mo

problem with history in hosted mode

2009-08-05 Thread Jeremiah Moses
Hey, I am having a strange problem with history i use the value change handler and had the problme wiht both 1.64 and now with 1.7. the problem is this error that comes in hosted mode and on internet explorer [INFO] Unable to initialize the history subsystem; did you include the history frame

Re: Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-08-05 Thread kugutsumen
that I would go with the new Out Of Process Hosted Mode.  Seehttp://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM That's a million times simpler (and less sketchy) than hacking your Java6 in OS X. OOPHM would be a more elegant solution but it was also broken when I took a look

Re: Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-08-05 Thread kugutsumen
Oh you're using 10.5.7. I had no problem on my Leopard machine. I might bug you later about getting OOPHM to work though. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: Hosted mode doesn't work at all on my Vista notebook under Eclipse

2009-08-04 Thread Trevis
Well that was a hellish 3 hours of my life that i'll never get back. For some reason localhost isn't working on my notebook with jetty. 127.0.0.1 though does work with it. On Aug 4, 12:34 am, Trevis trevistho...@gmail.com wrote: Ok, so i compiled it, downloaded tomcat 6 and ran the tests there

Re: Hosted mode doesn't work at all on my Vista notebook under Eclipse

2009-08-04 Thread Rajeev Dayal
See the following thread: http://groups.google.com/group/google-appengine-java/browse_thread/thread/1bcb20225a985425 There have been some instances of Vista shipping with a hosts file that does not properly map localhost. Rajeev On Tue, Aug 4, 2009 at 2:35 AM, Trevis trevistho...@gmail.com

Re: Hosted Mode CSS Refresh

2009-08-04 Thread Célio
I'm having the same problem. My css files are linked from the gwt module file (not the html host page). I just switched from Ubuntu to Windows and that problem happens only in Windows (with IE7 running in hosted mode). I'm going to try by linking them from the host page and see what happens

Re: Eexception handling in non-hosted mode?

2009-08-04 Thread Arthur Kalmenson
on the hosted mode? I would like to have something like GWT.log in non-hosted mode as well. How would I transport the excpetion information to the server side? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Re: Eexception handling in non-hosted mode?

2009-08-04 Thread mars1412
... -- Arthur Kalmenson On Sat, Aug 1, 2009 at 12:39 PM, micmichael.gn...@googlemail.com wrote: How should I do proper exception handling without relying on the hosted mode? I would like to have something like GWT.log in non-hosted mode as well. How would I transport the excpetion information

Re: Configuring GWT to run in hosted mode against a non-Java server

2009-08-04 Thread Sumit Chandel
Hi Damon, Have you checked out the FAQ link below on using your own server instead of GWT's built-in Jetty instance? How do I use my own server in hosted mode FAQ: http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html#How_do_I_use_my_own_server_in_hosted_mode_instead_of_GWT's

[gwt-contrib] Re: Fix Issue 3605: Spurious NoSuchElementException in web mode, but not hosted mode (EnumSet.of)

2009-08-04 Thread scottb
LGTM with nits. http://gwt-code-reviews.appspot.com/55803/diff/1/3 File user/test/com/google/gwt/emultest/java/util/EnumSetTest.java (right): http://gwt-code-reviews.appspot.com/55803/diff/1/3#newcode54 Line 54: if (array[0] != Numbers.One array[1] != Numbers.One) { What about set.contains()

Re: Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-08-03 Thread brett.wooldridge
Jesus Christ, you're considering hacking the Java6 binaries? Before I got anywhere near that I would go with the new Out Of Process Hosted Mode. See http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM That's a million times simpler (and less sketchy) than hacking your Java6 in OS X

Re: Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-08-03 Thread brett.wooldridge
Hosted Mode.  Seehttp://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM That's a million times simpler (and less sketchy) than hacking your Java6 in OS X. On Jul 3, 11:05 am, minichate chrissof...@hotmail.com wrote: Thank you very much! It is ugly, but it'll do until GWT itself

Re: GWT Hosted Mode Schriftgrößen Problem

2009-08-03 Thread Michael
bin an sich sehr begeistert. Bisher lief alles und meine Anwendung ist auch soweit fertig, nur habe ich heute beim Testen (im Hosted Mode) irgendein Tastaturkürzel gedrückt, sodass die Oberfläche komplett vergrößert ist. Der Style, den ich im *.css verwalte, ist gleich geblieben, aber FlexTable

Re: GWT Hosted Mode Schriftgrößen Problem

2009-08-03 Thread Nathan Wells
Anwendung ist auch soweit fertig, nur habe ich heute beim Testen (im Hosted Mode) irgendein Tastaturkürzel gedrückt, sodass die Oberfläche komplett vergrößert ist. Der Style, den ich im *.css verwalte, ist gleich geblieben, aber FlexTable/Grid/ListBoxItems sind alle plötzlich um das 10fache

Hosted Mode CSS Refresh

2009-08-03 Thread carpmike
Environment: Windows/IE8 Hosted Mode I recently upgrade my application to GWT 1.7 and the Codehaus Maven plugin. Previously when using the GWTShell I was able to make changes to css files and refresh the hosted browser to see the changes. After upgrading I decided to use the HostedMode browser

Re: Hosted Mode CSS Refresh

2009-08-03 Thread ping
I think this started to happen from 1.6. you will need to restart the application in order to see the changes in css. I didn't use Chodehaus Maven plugin and still have this problem. On Aug 3, 10:07 pm, carpmike carpm...@gmail.com wrote: Environment: Windows/IE8 Hosted Mode I recently upgrade

Re: Hosted Mode CSS Refresh

2009-08-03 Thread carpmike
Ugh - that bites. Am I missing something - do people normally do css work outside hosted mode (i figured that was one of the reasons for OOPHM - so I can use firebug in hosted mode to have a really productive environment)? On Aug 3, 1:59 pm, ping ping.li...@gmail.com wrote: I think this started

Re: Hosted Mode CSS Refresh

2009-08-03 Thread Ian Bambury
- that bites. Am I missing something - do people normally do css work outside hosted mode (i figured that was one of the reasons for OOPHM - so I can use firebug in hosted mode to have a really productive environment)? On Aug 3, 1:59 pm, ping ping.li...@gmail.com wrote: I think this started

Hosted mode doesn't work at all on my Vista notebook under Eclipse

2009-08-03 Thread Trevis
upgraded to MyEclipse 7.5 (Eclipse 3.4.2) i added the latest GWT version and eclipse plugin and it still does the same thing. I can create projects, compile them but i can not launch hosted mode. The Jetty browser and hosted server launch but i get an error in the browser and nothing but a simple

Re: Hosted mode doesn't work at all on my Vista notebook under Eclipse

2009-08-03 Thread Trevis
Ok, it has nothing to do with eclipse because the ant launched hosted mode doesn't work either. This is so frustrating! On Aug 3, 11:36 pm, Trevis trevistho...@gmail.com wrote: I've been developing pretty heavily in GWT on my desktop for the past month, tomorrow i'm going on a trip and trying

Re: Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-08-02 Thread pohl
GWT 0.0.0 At revision 5593. I noticed that you are using a trunk build of GWT here. Do you believe this is a necessary step in getting this to work? Also, does this mean that it is the new OOPHM that you got to work, or the legacy hosted mode? I just pre-ordered 10.6 today, and don't

GWT Hosted Mode Schriftgrößen Problem

2009-08-02 Thread Julia_HD
Hallo, ich versuche mich seit einigen Wochen an GWT und bin an sich sehr begeistert. Bisher lief alles und meine Anwendung ist auch soweit fertig, nur habe ich heute beim Testen (im Hosted Mode) irgendein Tastaturkürzel gedrückt, sodass die Oberfläche komplett vergrößert ist. Der Style, den ich

Font-Size in Hosted Mode

2009-08-02 Thread Julia_HD
Hi everyone, first sorry, if someone reads the same in German - I'm new to Google Groups (and GWT), and posted the message in a wrong group before :( I am finished with my last Web App today and in the last weeks everythings worked fine. Today...when I run the testings in Hosted Mode, all my

Re: Font-Size in Hosted Mode

2009-08-02 Thread Jeff Chimene
everythings worked fine. Today...when I run the testings in Hosted Mode, all my flextables/ grids/listBoxItems changed the front-size - it is about 20px now. I just clicked around a little bit, tested my application and so on...all my other styles are still the same; tablecolors, labelstyles

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