Use hosted mode existing tomcat server and not with embadded jetty server

2011-01-27 Thread tarik.bts...@gmail.com
Hello all, I'm new gwt and i'm working in project which i create by using eclipse and architype of gwt-maven pluging. So my problem is how to use my existnig tomcat server to debug my application ? i made some researsh what i find is to add noServertrue/noServer in my gwt-maven pluging

Re: Plugin fails to connect to hosted mode server

2011-01-19 Thread Aim
I also have upgraded my application to GWT 2.1.1 and plugin on chrome has started failing. Although it's working on IE. Strange as most of the time it's IE which is trouble maker :) Thanks, On Dec 24 2010, 9:20 am, Sethu writetose...@googlemail.com wrote: Not seeing any alternative. I have

Re: Plugin fails to connect to hosted mode server

2011-01-19 Thread Aneublav
*PLEASE MAKE SURE NO PROPRIETARY, SENSITIVE OR PRIVATE INFORMATION IS SENT/POSTED HERE* if you dont mind and have no restrictions on sending some debugging data, you may want to: open a command line shell (cmd.exe) as admin and run: netstat -ano info.txt netsh advfirewall firewall show rule

Re: GWT.create([AnyService]) hangs only on hosted mode

2011-01-12 Thread Y2i
Strange, there have been no issues for me running GWT 2.1.0 and 2.1.1 on 64-bit Ubuntu 10.04. GWT issues database is here: http://code.google.com/p/google-web-toolkit/issues/list -- Java(TM) SE Runtime Environment (build 1.6.0_22-b04) Java HotSpot(TM) 64-Bit Server VM

Re: GWT.create([AnyService]) hangs only on hosted mode

2011-01-12 Thread Oscar Herrera
Well, looking at the issues db I found issue 2507 that relates something similar, not with GWT.create but they relate an incompatibility issue on mac, that they used to fix by using -d32 when starting the server, the thing is that i've tried that solution and it doesn't work. I'm working right now

Re: GWT.create([AnyService]) hangs only on hosted mode

2011-01-12 Thread Y2i
Ubuntu allows switching between different installed java versions: update-java-alternatives -s java-version May be there is something similar for Mac? -- 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.create([AnyService]) hangs only on hosted mode

2011-01-11 Thread Oscar Herrera
After 70+ hours working on this issue, I found what is causing it!, on my mac I'm using JVM 64 bits, the same on that windows 7 machine using an core i5 processor. After desperate tests I took my wife's computer running windows 7 and the project runs ok there, the only difference I could find

[gwt-contrib] Re: Re-enable a few style tests now that old linux hosted mode is gone (issue1228801)

2011-01-05 Thread fredsa
http://gwt-code-reviews.appspot.com/1228801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re-enable a few style tests now that old linux hosted mode is gone (issue1228801)

2011-01-05 Thread zundel
LGTM http://gwt-code-reviews.appspot.com/1228801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9499 committed - Re-enable a few style tests now that old linux hosted mode is gone...

2011-01-05 Thread codesite-noreply
Revision: 9499 Author: fre...@google.com Date: Wed Jan 5 14:37:41 2011 Log: Re-enable a few style tests now that old linux hosted mode is gone Review at http://gwt-code-reviews.appspot.com/1228801 Review by: zun...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9499

GWT.create([AnyService]) hangs only on hosted mode

2010-12-30 Thread Oscar Herrera
Hi, I've been working on a project for more than eight months using GWT without any issue, recently I upgraded to version 2.1 and since then anytime I call GWT.create([AnyService]) the browser hangs. It used to show me an OutOfMemoryException so I set Xmx to 4096m, XX:MaxPermSize to 1024m and -Xss

Re: get plugin failed to connect to hosted mode server on .... error with Chrome GWT developer plugin but works fine with Firefox

2010-12-29 Thread Chris Conroy
If you are using Chrome Dev Channel there is a known but not yet well understood bug with crankshaft (v8) that seems to be breaking DevMode. I'd advise you to switch to Chrome Beta in the meantime. On Sat, Dec 25, 2010 at 4:52 PM, egar ed.gar...@gmail.com wrote: I'm still seeing this issue.

Re: get plugin failed to connect to hosted mode server on .... error with Chrome GWT developer plugin but works fine with Firefox

2010-12-25 Thread egar
I'm still seeing this issue. Plugin version is 1.0.9274. The GWT plugin icon stays red and shows host 127.0.0.1 is allowed to use the plugin. There is no problem when using Firefox though. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: Plugin fails to connect to hosted mode server

2010-12-24 Thread Sethu
Not seeing any alternative. I have raised an issue for this http://code.google.com/p/google-web-toolkit/issues/detail?id=5815 On Dec 23, 8:17 am, Sethu writetose...@googlemail.com wrote: Hi Chris, I did what you told me. I added both 127.0.0.1 and localhost to the allowed hosts in the GWT

Re: Plugin fails to connect to hosted mode server

2010-12-22 Thread Glenn Davies
to the console). But when I go to the browser and try to connect, it throws the failed to connect to the hosted mode error. Actually, it fails to connect to any of the other servlets I had written as well. On Dec 21, 9:11 pm, a...@mechnicality.coma...@mechnicality.com wrote

Re: Plugin fails to connect to hosted mode server

2010-12-22 Thread Glenn Davies
...and it turns out that there's a simple answer. We use a hosts file entry (e.g. app.local.com) which resolves to 127.0.0.1 so we can use a development SSL certificate on all dev machines. Although this host is 127.0.0.1, you need to add app.local.com to the list of allowed hosts in the

Re: Plugin fails to connect to hosted mode server

2010-12-22 Thread Sethu
Unfortunately I dont have an entry in my hosts file. I added a localhost 127.0.0.1 for an extra measure and tried and still got the same error. Does anyone know why this is happening? The plug ins on chrome, firefox, and IE all of them consistently give me the same error. On Dec 22, 7:53 pm,

Re: Plugin fails to connect to hosted mode server

2010-12-22 Thread Chris Conroy
You don't need to add entries for localhost since those are allowed by default. When you get the error do you see the GWT toolbox turn gray? Click it, then click Update Your Configuration. It will autofill the options page with the host it detected and you can add it to your whitelist. Once

Re: Plugin fails to connect to hosted mode server

2010-12-22 Thread Sethu
Hi Chris, I did what you told me. I added both 127.0.0.1 and localhost to the allowed hosts in the GWT plugin of chrome. Actually it says you need to add one only if you are doing some cross machine debugging. I am connecting from localhost only. Not sure what more to do. I have started up

Plugin fails to connect to hosted mode server

2010-12-21 Thread Sethu
Hi, When I try to run the GWTs sample application project in the hosted mode on chrome, the static parts of the page load and then it throws an error saying plug in fails to connect to the hosted mode web server. My system config is below: OS: Windows 7 Home Premium (Windows firewall off

Re: Plugin fails to connect to hosted mode server

2010-12-21 Thread a...@mechnicality.com
Please show us the stack trace Thanks - Reply message - From: Sethu writetose...@googlemail.com Date: Tue, Dec 21, 2010 2:36 am Subject: Plugin fails to connect to hosted mode server To: Google Web Toolkit google-web-toolkit@googlegroups.com Hi, When I try to run the GWTs sample

Re: Plugin fails to connect to hosted mode server

2010-12-21 Thread Sethu
on the PC that is running XP (32 bit). But when I move to the 64 bit win 7 machine, the server starts up (i have a start up servlet that inialises stuff and logs to the console). But when I go to the browser and try to connect, it throws the failed to connect to the hosted mode error. Actually, it fails

Re: Plugin fails to connect to hosted mode server

2010-12-21 Thread a...@mechnicality.com
and logs to the console). But when I go to the browser and try to connect, it throws the failed to connect to the hosted mode error. Actually, it fails to connect to any of the other servlets I had written as well. On Dec 21, 9:11 pm, a...@mechnicality.coma...@mechnicality.com wrote: Please show us

Re: Plugin fails to connect to hosted mode server

2010-12-21 Thread a...@mechnicality.com
and logs to the console). But when I go to the browser and try to connect, it throws the failed to connect to the hosted mode error. Actually, it fails to connect to any of the other servlets I had written as well. On Dec 21, 9:11 pm, a...@mechnicality.coma...@mechnicality.com wrote: Please show

Re: Plugin fails to connect to hosted mode server

2010-12-21 Thread Sethu
to the 64 bit win 7 machine, the server starts up (i have a start up servlet that inialises stuff and logs to the console). But when I go to the browser and try to connect, it throws the failed to connect to the hosted mode error. Actually, it fails to connect to any of the other servlets I had

[gwt-contrib] Re-enable a few style tests now that old linux hosted mode is gone (issue1228801)

2010-12-16 Thread fredsa
Reviewers: zundel, Description: Re-enable a few style tests now that old linux hosted mode is gone Please review this at http://gwt-code-reviews.appspot.com/1228801/show Affected files: M user/test/com/google/gwt/dom/client/StyleTest.java Index: user/test/com/google/gwt/dom/client

[gwt-contrib] Re: Re-enable a few style tests now that old linux hosted mode is gone (issue1228801)

2010-12-16 Thread zundel
So this patch just backs out r5374. Can we be more specific in the comment and say that the error was pre gecko 1.8? (Mozilla 1.7 was linux hosted mode) (checked with svn diff -c 5374 user/test/com/google/gwt/dom/client/StyleTest.java) here is the log

Re: meta http-equiv=X-UA-Compatible content=IE=9 / will crash hosted mode

2010-12-09 Thread TomNobles
-equiv=X-UA-Compatible content=IE=9 / to the app page html? I would like use the better css implementation of IE9 (e.g. round corner) and added that piece of meta tag.  It will restart the IE every time i run hosted mode.  I have both gwt sdk 2.0.3 and  2.1 rc1 installed in different instance

Re: get plugin failed to connect to hosted mode server on .... error with Chrome GWT developer plugin but works fine with Firefox

2010-12-08 Thread Chris Conroy
, 2010 at 6:08 AM, puthali puthali...@gmail.com wrote: Hi, From yesterday I've been getting plugin failed to connect to hosted mode server on 127.0.0.1:9997 error with GWT developer plugin on Chrome but when I try the same on Firefox it works. Any help will be greatly appreciated as I really

get plugin failed to connect to hosted mode server on .... error with Chrome GWT developer plugin but works fine with Firefox

2010-12-06 Thread puthali
Hi, From yesterday I've been getting plugin failed to connect to hosted mode server on 127.0.0.1:9997 error with GWT developer plugin on Chrome but when I try the same on Firefox it works. Any help will be greatly appreciated as I really don't want to launch FF just for this. My Chrome GWT

Hosted Mode Runtime Configurations not working anymore

2010-12-06 Thread JoeyG
My system app uses IE8 on Windows7 and we are using GWT 2.1. I use IntelliJ 9.x and when I start a hosted mode session using the Run Configuration that I've always had, now when I click Launch Browser it opens a Tab in IE but IE shows a page that says Internet Explorer cannot display

Re: GWT module 'X' needs to be (re)compiled, please run a compile or use the Compile/Browse button in hosted mode

2010-10-27 Thread jorge
-plugin. I've been searching over the internet for this and tried a lot of things and I can't solve it. I tried to move back to 1.7.0 but now I always get Plugin failed to connect hosted mode server at localhost:9997 even when I run maven plugin in port 9997 or ip 127.0.0.1 Anyone can help me

GWT module 'X' needs to be (re)compiled, please run a compile or use the Compile/Browse button in hosted mode

2010-10-25 Thread jorge
Hi! I was trying to update to GWT 2.0.4 from 1.7.0 and I got this message. I'm using gwt-maven-plugin. I've been searching over the internet for this and tried a lot of things and I can't solve it. I tried to move back to 1.7.0 but now I always get Plugin failed to connect hosted mode server

Re: Plugin failed to connect to hosted mode server at 127.0.0.1:9997 Weblogic

2010-10-14 Thread Jin
check that you're running GWT in hosted mode - you typically do this in your IDE (in Netbeans, go to Debug - GWT Dev Mode, similar for Eclipse). Also, check the port that GWT will run on in hosted mode. The default is what you specified (9997), but it may have been changed (look up

meta http-equiv=X-UA-Compatible content=IE=9 / will crash hosted mode

2010-10-14 Thread Kevin (Yau) Leung
Has anyone tried adding meta http-equiv=X-UA-Compatible content=IE=9 / to the app page html? I would like use the better css implementation of IE9 (e.g. round corner) and added that piece of meta tag. It will restart the IE every time i run hosted mode. I have both gwt sdk 2.0.3 and 2.1 rc1

Plugin failed to connect to hosted mode server at 127.0.0.1:9997 Weblogic

2010-10-13 Thread xworker
Hi Running an GWT app on weblogic. How I deployed: Went into the weblogic console, - deployments, browsed to the location of the project/war dir. It deployed fine. When trying the url i get Plugin failed to connect to hosted mode server at 127.0.0.1:9997 the url was http://127.0.0.1:

Atomikos, hosted mode (Jetty): No Constructor: New id=tx class=org.mortbay.jetty.plus.naming.Transaction

2010-10-01 Thread Y2i
I'm following these instructions http://docs.codehaus.org/display/JETTY/Atomikos and got stuck on Step 2 in the hosted mode; stand-alone mode works fine. I added these lines to jetty-web.xml: New id=tx class=org.mortbay.jetty.plus.naming.Transaction ArgNew class

plugin failed to connect to hosted mode server at...

2010-10-01 Thread tashi
I created a simple project that uses gwt and gwt-maps.jar, which worked few days ago, and now all of a sudden not working. I recreated it multiple times but no luck. Every time i put address into my browser I get 'plugin failed to connect blah blah' After running it Chrome the dev mode window

Re: plugin failed to connect to hosted mode server at...

2010-10-01 Thread Артём
Check the Classpath of your Run Configuration. It looks like your source folder is missing from it. (GWT compiler need to find your Java source files somewhere, it uses Classpath for this). On Oct 1, 9:34 am, tashi na.aleksandr...@gmail.com wrote: I created a simple project that uses gwt and

Re: plugin failed to connect to hosted mode server at...

2010-10-01 Thread tashi
Thank you so much for replying.. I need to get this done in a week. I had it working but then all of sudden it stopped, I think my project got corrupted. But I'm pretty sure I got to work by messing around with different configurations, but can't remember what exactly I did and what worked. I

Re: plugin failed to connect to hosted mode server at...

2010-10-01 Thread Thomas Broyer
On 1 oct, 22:59, tashi na.aleksandr...@gmail.com wrote: Thank you so much for replying.. I need to get this done in a week. I had it working but then all of sudden it stopped, I think my project got corrupted. But I'm pretty sure I got to work by messing around with different configurations,

Re: plugin failed to connect to hosted mode server at...

2010-10-01 Thread tashi
So here is an update I recreated the project again. I created one using eclipse and workspace of my flashdrive, second one using eclipse +workspace on my desktop. Different names of the project everything else is the same. The one from my flashdrive worked right away, the one from my desktop gives

Re: plugin failed to connect to hosted mode server at...

2010-10-01 Thread tashi
I redid everything on my desktop with fresh download of elipse and everything else, maybe I downloaded corrupted .jar file. But now I went back to my laptop and redid the projects. Right now I have 3 and randomly work whenever either one of them feels like working.. I'm so confused, either I'm

JUnit hosted mode test fails with java.net.SocketException: Resource temporarily unavailable: recv failed

2010-09-28 Thread adirondack
I create the default GWT app in Eclipse. It runs fine. Then I create a simple test and is fails with the following log and junit errors. Please! I've spent way too much time trying to figure this out alone. Can anyone help? Here is the log: Started code server on port 1600 Starting HTTP on

Re: plugin failed to connect to hosted mode server at 127.0.0.1:9997

2010-09-17 Thread consutes
Hi bouadma abderrazak, are you found the solution? -- 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: plugin failed to connect to hosted mode server at 127.0.0.1:9997

2010-09-17 Thread Rajeev Dayal
Look at your c:\Windows\system32\drivers\etc\hosts file. What do the entries look like in there? On Fri, Sep 17, 2010 at 11:20 AM, consutes consu...@hotmail.com wrote: Hi bouadma abderrazak, are you found the solution? -- You received this message because you are subscribed to the

Re: GWT Hosted Mode Slow

2010-09-16 Thread Frederic Conrotte
We have the same issue and we realized that deleting all the GWT- produced files in the Windows %Temp% folder solved the problem Fred On Sep 15, 11:26 pm, Niels n...@niemo.com wrote: I have a bit of a problem with GWT Hosted mode taking an awful long time to launch my app - even just reloading

Re: GWT Hosted Mode Slow

2010-09-16 Thread Niels
 am, Frederic Conrotte frederic.conro...@gmail.com wrote: We have the same issue and we realized that deleting all the GWT- produced files in the Windows %Temp% folder solved the problem Fred On Sep 15, 11:26 pm, Niels n...@niemo.com wrote: I have a bit of a problem with GWT Hosted

GWT Hosted Mode Slow

2010-09-15 Thread Niels
I have a bit of a problem with GWT Hosted mode taking an awful long time to launch my app - even just reloading the page (with the server running and no code changes) takes forever. The CPU is at 100% for a couple of minutes and as far as I can tell none of my code executes (it's deep

Re: GWT Hosted Mode Slow

2010-09-15 Thread Chris Conroy
with GWT Hosted mode taking an awful long time to launch my app - even just reloading the page (with the server running and no code changes) takes forever. The CPU is at 100% for a couple of minutes and as far as I can tell none of my code executes (it's deep in the belly of some GWT code). The few

Using slf4j in hosted mode :

2010-08-31 Thread Etienne Lacazedieu
Hi, I've had difficulties to use slf4j in Hosted mode. This post (http:// groups.google.com/group/google-web-toolkit/browse_thread/thread/ ca28213d01632087/74f8cf4628f84eda?lnk=gstq=slf4j#74f8cf4628f84eda) helped me, but I stlil have a problem with this : The solution described works, and solved

Re: app engine with hosted mode

2010-08-30 Thread Chris Conroy
, I posted a while back about having trouble running App Engine under hosted mode using the gwt-maven-plugin. http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2432606db3635f3d/fbd6a8749c977b0d?lnk=gstq=app+engine+hosted#fbd6a8749c977b0d I've been able to find the correct

Re: app engine with hosted mode

2010-08-30 Thread alexh
be hitting the embedded server--not DevMode. You need that fragment to tell the plugin in your browser to use DevMode. On Sun, Aug 29, 2010 at 8:42 PM, alexh alexanderhar...@gmail.com wrote: Hi, I posted a while back about having trouble running App Engine under hosted mode using

app engine with hosted mode

2010-08-29 Thread alexh
Hi, I posted a while back about having trouble running App Engine under hosted mode using the gwt-maven-plugin. http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2432606db3635f3d/fbd6a8749c977b0d?lnk=gstq=app+engine+hosted#fbd6a8749c977b0d I've been able to find the correct

GWT hosted mode is extremly slow

2010-08-26 Thread haimke
I am using GWT 2.0.3, firefox 3.6.8, gwt plugin, Eclipse Galileo, embedded Jetty gwt compilation time ~1minute and its the app running speed is ok but using hosted mode in firefox (or IE) is terribly slow and unpredictable. sometimes firefox is stuck for 30 seconds, sometimes for 8 minutes

Re: GWT hosted mode is extremly slow

2010-08-26 Thread jocke eriksson
gwt compilation time ~1minute and its the app running speed is ok but using hosted mode in firefox (or IE) is terribly slow and unpredictable. sometimes firefox is stuck for 30 seconds, sometimes for 8 minutes usually no less than 3 minutes until I see some response. It is impossible to keep

Re: GWT hosted mode is extremly slow

2010-08-26 Thread haimke
I don't knows what ClientBundles are, and I am not using images so I probably don't have it at all. I find it awkward how could Google develop Gmail and Wave using GWT when it works so slow using hosted mode. -- You received this message because you are subscribed to the Google Groups Google

Re: GWT hosted mode is extremly slow

2010-08-26 Thread Gal Dolber
slow using hosted mode. -- 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

[gwt-contrib] Re: Make xsiframe linker use a .js file for hosted mode so that cross site hosted mode will work (issue784801)

2010-08-25 Thread unnurg
http://gwt-code-reviews.appspot.com/784801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Make xsiframe linker use a .js file for hosted mode so that cross site hosted mode will work (issue784801)

2010-08-23 Thread unnurg
http://gwt-code-reviews.appspot.com/784801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Make xsiframe linker use a .js file for hosted mode so that cross site hosted mode will work (issue784801)

2010-08-23 Thread spoon
LGTM http://gwt-code-reviews.appspot.com/784801/diff/3002/7001 File dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.js (right): http://gwt-code-reviews.appspot.com/784801/diff/3002/7001#newcode4 dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.js:4: var $moduleName =

[gwt-contrib] Make xsiframe linker use a .js file for hosted mode so that cross site hosted mode will work (issue784801)

2010-08-19 Thread unnurg
Reviewers: Lex, Description: Make xsiframe linker use a .js file for hosted mode so that cross site hosted mode will work Please review this at http://gwt-code-reviews.appspot.com/784801/show Affected files: A dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.js D dev/core/src/com

[gwt-contrib] Re: Create a red dev mode glass panel when hosted mode fails to load your module, similar to the gra... (issue730802)

2010-08-10 Thread fredsa
Committed in r8509 http://code.google.com/p/google-web-toolkit/source/detail?r=8509 http://gwt-code-reviews.appspot.com/730802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Create a red dev mode glass panel when hosted mode fails to load your module, similar to the gra... (issue730802)

2010-08-10 Thread Kelly Norton
Did I already mention how awesome it is that you fixed this? awesome! /kelly On Tue, Aug 10, 2010 at 5:05 PM, fre...@google.com wrote: Committed in r8509 http://code.google.com/p/google-web-toolkit/source/detail?r=8509 http://gwt-code-reviews.appspot.com/730802/show -- If you

[gwt-contrib] Re: Create a red dev mode glass panel when hosted mode fails to load your module, similar to the gra... (issue730802)

2010-08-04 Thread fredsa
http://gwt-code-reviews.appspot.com/730802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Create a red dev mode glass panel when hosted mode fails to load your module, similar to the gra... (issue730802)

2010-08-04 Thread scottb
LGTM, except I kind of preferred the red. :) http://gwt-code-reviews.appspot.com/730802/diff/11001/12003 File dev/core/src/com/google/gwt/dev/shell/ModuleSpace.java (right): http://gwt-code-reviews.appspot.com/730802/diff/11001/12003#newcode387

[gwt-contrib] Re: Create a red dev mode glass panel when hosted mode fails to load your module, similar to the gra... (issue730802)

2010-08-04 Thread fredsa
http://gwt-code-reviews.appspot.com/730802/diff/11001/12003 File dev/core/src/com/google/gwt/dev/shell/ModuleSpace.java (right): http://gwt-code-reviews.appspot.com/730802/diff/11001/12003#newcode387 dev/core/src/com/google/gwt/dev/shell/ModuleSpace.java:387: onModuleLoad() threw an unexpected

[gwt-contrib] Re: Create a red dev mode glass panel when hosted mode fails to load your module, similar to the gra... (issue730802)

2010-08-04 Thread Fred Sauer
On Wed, Aug 4, 2010 at 2:42 PM, sco...@google.com wrote: LGTM, except I kind of preferred the red. :) Patches welcome :-) http://gwt-code-reviews.appspot.com/730802/diff/11001/12003 File dev/core/src/com/google/gwt/dev/shell/ModuleSpace.java (right):

[gwt-contrib] Re: Create a red dev mode glass panel when hosted mode fails to load your module, similar to the gra... (issue730802)

2010-08-04 Thread fredsa
http://gwt-code-reviews.appspot.com/730802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Create a red dev mode glass panel when hosted mode fails to load your module, similar to the gra... (issue730802)

2010-08-04 Thread scottb
LGTM http://gwt-code-reviews.appspot.com/730802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Create a red dev mode glass panel when hosted mode fails to load your module, similar to the gra... (issue730802)

2010-08-02 Thread scottb
LGTM, but we should prefix the method with __gwt_ for namespacing. http://gwt-code-reviews.appspot.com/730802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Create a red dev mode glass panel when hosted mode fails to load your module, similar to the gra... (issue730802)

2010-08-02 Thread fredsa
http://gwt-code-reviews.appspot.com/730802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Create a red dev mode glass panel when hosted mode fails to load your module, similar to the gra... (issue730802)

2010-08-01 Thread fredsa
Reviewers: jat, Description: Create a red dev mode glass panel when hosted mode fails to load your module, similar to the gray glass panel which indicates lost communication with the development mode server. Please review this at http://gwt-code-reviews.appspot.com/730802/show Affected files

Re: JNDI datasources in GWT 2.1.0 M2 hosted mode

2010-07-28 Thread Y2i
My simple problem in GWT 2.0.3 is solved: all I had to do is to copy jetty-naming-6.1.23.jar and jetty-plus-6.1.23.jar into war/WEB-INF/ lib. No modifications to java command line were required. On Jul 27, 12:45 pm, Y2i yur...@gmail.com wrote: Hi Lukateake, Have you been able to solve your

Re: JNDI datasources in GWT 2.1.0 M2 hosted mode

2010-07-27 Thread Y2i
Hi Lukateake, Have you been able to solve your problem? I have a simpler problem of configuring JNDI in GWT 2.0.3. My Configure class=org.mortbay.jetty.webapp.WebAppContext/ looks exactly as yours (that works under M1), except it uses postgresql driver. Configure

eclipse plugin - Navigation canceled in hosted mode

2010-07-25 Thread Thomas Kim
I am getting this Navigation to the webpage was canceled on the hosted browser from Eclipse GWT Plugin. I am using eclipse helios along with gwt plugin. I've googled a bit and other folks have fixed similar issues with changing the windows hosts file ( replacing ::1 localhost with 127.0.0.1

JNDI datasources in GWT 2.1.0 M2 hosted mode

2010-07-21 Thread lukateake
Has anyone successfully got JNDI datasources up and running under Milestone 2? The class packages changed from mortbay to eclipse as I understand it. My jetty-env.xml file (DOES NOT WORK): Configure class=org.eclipse.jetty.webapp.WebAppContext New id=MySQLMSA

Serialization policy file found in production mode, but not in hosted mode

2010-07-20 Thread Eric
Hi All, I am get the following error in hosted mode only (production mode works fine): 2010-07-20 08:59:22,114 INFO [org.apache.catalina.core.ContainerBase. [jboss.web].[localhost].[/]](http-0.0.0.0-8001-2) spring-mvc: ERROR: The serialization policy file '[module url

Re: Serialization policy file found in production mode, but not in hosted mode

2010-07-20 Thread Eric
Maybe getting closer? I found this ProxyCreator.writeSerializationPolicyFile() method is responsible for determining the serialization policy file name. And it is being called in hosted mode. Is it possible this would generate different file names in hosted vs. production modes

Re: Serialization policy file found in production mode, but not in hosted mode

2010-07-20 Thread Eric
Code server in Eclipse, GWT could find a different set of serialization classes. That's exactly what happened. When I changed my GWT Code Server's classpath to only include the production source, my issue was resolved and the serialization policy file name generated in hosted mode was the same

Re: Eclipse debugger not running in hosted mode?

2010-07-16 Thread Olivier Monaco
! On Jul 15, 8:38 pm, lineman78 linema...@gmail.com wrote: Are you running in the embedded server? On Jul 15, 2:05 pm, David Vree david.h.v...@gmail.com wrote: I have tried to use the Eclipse debugger with the sample application in hosted mode, so I know it works.  But in my

Eclipse debugger not running in hosted mode?

2010-07-15 Thread David Vree
I have tried to use the Eclipse debugger with the sample application in hosted mode, so I know it works. But in my own application (a multi-module maven project) the stop point I put on OnModuleLoad isn't triggering. I've tried many different things. Any ideas? -- You received this message

Re: Eclipse debugger not running in hosted mode?

2010-07-15 Thread lineman78
Are you running in the embedded server? On Jul 15, 2:05 pm, David Vree david.h.v...@gmail.com wrote: I have tried to use the Eclipse debugger with the sample application in hosted mode, so I know it works.  But in my own application (a multi-module maven project) the stop point I put

Re: Eclipse debugger not running in hosted mode?

2010-07-15 Thread David Vree
Eclipse! On Jul 15, 8:38 pm, lineman78 linema...@gmail.com wrote: Are you running in the embedded server? On Jul 15, 2:05 pm, David Vree david.h.v...@gmail.com wrote: I have tried to use the Eclipse debugger with the sample application in hosted mode, so I know it works.  But in my own

Re: Eclipse debugger not running in hosted mode?

2010-07-15 Thread lineman78
wrote: I have tried to use the Eclipse debugger with the sample application in hosted mode, so I know it works.  But in my own application (a multi-module maven project) the stop point I put on OnModuleLoad isn't triggering. I've tried many different things.  Any ideas? -- You

Re: Eclipse debugger not running in hosted mode?

2010-07-15 Thread David Vree
: I have tried to use the Eclipse debugger with the sample application in hosted mode, so I know it works.  But in my own application (a multi-module maven project) the stop point I put on OnModuleLoad isn't triggering. I've tried many different things.  Any ideas? -- You

Re: Eclipse debugger not running in hosted mode?

2010-07-15 Thread David Vree
within Eclipse! On Jul 15, 8:38 pm, lineman78 linema...@gmail.com wrote: Are you running in the embedded server? On Jul 15, 2:05 pm, David Vree david.h.v...@gmail.com wrote: I have tried to use the Eclipse debugger with the sample application in hosted mode, so I know

Re: Problem with code which works in compiled mode and fails in hosted mode

2010-07-07 Thread CarToro
Hi Alan, I think I misled you with my answer. It turns out that the GWT-G3D had a very similar problem, but not quite the same. I started using the GWT-GL wrapper, and now I'm having the same problem as you are! For some reason, the method glContext.getUniformLocation(shaderProgram,

Re: Problem with code which works in compiled mode and fails in hosted mode

2010-07-06 Thread CarToro
Hi Alan, It looks like you haven't received many replies yet. I ran into the same problem, but I managed to find a solution. Albeit not the most elegant, it did allow me to carry on working. OK, your problem is around here The actual lines of code are:         float [] perspectiveMatrix =

Plugin failed to connect to hosted mode server error message

2010-07-04 Thread Andrew R
I created my first GWT project, and I'm getting this error. The StockWatcher application in the tutorial worked fine--no problems. I've read all related posts in this group and tried every suggestion, but without success. I tried changing the url from 127.0.0.1 to localhost, and I've tried using

Re: Plugin failed to connect to hosted mode server error message

2010-07-04 Thread pexys . inc
I found the cause of this error. I was not calling setElement on the MyWidget object. On Jul 2, 2010 6:56pm, Andrew R pexys@gmail.com wrote: I created my first GWT project, and I'm getting this error. The StockWatcher application in the tutorial worked fine--no problems. I've

Re: Application works only in hosted mode

2010-06-18 Thread Günter Zöchbauer
with that in hosted mode but in web mode i got a blank page. On Jun 11, 11:37 am, Stefan Ludwig tapir0...@gmail.com wrote: Hi, I have a simple application contains a GXT form panel. When I start the app inhostedmodeitworksfine. But not in normalmode. In Firebug I see, that all files are well loaded

Re: Application works only in hosted mode

2010-06-12 Thread Stefan Ludwig
is not about GXT. It is about pure GWT. Stefan Bacherthttp://gwtworld.de On Jun 11, 11:37 am, Stefan Ludwig tapir0...@gmail.com wrote: Hi, I have a simple application contains a GXT form panel. When I start the app in hosted mode it works fine. But not in normal mode. In Firebug I see

Re: Application works only in hosted mode

2010-06-12 Thread Chris Lercher
:37 am, Stefan Ludwig tapir0...@gmail.com wrote: Hi, I have a simple application contains a GXT form panel. When I start the app in hosted mode it works fine. But not in normal mode. In Firebug I see, that all files are well loaded (Status 200 OK). When I check the generated HTML with Firbug

Re: app engine with hosted mode

2010-06-12 Thread Sky
I dunno, it just works with Eclipse. A GWT project created in Eclipse with AppEngine chosen for the server automatically runs the AppEngine server and it all works beautifully. lol, I should stick to answering threads specifically about the GWT ui and widgets cuz that's what I'm pretty good at :P

Application works only in hosted mode

2010-06-11 Thread Stefan Ludwig
Hi, I have a simple application contains a GXT form panel. When I start the app in hosted mode it works fine. But not in normal mode. In Firebug I see, that all files are well loaded (Status 200 OK). When I check the generated HTML with Firbug, I see that the DIV (my GWT container) is empty

Re: Application works only in hosted mode

2010-06-11 Thread Stefan Bachert
Hi Stefan, this forum is not about GXT. It is about pure GWT. Stefan Bachert http://gwtworld.de On Jun 11, 11:37 am, Stefan Ludwig tapir0...@gmail.com wrote: Hi, I have a simple application contains a GXT form panel. When I start the app in hosted mode it works fine. But not in normal mode

Re: app engine with hosted mode

2010-06-11 Thread alexh
No one has tried this? On Jun 9, 9:12 pm, alexh alexanderhar...@gmail.com wrote: Hi, I am currently developing a GWT application that will run on Google App Engine. I have chosen to use Maven and am running my application from the command line for debugging and testing. What I would like to

app engine with hosted mode

2010-06-10 Thread alexh
Hi, I am currently developing a GWT application that will run on Google App Engine. I have chosen to use Maven and am running my application from the command line for debugging and testing. What I would like to be able to do is run my application in the GWT 2.0 hosted environment but still

Re: How to configure jetty in hosted mode

2010-06-08 Thread Antonio R. de Oliveira
need to add a user to Jetty and assign a specific role. Does anyone know how to get access to the Jetty config used by hosted mode? -- 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

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