Re: GWT 1.5 to 1.6: App won't work in Hosted Mode

2009-07-13 Thread Sky
the breakpoint with this simple project/quote Just to be clear I meant with my project. Since the sample app works in hosted mode I am assuming I can debug it perfectly fine. In terms of version, I see JDK 1.6.4 I don't see 1.6.0_14 or 13 just 1.6.4 in the build path. If it helps to know I am

Re: GWT 1.5 to 1.6: App won't work in Hosted Mode

2009-07-13 Thread Jason Parekh
with this simple project/quote Just to be clear I meant with my project. Since the sample app works in hosted mode I am assuming I can debug it perfectly fine. In terms of version, I see JDK 1.6.4 I don't see 1.6.0_14 or 13 just 1.6.4 in the build path. If it helps to know I am running

Re: GWT 1.5 to 1.6: App won't work in Hosted Mode

2009-07-13 Thread Sky
revisions like 1.6.013 like Jason suggested. On Jul 13, 4:02 pm, Sky myonceinalifet...@gmail.com wrote: quoteStrange about not hitting the breakpoint with this simple project/quote Just to be clear I meant with my project. Since the sample app works in hosted mode I am assuming I

Re: GWT 1.5 to 1.6: App won't work in Hosted Mode

2009-07-13 Thread Sky
project/quote Just to be clear I meant with my project. Since the sample app works in hosted mode I am assuming I can debug it perfectly fine. In terms of version, I see JDK 1.6.4 I don't see 1.6.0_14 or 13 just 1.6.4 in the build path. If it helps to know I am running

[Ask] How to Run GWT App in Hosted Mode by Using Netbeans 6.5?

2009-07-09 Thread Leonardo Carreira
Hello All :).. i have a simple problem.. How to run GWT App in Hosted Mode by Using Netbeans6.5?.. I have Created Web application.. and i added GWT plugins too.. then i have created GWT EntryPoint class.. How to run that GWT EntryPoint Class in Hosted Mode?... Thanks in advance

Re: How to Run GWT App in Hosted Mode by Using Netbeans 6.5?

2009-07-09 Thread Leonardo Carreira
@XiaoR Hii Xiao.. Thanks for your reply.. :) Yap iam quite new to GWT,, :( Thanks for your suggestion... Okay.. maybe i'll use Eclipse for develop GWT app.. Thanks in advance.. :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: [Ask] How to Run GWT App in Hosted Mode by Using Netbeans 6.5?

2009-07-09 Thread 任胜韦
I have the same question. It seems easier to run the hosted mode using eclipse rather than using netbeans --XiaoR On Thu, Jul 9, 2009 at 6:32 AM, Leonardo Carreira leonardo.carre...@yahoo.com.sg wrote: Hello All :).. i have a simple problem.. How to run GWT App in Hosted Mode by Using

Eclipse Plugin - linked folder are not recognized in hosted mode

2009-07-08 Thread Jens
I'm in the process of upgrading our project structure from 1.5.x to 1.6.x and try to use the Google GWT eclipse plugin. Previously I just created a linked folder reference to our common stylesheets and third party javascript libraries to show up in hosted mode. This is not working with the new

GWT upgrade hosted mode issue (1.3 to 1.6)

2009-07-08 Thread kelvin.huang
I am upgrading an application from GWT 1.3 to 1.6.4, and get below error when starting the hosted mode, I am not sure if I missed any required jar files or Hosted mode configuration is wrong. can anyone help me on the issue. [ERROR] Failure while parsing XML org.xml.sax.SAXNotRecognizedException

Re: Eclipse Plugin - linked folder are not recognized in hosted mode

2009-07-08 Thread Miguel Méndez
a linked folder reference to our common stylesheets and third party javascript libraries to show up in hosted mode. This is not working with the new WAR structure, I get a 404 for the linked resources in Jetty. Does anybody know a workaround for this besides duplicating the actual files

Re: Eclipse Plugin - linked folder are not recognized in hosted mode

2009-07-08 Thread Jens
from 1.5.x to 1.6.x and try to use the Google GWT eclipse plugin. Previously I just created a linked folder reference to our common stylesheets and third party javascript libraries to show up in hosted mode. This is not working with the new WAR structure, I get a 404 for the linked

Re: Eclipse Plugin - linked folder are not recognized in hosted mode

2009-07-08 Thread Miguel Méndez
jensrohl...@gmail.com wrote: I'm in the process of upgrading our project structure from 1.5.x to 1.6.x and try to use the Google GWT eclipse plugin. Previously I just created a linked folder reference to our common stylesheets and third party javascript libraries to show up in hosted mode

Re: Eclipse Plugin - linked folder are not recognized in hosted mode

2009-07-08 Thread Jens
structure from 1.5.x to 1.6.x and try to use the Google GWT eclipse plugin. Previously I just created a linked folder reference to our common stylesheets and third party javascript libraries to show up in hosted mode. This is not working with the new WAR structure, I get a 404

Re: Eclipse Plugin - linked folder are not recognized in hosted mode

2009-07-08 Thread Miguel Méndez
of upgrading our project structure from 1.5.x to 1.6.x and try to use the Google GWT eclipse plugin. Previously I just created a linked folder reference to our common stylesheets and third party javascript libraries to show up in hosted mode. This is not working with the new WAR

Re: Eclipse Plugin - linked folder are not recognized in hosted mode

2009-07-08 Thread Isaac Truett
created a linked folder reference to our common stylesheets and third party javascript libraries to show up in hosted mode. This is not working with the new WAR structure, I get a 404 for the linked resources in Jetty. Does anybody know a workaround for this besides

facebook not render in hosted mode

2009-07-07 Thread asianCoolz
not able to display the button on hosted mode. I able to see it in browser. i'm using gwt 1.6.4 2. may i know how to get user info in gwt after user successfully login . pls refer http://tinyurl.com/l3jx4z --~--~-~--~~~---~--~~ You received this message because you

Re: Making RPC calls to remote server in hosted mode

2009-07-07 Thread justin choi
On Jul 6, 2009, at 10:54 AM, justin choi wrote: I've been exploring the -noserver option and it doesn't seem to do what I need... Basically, I want to be able to edit the front end in hosted mode   and access my remote server for RPC calls.  How can this be set up

Hosted mode non-starter: On Mac OS X, ensure that you have Safari 3 installed

2009-07-07 Thread eighty
setting pointing to trunk, not 1.6.4). Try running the project in Hosted Mode with JRE 1.5. It immediately fails with the following console error: On Mac OS X, ensure that you have Safari 3 installed. In LowLevelSaf.java on line 135, it seems that LowLevel.init() is throwing an UnsatisfiedLinkError

Re: Hosted mode non-starter: On Mac OS X, ensure that you have Safari 3 installed

2009-07-07 Thread eighty
://dl.google.com/eclipse/plugin/3.4 GWT Trunk Revision 5683 compiled with 32-bit Java 1.5 Problem: Create a new web application project in Eclipse using the Google Plugin (with GWT setting pointing to trunk, not 1.6.4). Try running the project in Hosted Mode with JRE 1.5. It immediately fails

[gwt-contrib] Issue with trunk where hosted mode is a non-starter: On Mac OS X, ensure that you have Safari 3 installed

2009-07-07 Thread eighty
I'm having a strange issue with trunk (r5687, compiled with 32-bit Java 1.5) where hosted mode (launched from Eclipse 3.4 with 32-bit Java 1.5 via the Google Plugin) won't start on Mac OS X 10.5.7 (Intel Core 2 Duo 64-bit machine) with Safari 4.0.1 installed. Instead, the console displays

[gwt-contrib] Re: Issue with trunk where hosted mode is a non-starter: On Mac OS X, ensure that you have Safari 3 installed

2009-07-07 Thread John Tamplin
On Tue, Jul 7, 2009 at 9:12 PM, eighty eightyste...@gmail.com wrote: I'm having a strange issue with trunk (r5687, compiled with 32-bit Java 1.5) where hosted mode (launched from Eclipse 3.4 with 32-bit Java 1.5 via the Google Plugin) won't start on Mac OS X 10.5.7 (Intel Core 2 Duo 64-bit

[gwt-contrib] Re: Issue with trunk where hosted mode is a non-starter: On Mac OS X, ensure that you have Safari 3 installed

2009-07-07 Thread brett.wooldridge
John, know any reason the new hosted mode on OS X would be trying to launch firefox? Safari is my default OS browser, and Eclipse is configured to use the system default browser. But the new hosted mode console reports Launching firefox ... followed by matching spewage of NS* (NetScape) errors

[gwt-contrib] Re: Issue with trunk where hosted mode is a non-starter: On Mac OS X, ensure that you have Safari 3 installed

2009-07-07 Thread Aaron Steele
? // Try to provide some additional context :} Thanks! On Tue, Jul 7, 2009 at 7:35 PM, John Tamplinj...@google.com wrote: On Tue, Jul 7, 2009 at 9:12 PM, eighty eightyste...@gmail.com wrote: I'm having a strange issue with trunk (r5687, compiled with 32-bit Java 1.5) where hosted mode (launched

[gwt-contrib] Re: Issue with trunk where hosted mode is a non-starter: On Mac OS X, ensure that you have Safari 3 installed

2009-07-07 Thread John Tamplin
On Tue, Jul 7, 2009 at 11:38 PM, brett.wooldridge brett.wooldri...@gmail.com wrote: John, know any reason the new hosted mode on OS X would be trying to launch firefox? Safari is my default OS browser, and Eclipse is configured to use the system default browser. But the new hosted mode

Re: How to get HTTP authentication working in hosted mode using GWT 1.6

2009-07-06 Thread Roman
Hello Christoph Thanks for posting your solution. I tried it with a simple HashUserRealm and it worked perfectly. Best regards, Roman On Jun 29, 9:55 am, cschoett c.scho...@osb-ag.de wrote: Hi Roman, I had the same issue after upgrading to GWT 1.6 and after a lot of trial and error I

Making RPC calls to remote server in hosted mode

2009-07-06 Thread justin choi
I've been exploring the -noserver option and it doesn't seem to do what I need... Basically, I want to be able to edit the front end in hosted mode and access my remote server for RPC calls. How can this be set up? --~--~-~--~~~---~--~~ You received this message

Re: Making RPC calls to remote server in hosted mode

2009-07-06 Thread Jason Essington
exploring the -noserver option and it doesn't seem to do what I need... Basically, I want to be able to edit the front end in hosted mode and access my remote server for RPC calls. How can this be set up? --~--~-~--~~~---~--~~ You received this message because you

Re: Making RPC calls to remote server in hosted mode

2009-07-06 Thread justin choi
option and it doesn't seem to do what I need... Basically, I want to be able to edit the front end in hosted mode and access my remote server for RPC calls.  How can this be set up? --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Making RPC calls to remote server in hosted mode

2009-07-06 Thread Jason Essington
a production server). -jason On Jul 6, 2009, at 10:54 AM, justin choi wrote: I've been exploring the -noserver option and it doesn't seem to do what I need... Basically, I want to be able to edit the front end in hosted mode and access my remote server for RPC calls. How can this be set

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

2009-07-04 Thread minichate
-e 's/:.*//' ` ; do ditto --rsrc -- arch i386 $bin $bin.tmp.app ; mv $bin.tmp.app $bin ; done Chris On Jun 20, 1:50 pm, kugutsumen kugutsu...@gmail.com 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

Re: GWT Eclipse Hosted Mode Problem

2009-07-02 Thread Miguel Méndez
. com.foo.project.server.ServerSide.java - server code. When editing, Project.java can refer to Data.java elements, no problem. But when I try to run in hosted mode, I get the error (from the client code): Line 433: No source code is available for type com.foo.project.Data; did you forget

Re: GWT 1.6.4 - Blank page in Hosted Mode

2009-07-02 Thread Fred Sauer
I wonder if you're running into this issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=3682 To verify this: 1. shutdown hosted mode 2. clear all files in your browser's cache (assuming you're on Windows, clear all files from the cache in IE; that the IE browser on your machine

Hosted mode problem in Netbeans. Need help.

2009-07-02 Thread Software Developer
Hi, I am having trouble with hosted mode in Netbeans. If I place my code under the client folder, everything works OK, and I can see the changes I make when I hit refresh. However, I cannot see changes when I hit refresh for code that is in an inherited module. Is there anyway to fix

Re: GWT Eclipse Hosted Mode Problem

2009-07-02 Thread Joseph Arceneaux
. com.foo.project.server.ServerSide.java - server code. When editing, Project.java can refer to Data.java elements, no problem. But when I try to run in hosted mode, I get the error (from the client code): Line 433: No source code is available for type com.foo.project.Data; did you forget to inherit a required

Re: GWT Eclipse Hosted Mode Problem

2009-07-02 Thread Isaac Truett
. com.foo.project.server.ServerSide.java - server code. When editing, Project.java can refer to Data.java elements, no problem.  But when I try to run in hosted mode, I get the error (from the client code):    Line 433: No source code is available for type com.foo.project.Data; did you forget

GWT Eclipse Hosted Mode Problem

2009-07-01 Thread Joseph Arceneaux
to Data.java elements, no problem. But when I try to run in hosted mode, I get the error (from the client code): Line 433: No source code is available for type com.foo.project.Data; did you forget to inherit a required module? Is there some runtime / hosted mode configuration to be done to resolve

[gwt-contrib] Re: derpc review: hosted-mode user code, rebind, and related tests

2009-07-01 Thread John Tamplin
On Wed, Jul 1, 2009 at 2:59 PM, Bob Vawter robertvaw...@google.com wrote: append: where is quoting the RPC_SEPARATOR_CHAR handled if it is contained within the string? That's unnecessary, since the length of the string is known. The following separator character is just there to ensure

[gwt-contrib] derpc review: hosted-mode user code, rebind, and related tests

2009-06-30 Thread John Tamplin
Sorry this took so long -- its a lot of code. In general it looks pretty good - mostly just minor nits and a couple clarifications requested, plus one potentially significant issue. I would like to see example payloads in comments (not sure the best place to put it -- maybe in the CommandSink

Re: How to get HTTP authentication working in hosted mode using GWT 1.6

2009-06-29 Thread cschoett
Hi Roman, I had the same issue after upgrading to GWT 1.6 and after a lot of trial and error I found a solution. You must add a jetty-web.xml to your configuration. Put it in the beside your web.xml file. My confifiguration looks like the following: ?xml version=1.0? !DOCTYPE Configure PUBLIC

How to prevent hosted mode web server from sending charset in the HTTP-Header?

2009-06-29 Thread alex.d
How to prevent hosted mode web server from sending charset in the HTTP- Header? Setting charset in the HTML META Header should actually be enough. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Default Sample Project (GreetingService) doesn't display widgets in hosted mode

2009-06-29 Thread Miguel Méndez
What OS are you running on? Also, what exact version of eclipse are you using? On Fri, Jun 26, 2009 at 6:35 PM, mcjames01 mcjame...@msn.com wrote: I set the log level to ALL and see that I'm getting a couple exceptions. The first one is: org.mortbay.jetty.HttpException: null at

Re: Default Sample Project (GreetingService) doesn't display widgets in hosted mode

2009-06-29 Thread mcjames01
Thanks for looking at this Miquel, but my boss found this post: http://www.mail-archive.com/google-web-toolkit@googlegroups.com/msg16364.html and sure enough, clearing my cookies in IE did the trick. On Jun 29, 7:52 am, Miguel Méndez mmen...@google.com wrote: What OS are you running on?  Also,

Re: Default Sample Project (GreetingService) doesn't display widgets in hosted mode

2009-06-29 Thread Miguel Méndez
Glad to know that you were able to find a work around. On Mon, Jun 29, 2009 at 2:09 PM, mcjames01 mcjame...@msn.com wrote: Thanks for looking at this Miquel, but my boss found this post: http://www.mail-archive.com/google-web-toolkit@googlegroups.com/msg16364.html and sure enough, clearing

Re: GWT 1.6.4 - Blank page in Hosted Mode

2009-06-27 Thread Farinha
the GWT 1.6.4 distribution and tried running some of the samples with the ant hosted command. Unfortunately only the static content is loaded in the hosted mode browser, as if there were no script tag at all. I've tried it on eclipse and it presented the same behavior. The logging seems fine

Re: How to get HTTP authentication working in hosted mode using GWT 1.6

2009-06-26 Thread Andrew Newdigate
will need to re-deploy the war to see the changes in your hosted mod browser. But if you did change the .java files, then you will see the changes on the fly. means that no need to re-delpoy your war, just refresh your hosted mode browser. regards, ruds On Fri, Apr 3, 2009 at 6:27

Default Sample Project (GreetingService) doesn't display widgets in hosted mode

2009-06-26 Thread mcjames01
Here's what I did: From a fresh eclipse 3.4 installation, GWT 1.6.4, with the 1.0.1 GWT plugin I created a new Google Web Application (File-New-Other Google-Web Application Project) I named it FooBar, used com.example.foobar as the package. Chose Create in project workspace, Checked Use Google

Re: Default Sample Project (GreetingService) doesn't display widgets in hosted mode

2009-06-26 Thread mcjames01
I set the log level to ALL and see that I'm getting a couple exceptions. The first one is: org.mortbay.jetty.HttpException: null at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:276) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205) at

Re: hosted mode compile error from eclipse

2009-06-25 Thread Rajeev Dayal
Hey Chris, Thanks for the information. It should not be the case that all of the source folders defined in the project are included on the classpath by default. It is true that all of the source files in all of your source folders will be compiled and dumped in the same output directory, and these

Re: hosted mode compile error from eclipse

2009-06-24 Thread Rajeev Dayal
mode with an eclipse run configuration. I believe the issue is that all of the source directories for my project are included when compiling for hosted mode.. including unit test directories that I don't want to include. My personal style is to put my unit test classes in the same package

Re: hosted mode compile error from eclipse

2009-06-24 Thread chris
: Hi everyone, I've run into a little issue when launching hosted mode with an eclipse run configuration. I believe the issue is that all of the source directories for my project are included when compiling for hosted mode.. including unit test directories that I don't want to include

Re: hosted mode compile error from eclipse

2009-06-24 Thread Rajeev Dayal
, and remove the test folder from the runtime classpath. Rajeev On Tue, Jun 23, 2009 at 10:33 AM, chris gwt chris@gmail.com wrote: Hi everyone, I've run into a little issue when launching hosted mode with an eclipse run configuration. I believe the issue is that all of the source

Re: hosted mode compile error from eclipse

2009-06-24 Thread chris gwt
@gmail.com wrote: Hi everyone, I've run into a little issue when launching hosted mode with an eclipse run configuration. I believe the issue is that all of the source directories for my project are included when compiling for hosted mode.. including unit test directories that I don't

Re: hosted mode compile error from eclipse

2009-06-24 Thread Rajeev Dayal
is to edit the launch configuration for your application, and remove the test folder from the runtime classpath. Rajeev On Tue, Jun 23, 2009 at 10:33 AM, chris gwt chris@gmail.com wrote: Hi everyone, I've run into a little issue when launching hosted mode

Re: hosted mode nothing displayed

2009-06-24 Thread satya
I believe you should have the application name. if Hello is the application name, then the URL should be: http://localhost:/Hello/Hello.html Did you check the entry point in Applicationgwt.xml file? On Jun 23, 10:56 am, alkatal jassin.mekna...@googlemail.com wrote: Hi i m using GWT 1.6.4

Re: hosted mode compile error from eclipse

2009-06-24 Thread chris gwt
In the diagram there, are GWT, Other, etc.. are those children of MyProject (default classpath)? They are children of User Entries. MyProject is also a child of User Entries and is unexpanded (+) If so, how did you get GWT \MyProject\source\ and Other \MyProject\source\ in the list?

Re: GWT suddenly stops running: SIGSEGV in libxpcom.so (hosted mode, Ubuntu 9.4)

2009-06-23 Thread Enea
maybe a chanche with: sudo apt-get install libstdc++5 if you are using eclipse, try to reinstall eclipse. On 22 Giu, 23:59, googelybear googelyb...@gmail.com wrote: Hi there, today GWT decided that it does no longer want to run on my machine. When I run the hosted mode browser (32bit

hosted mode compile error from eclipse

2009-06-23 Thread chris gwt
Hi everyone, I've run into a little issue when launching hosted mode with an eclipse run configuration. I believe the issue is that all of the source directories for my project are included when compiling for hosted mode.. including unit test directories that I don't want to include. My

hosted mode nothing displayed

2009-06-23 Thread alkatal
Hi i m using GWT 1.6.4 under Leopard I suddenly have a problem with my application. When i start it in hosed mode nothing gets displayed it just get a bank page. I tried to run one of the examples : Mail or Hello with ant hosted. Same problem nothing gets displayed i just get to the url

Re: GWT suddenly stops running: SIGSEGV in libxpcom.so (hosted mode, Ubuntu 9.4)

2009-06-23 Thread googelybear
thanks for the hint, but I think I found the problem: When I change the hosted mode port to something different than (e.g. ) it works. It's a problem with the browser cache/credential store of the integrated mozilla. How can I reset/empty this? Where is it located (oviously

Re: GWT suddenly stops running: SIGSEGV in libxpcom.so (hosted mode, Ubuntu 9.4)

2009-06-23 Thread googelybear
thanks for the hint, but I think I found the problem: When I change the hosted mode port to something different than (e.g. ) it works. It's a problem with the browser cache/credential store of the integrated mozilla. How can I reset/empty this? Where is it located (oviously

Re: GWT 1.6.4 - Problem running Samples in Hosted Mode

2009-06-23 Thread Sumit Chandel
Hi Lupan, There is nothing immediately obvious to me that would explain why the DynaTable sample would work in web mode, but not in hosted mode. Did you make any changes to the DynaTable sample application code before running ant hosted? I just tried running the DynaTable sample out of the box

Re: FireFox On Mac Hosted mode

2009-06-23 Thread Arthur Kalmenson
No. If you want to debug against other browsers you're going to need the latest GWT trunk (i.e. 2.0) and set up Out Of Process Hosted Mode (OOPHM). -- Arthur Kalmenson On Sun, Jun 21, 2009 at 8:26 AM, Yousef.Ghandouryousef.ghand...@gmail.com wrote: Hosted mode on Mac OS uses safari

Re: GWT 1.6 and mysql; hosted mode server restart issue

2009-06-22 Thread ec
problem, but no fix yet. It really cancels out the benefit of the new (in 1.6) super fast restart server button in hosted mode,  because i *still* have to restart the entire shell ever time i change server side code. Although, i am not getting any mysql errors. All i know is that, the restart

GWT suddenly stops running: SIGSEGV in libxpcom.so (hosted mode, Ubuntu 9.4)

2009-06-22 Thread googelybear
Hi there, today GWT decided that it does no longer want to run on my machine. When I run the hosted mode browser (32bit ubuntu) I get the following error msg (already rebooted the machine, and re-downloaded gwt): # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV

FireFox On Mac Hosted mode

2009-06-21 Thread Yousef.Ghandour
Hosted mode on Mac OS uses safari internally, can i change that to FireFox. --~--~-~--~~~---~--~~ 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

Re: GWT 1.6 and mysql; hosted mode server restart issue

2009-06-21 Thread Dave Ford
I have a similar problem, but no fix yet. It really cancels out the benefit of the new (in 1.6) super fast restart server button in hosted mode, because i *still* have to restart the entire shell ever time i change server side code. Although, i am not getting any mysql errors. All i know

Re: GWT 1.6 and mysql; hosted mode server restart issue

2009-06-21 Thread Paul Robinson
There's always -noserver Dave Ford wrote: I have a similar problem, but no fix yet. It really cancels out the benefit of the new (in 1.6) super fast restart server button in hosted mode, because i *still* have to restart the entire shell ever time i change server side code. Although, i am

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

2009-06-20 Thread kugutsumen
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

GWT 1.6.4 - Problem running Samples in Hosted Mode

2009-06-19 Thread Lupan
Hi everyone! I'm a newbie to GWT and I'm trying to run the samples that come with the 1.6.4 distribution. I've tried the DynaTable example on the GWT_HOME/samples/DynaTable with the comand : ant hosted . The outcome was the Logging console and hosted mode browser popping up, however

Re: GWT project runs slow in Hosted mode

2009-06-19 Thread mgrouch
We have same issue and still can't resolve it. On relatively large application (overall about 20 tables and forms) with GWT 1.6 and GWT-EXT 2.0.6 hosted mode performance is really not adequate. Refresh of the page in hosted browser takes more than 30 seconds. Same application is quite responsive

GWT 1.6.4 - Blank page in Hosted Mode

2009-06-19 Thread Lupan
Hi ! I just downloaded the GWT 1.6.4 distribution and tried running some of the samples with the ant hosted command. Unfortunately only the static content is loaded in the hosted mode browser, as if there were no script tag at all. I've tried it on eclipse and it presented the same behavior

Re: Fedora Core 10 64 bit problems with GWT hosted mode in Eclipse

2009-06-18 Thread Jesse Pangburn
works and I no longer have any errors starting up hosted mode! yay! thanks, Jesse On Wed, Jun 17, 2009 at 9:03 PM, Rajeev Dayal rda...@google.com wrote: Hey Jesse, Thanks very much for the detailed post. It seems like you went through a lot to get GWT up and running on your system. I'm happy

Re: getInteger problem when trying to run hosted mode.

2009-06-18 Thread Srihari Ch
have no errors in Eclipse, but when i run the program to hosted mode i get this error in the AppEngine Server: [ERROR] Line 53: The method getInteger(String) is undefined for the type Integer If i comment that line it works great, but using getInteger is pretty vital for me

Re: getInteger problem when trying to run hosted mode.

2009-06-18 Thread Sumit Chandel
Environment Thus, it is useless to ask... and the method is not provided. On Jun 15, 5:00 pm, Joel Paulsson mean@gmail.com wrote: Hi! I run gwt as a plug-in to Eclipse and i have no errors in Eclipse, but when i run the program to hosted mode i get this error

Re: getInteger problem when trying to run hosted mode.

2009-06-17 Thread Jason Morris
of the Runtime Environment Thus, it is useless to ask... and the method is not provided. On Jun 15, 5:00 pm, Joel Paulsson mean@gmail.com wrote: Hi! I run gwt as a plug-in to Eclipse and i have no errors in Eclipse, but when i run the program to hosted mode i get this error in the AppEngine

Re: IncompatibleClassChangeError when launching hosted mode (GWT 1.6 M2)

2009-06-17 Thread Josué
recently and things were going quite smoothly until I tried using hosted mode (with -noserver option). I am now getting the following exception. Does anyone know what this actually means? As far as I can tell, HashSessionManager does implemented SessionManager interface

Fedora Core 10 64 bit problems with GWT hosted mode in Eclipse

2009-06-17 Thread Jesse Pangburn
I had some problems getting hosted mode to work in Eclipse on my FC10 64 bit machine, and they are mostly resolved now. I wanted to post my issues here for others. First, as you may have read, GWT hosted doesn't work in 64 bit java, so you need to install 32 bit JDK. Believe me, I tried

Re: IncompatibleClassChangeError when launching hosted mode (GWT 1.6 M2)

2009-06-17 Thread Josué
I tried using hosted mode (with -noserver option). I am now getting the following exception. Does anyone know what this actually means? As far as I can tell, HashSessionManager does implemented SessionManager interface (that is indirectly by extending

Re: getInteger problem when trying to run hosted mode.

2009-06-17 Thread Joel Paulsson
. On Jun 15, 5:00 pm, Joel Paulsson mean@gmail.com wrote: Hi! I run gwt as a plug-in to Eclipse and i have no errors in Eclipse, but when i run the program to hosted mode i get this error in the AppEngine Server: [ERROR] Line 53: The method getInteger(String) is undefined for the type

Re: getInteger problem when trying to run hosted mode.

2009-06-17 Thread Joel Paulsson
. On Jun 15, 5:00 pm, Joel Paulsson mean@gmail.com wrote: Hi! I run gwt as a plug-in to Eclipse and i have no errors in Eclipse, but when i run the program to hosted mode i get this error in the AppEngine Server: [ERROR] Line 53: The method getInteger(String) is undefined for the type

Re: Fedora Core 10 64 bit problems with GWT hosted mode in Eclipse

2009-06-17 Thread Rajeev Dayal
to create a FAQ entry for this problem. Rajeev On Wed, Jun 17, 2009 at 1:17 PM, Jesse Pangburn jesse.pangb...@gmail.comwrote: I had some problems getting hosted mode to work in Eclipse on my FC10 64 bit machine, and they are mostly resolved now. I wanted to post my issues here for others. First

Re: Is there a way to disable Jetty INFO-level log messages to Hosted Mode Shell?

2009-06-16 Thread Thoka
I would really like to know how to do this as well, the Jetty info- logs are totally worthless. On 8 Maj, 18:12, Mark Renouf mark.ren...@gmail.com wrote: I have to use -logLevel INFO because I want to continue seeing my debuglogmessages from GWT.log. I also want to continue seeing warnings

how to modify the default port (8080) of hosted mode ?

2009-06-16 Thread Benibur
There is a port conflict on my server since GWT hosted mode and another web application use the same port (8080) The point is widely discussed over the internet, but the solution is always : modify the port of the other application. The pb is that in my case I can not change the port of the other

Re: how to modify the default port (8080) of hosted mode ?

2009-06-16 Thread Peter Ondruška
Use the -port parameter to set non-default. 2009/6/16, Benibur benj...@gmail.com: There is a port conflict on my server since GWT hosted mode and another web application use the same port (8080) The point is widely discussed over the internet, but the solution is always : modify the port

Re: how to modify the default port (8080) of hosted mode ?

2009-06-16 Thread Kwhit
In Eclipse you can modify the port on the Run or Debug configurations menu - took me a while to stumble on that one. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: how to modify the default port (8080) of hosted mode ?

2009-06-16 Thread Benibur
thank's ! that was difficult to find ! Ben On 16 juin, 22:13, Kwhit kwhitting...@gmail.com wrote: In Eclipse you can modify the port on the Run or Debug configurations menu - took me a while to stumble on that one. --~--~-~--~~~---~--~~ You received this

Re: getInteger problem when trying to run hosted mode.

2009-06-16 Thread Joel Paulsson
, 5:00 pm, Joel Paulsson mean@gmail.com wrote: Hi! I run gwt as a plug-in to Eclipse and i have no errors in Eclipse, but when i run the program to hosted mode i get this error in the AppEngine Server: [ERROR] Line 53: The method getInteger(String) is undefined for the type Integer

[gwt-contrib] Re: RR : Allow user-provided bridge classes in hosted mode

2009-06-16 Thread jat
LGTM with nits. http://gwt-code-reviews.appspot.com/34836/diff/1001/2002 File dev/core/src/com/google/gwt/dev/shell/rewrite/HasAnnotation.java (right): http://gwt-code-reviews.appspot.com/34836/diff/1001/2002#newcode29 Line 29: * a type. Should mention the annotation has to be directly on the

[gwt-contrib] Re: RR : Allow user-provided bridge classes in hosted mode

2009-06-16 Thread bobv
@Scott, Per our IM conversation, I've renamed the new concept to GwtScriptOnly. Could you check this over once more before I commit it? @John, Thanks for the review. http://gwt-code-reviews.appspot.com/34836 --~--~-~--~~~---~--~~

[gwt-contrib] Re: RR : Allow user-provided bridge classes in hosted mode

2009-06-16 Thread scottb
Glanced over it, but I'm sure it's fine so I didn't fine-tooth it. http://gwt-code-reviews.appspot.com/34836 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

Unexpected behviour on server down or violation of same-origin policy in hosted mode

2009-06-15 Thread dikappa
Hi. I'm testing the http request builder in hosted mode, trying to access a server that is down or beyond SOP. When I access a server which is actually down (ie http://localhost:), or one that is beyond SOP (ie http://www.example.com), onResponseReceived is fired, and response.getStatusCode

getInteger problem when trying to run hosted mode.

2009-06-15 Thread Joel Paulsson
Hi! I run gwt as a plug-in to Eclipse and i have no errors in Eclipse, but when i run the program to hosted mode i get this error in the AppEngine Server: [ERROR] Line 53: The method getInteger(String) is undefined for the type Integer If i comment that line it works great, but using

Re: getInteger problem when trying to run hosted mode.

2009-06-15 Thread Dean S. Jones
Environment Thus, it is useless to ask... and the method is not provided. On Jun 15, 5:00 pm, Joel Paulsson mean@gmail.com wrote: Hi! I run gwt as a plug-in to Eclipse and i have no errors in Eclipse, but when i run the program to hosted mode i get this error in the AppEngine Server

[gwt-contrib] RR : Allow user-provided bridge classes in hosted mode

2009-06-15 Thread bobv
Reviewers: scottb, Message: Requesting review Description: This patch would allow user-provided code to escape from the CompilingClassLoader sandbox. Use case: - Create a type that should be used only in hosted mode which lives somewhere in the classpath - Create a web-mode

[gwt-contrib] Re: RR : Allow user-provided bridge classes in hosted mode

2009-06-15 Thread scottb
Bob, I have some questions about the twilight zone in which this new class loader lives, but I'm kinda swamped this week. Maybe we can make some time to discuss? http://gwt-code-reviews.appspot.com/34836 --~--~-~--~~~---~--~~

Re: Hosted mode

2009-06-13 Thread Allan
set log level to Spam.    Run Debug as... ( your project )    Make your breakpoints on your project    Then press Compile/Browse on Hosted Mode    Once it fininshed press Refresh on Hosted Mode On Jun 1, 4:19 pm, Rajeev Dayal rda...@google.com wrote: Hi Greg, A few questions for you: 1

Re: Background image shows up in hosted mode but not in web mode

2009-06-12 Thread alex.d
(images/bg.gif) 50% 50% no-repeat; } and in the .java I have: RootPanel.get().addStyleName(bg); In hosted mode I can see the background image but in web mode (after compiling), although the application is up to date, the background image does not show up. Any ideas on why this might

Re: Background image shows up in hosted mode but not in web mode

2009-06-12 Thread Manolis Platakis
m.plata...@gmail.com wrote: Hello, I have created the following css style to add a background image to the html page of my application. .bg {   background: url(images/bg.gif) 50% 50% no-repeat; } and in the .java I have: RootPanel.get().addStyleName(bg); In hosted mode I can

Background image shows up in hosted mode but not in web mode

2009-06-11 Thread Manolis Platakis
Hello, I have created the following css style to add a background image to the html page of my application. .bg { background: url(images/bg.gif) 50% 50% no-repeat; } and in the .java I have: RootPanel.get().addStyleName(bg); In hosted mode I can see the background image but in web mode

Re: Please help! GWT out of the box examples stopped running correctly in hosted mode under Windows Vista

2009-06-11 Thread Sumit Chandel
check if the Windows Firewall or new security mechanism is potentially blocking the hosted mode process. If that's the case, you should be getting a security popup prompting you to grant access to the process / allow it to connect to the network, unless it has been set to always allow processes

<    5   6   7   8   9   10   11   12   13   14   >