Re: Deferred binding result type gone after refresh in hosted mode

2008-10-20 Thread Sumit Chandel
Hi Ivo, Thanks for digging around and identifying the potential culprit. I'm checking this out with John to see if this was a new change or existing behaviour that you somehow got around in 1.4.x. In the meantime, could you refer us to the lines of code you traced this down to? After checking

Re: Deferred binding result type gone after refresh in hosted mode

2008-10-20 Thread Sumit Chandel
Hi Ivo, Something that John mentioned could cause issues is if your generator isn't generating unique classnames for unique data. That is, each time the class that the generator would generate on a given run differs from the previous run, the classname of the class it would generate should be

Re: modifying stylesheets in hosted mode

2008-10-18 Thread olivier nouguier
hi, I've just test all those case: - declare in module.xml or in host page doesn't change anything. - hosted mode (-no server) or in webmode (compiled) works the same. With WTP resources (css, img ...) are hot deployed On Fri, Oct 17, 2008 at 5:22 PM, r a f t [EMAIL PROTECTED] wrote

Re: modifying stylesheets in hosted mode

2008-10-18 Thread Ian Bambury
Well, it must be a limitation of Linux. It works in Windows - has done for years, literally. Ian http://examples.roughian.com 2008/10/18 olivier nouguier [EMAIL PROTECTED] hi, I've just test all those case: - declare in module.xml or in host page doesn't change anything. - hosted mode

Re: modifying stylesheets in hosted mode

2008-10-18 Thread r a f t
you are right. eclipse automatically copies modified css files from source folder to bin folder, but not to gwt output folder, since it doesnt know the relation. i tried manually copying css file to gwt output folder and all went ok. refresh button in hosted mode reflects css updates maybe

Re: modifying stylesheets in hosted mode

2008-10-18 Thread r a f t
that old behaviour is really odd. maybe you faced a strange bug On Oct 17, 8:49 pm, Ian Bambury [EMAIL PROTECTED] wrote: Pressing F5 in hosted mode (without -noserver) will refresh the html host page and its css files, but not the gwt.xml file or *its* css files AFAIAA. Mine are always

Re: modifying stylesheets in hosted mode

2008-10-18 Thread r a f t
18, 2:54 pm, olivier nouguier [EMAIL PROTECTED] wrote: hi,  I've just test all those case:   - declare in module.xml or in host page doesn't change anything.   - hosted mode (-no server) or in webmode (compiled) works the same. With WTP resources (css, img ...) are hot deployed On Fri, Oct

Re: modifying stylesheets in hosted mode

2008-10-18 Thread Ian Bambury
Me and several others. It was reported in 1.2 and fixed in 1.4 Ian http://examples.roughian.com 2008/10/18 r a f t [EMAIL PROTECTED] that old behaviour is really odd. maybe you faced a strange bug On Oct 17, 8:49 pm, Ian Bambury [EMAIL PROTECTED] wrote: Pressing F5 in hosted mode

Hosted Mode and setFocus()/setTabIndex()

2008-10-18 Thread jbdhl
I have a problem with setFocus() and setTabIndex() in hosted mode: None of the methods have any effect here. But when the application is complied and tested in a regular browser (Firefox) both setFocus() and setTabIndex() works fine. I guess this is a bug in the hosted mode browser. Do you agree

Re: HTTPRequest, hosted mode, and the whitelist

2008-10-17 Thread Amit Dhingra
Hi, I am using the same development setup, wamp and the hosted browser, and it works very fine... On Fri, Oct 17, 2008 at 10:16 AM, Lucas86 [EMAIL PROTECTED] wrote: I'm trying to do an HTTPRequest.asyncGet() to a simple PHP script. I'm running the request from hosted mode, and it fails

modifying stylesheets in hosted mode

2008-10-17 Thread r a f t
hello, is there a way of seeing results of a modified css file in hosted mode without re-compiling the module ? seems as reloading the page without a compilation has no effect. thanks in advance, r a f t --~--~-~--~~~---~--~~ You received this message because you

Re: modifying stylesheets in hosted mode

2008-10-17 Thread [EMAIL PROTECTED]
I've been able to make changes to the CSS and seen the effect by just refreshing the hosted mode browser. I have noticed that it's not 100% though, but haven't really pursued it much Not much help but that's the way today is shaking out Later, Shaffer On Oct 17, 8:29 am, r a f t

Re: modifying stylesheets in hosted mode

2008-10-17 Thread r a f t
hi Shaffer, what is your development platform ? i use linux (ubuntu) and use noserver option for hosted mode. maybe they make the difference r a f t On Oct 17, 5:58 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've been able to make changes to the CSS and seen the effect by just refreshing

Re: modifying stylesheets in hosted mode

2008-10-17 Thread Isaac Truett
If you're using -noserver then you'll have to redeploy your CSS file(s) to the server. On Fri, Oct 17, 2008 at 11:01 AM, r a f t [EMAIL PROTECTED] wrote: hi Shaffer, what is your development platform ? i use linux (ubuntu) and use noserver option for hosted mode. maybe they make

Re: modifying stylesheets in hosted mode

2008-10-17 Thread r a f t
platform ? i use linux (ubuntu) and use noserver option for hosted mode. maybe they make the difference r a f t On Oct 17, 5:58 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've been able to make changes to the CSS and seen the effect by just refreshing the hosted mode browser.  I

Re: modifying stylesheets in hosted mode

2008-10-17 Thread olivier nouguier
hi, I use Ubuntu / cypal (wtp) then with -noserver mode, the resources (css, jsp etc ) are hot deployed On Fri, Oct 17, 2008 at 5:01 PM, r a f t [EMAIL PROTECTED] wrote: hi Shaffer, what is your development platform ? i use linux (ubuntu) and use noserver option for hosted mode. maybe

Re: modifying stylesheets in hosted mode

2008-10-17 Thread r a f t
a f t [EMAIL PROTECTED] wrote: hi Shaffer, what is your development platform ? i use linux (ubuntu) and use noserver option for hosted mode. maybe they make the difference r a f t On Oct 17, 5:58 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've been able to make changes

Re: HTTPRequest, hosted mode, and the whitelist

2008-10-17 Thread Lucas86
expect if I paste it into the hosted mode browser, as long as I put it the site's URL into the whitelist. If I compile the project, and then load the project's HTML file into my browser, that also loads the GWT output that clearly got the JSON data from the HTTPRequest. I'm assuming that's because

Re: Deferred binding result type gone after refresh in hosted mode

2008-10-16 Thread Sumit Chandel
Hi Ivo, Could you send us some code to try to reproduce the error? There are a few things that have changed from 1.4.62 to 1.5.2, but we haven't seen this kind of error and would need to reproduce it to find out what's going on. Thanks, -Sumit Chandel On Tue, Oct 14, 2008 at 12:32 AM, Ivo [EMAIL

HTTPRequest, hosted mode, and the whitelist

2008-10-16 Thread Lucas86
I'm trying to do an HTTPRequest.asyncGet() to a simple PHP script. I'm running the request from hosted mode, and it fails to retrieve data. If I run the compiled site in a local browser, I can get the data that I expect. I know that the local server can't access remote sites for security reasons

Re: Deferred binding result type gone after refresh in hosted mode

2008-10-14 Thread Ivo
I'm bumping this discussion, in the hopes that someone who has a clue about the problem sees it. Best regards, -- Ivo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: i18n, hosted mode with noserver : strange crash

2008-10-13 Thread Fernando Paz
for the first time in a GWT app. When I add the following line in my gwt.xml file : extend-property name=locale values=en,fr / The app crash in hosted mode (stack trace below). I'm using a noserver configuration (PHP backend). The problem seems to be that GWT can't find the default locale. I tried

Re: getting to servlet (non rpc) in hosted mode vs. Tomcat

2008-10-13 Thread Fernando Paz
my GWT application. It all works fine, except that I appear to need different code for hosted mode versus deployment in Tomcat. In hosted mode, this works: RequestBuilder builder = new RequestBuilder(RequestBuilder.GET, URL .encode(/IDServlet

NetBeans / hosted mode without gwt4nb

2008-10-13 Thread nogridbag
, I'd like to setup NetBeans so that when I hit run, it opens the hosted mode browser like eclipse does with GWT's projectCreator. So, I created a new run configuration within NetBeans with the following settings: Main Class: com.google.gwt.dev.GWTShell Arguments: -out C:\MyProject\www

Re: NetBeans / hosted mode without gwt4nb

2008-10-13 Thread Fernando Paz
. However, I'd like to setup NetBeans so that when I hit run, it opens the hosted mode browser like eclipse does with GWT's projectCreator. So, I created a new run configuration within NetBeans with the following settings: Main Class: com.google.gwt.dev.GWTShell Arguments: -out C:\MyProject\www

Re: NetBeans / hosted mode without gwt4nb

2008-10-13 Thread nogridbag
that applicationCreator creates.  However, I'd like to setup NetBeans so that when I hit run, it opens the hosted mode browser like eclipse does with GWT's projectCreator. So, I created a new run configuration within NetBeans with the following settings: Main Class: com.google.gwt.dev.GWTShell

Re: Customize Hosted-mode browser

2008-10-12 Thread श्री
would you mind sharing how you got it working On Sep 10, 9:26 pm, Thad [EMAIL PROTECTED] wrote: I've been using OOPHM onLinuxwith Firefox 3.0.1 for about a week now and I'm generally happy with the results.  I had some initial problems converting one project over when I missed one of

Re: Customize Hosted-mode browser

2008-10-12 Thread श्री
i got it working and i have listed the steps in my blog with screenshot http://slashgnu.blogspot.com/2008/10/gwt-hosted-mode-in-firefoxlinux.html - sree On Oct 12, 10:48 am, (श्री) GNU Yoga [EMAIL PROTECTED] wrote: would you mind sharing how you got it working On Sep 10, 9:26 pm, Thad

Re: Deferred binding result type gone after refresh in hosted mode

2008-10-11 Thread Ivo
If the problem really is rooted in your generator, we probably need to see your generator to help you I don't think the problem is in the generator code itself, as the wrapper classes it generates are available after initially launching the hosted mode browser and the problems only occurs

EJB glassfish library not compatible in embedded tomcat in hosted mode

2008-10-11 Thread Mike
Hi As i want to persist my entity java bean into my glassfish app environment, i add server runtime library to my GWT project. After i just add to the classpath, my project can not debug in the hosted mode. Is there anyway to run in hosted mode with app server runtime library? Oct 12, 2008 1

Re: Any news on the out of process hosted mode (OOPHM)?

2008-10-10 Thread Thomas Broyer
On 10 oct, 07:41, Yegor [EMAIL PROTECTED] wrote: Hello GWT team, How is the out of process hosted mode coming up? Funny that you're asking now, as I was about to do it too (well, not exactly, what matters for me is how stable the protocol is so that I could start playing around at building

Re: Newbie question - GWT not creating files in Hosted mode.

2008-10-10 Thread Thomas Broyer
On 9 oct, 13:24, fancyplants [EMAIL PROTECTED] wrote: [WARN] Resource not found: com.app.gwt.client.Main.nocache.js; (could a file be missing from the public path or a servlet tag misconfigured in module com.app.gwt.Main.gwt.xml ?) [...]     script type=text/javascript language=javascript

StockWatcher works in hosted mode but not after deployment

2008-10-09 Thread townsend
I just did the StockWatcher tutorial. My code is identical to the StockWatcher code except the project is called gwtMyProject and the application is called MyApplication. The issue is that it works when running in hosted mode but after running the compile command and opening the page in Firefox

Re: hosted mode browser fails

2008-10-09 Thread Tulio Ornelas
MySQL run in 3306, but i agree with mikedshaffer. I use here and he work very well. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Newbie question - GWT not creating files in Hosted mode.

2008-10-09 Thread fancyplants
. I created that and it worked fine. When I try to run the application in hosted mode, the HTML loads, but I get the error: [WARN] Resource not found: com.app.gwt.client.Main.nocache.js; (could a file be missing from the public path or a servlet tag misconfigured in module com.app.gwt.Main.gwt.xml

Re: Deferred binding result type gone after refresh in hosted mode

2008-10-08 Thread Ivo
This might not be an issue, but this looks a little fishy to me:  [ERROR] Could not load deferred binding result type 'nl.commpany.app.web.gwt.client.model.UserAccountWrapper' company is spelled with two m's.everywhere else it has one.  Could be a typo in a config file somewhere.

getting to servlet (non rpc) in hosted mode vs. Tomcat

2008-10-07 Thread Michel
Hi, I need to call a servlet from my GWT application. It all works fine, except that I appear to need different code for hosted mode versus deployment in Tomcat. In hosted mode, this works: RequestBuilder builder = new RequestBuilder(RequestBuilder.GET, URL

Re: getting to servlet (non rpc) in hosted mode vs. Tomcat

2008-10-07 Thread Isaac Truett
Those are two different URLs. /IDServlet means http://host/IDServlet while IDServlet means http://host/WhereEverTheCurrentPageIs/IDServlet. In hosted mode, your servlet is mapped to http://localhost:/IDServlet. In web mode, your servlet is probably mapped to something like http://localhost

Re: getting to servlet (non rpc) in hosted mode vs. Tomcat

2008-10-07 Thread Thomas Broyer
On 7 oct, 14:26, Isaac Truett [EMAIL PROTECTED] wrote: Those are two different URLs. /IDServlet meanshttp://host/IDServletwhile IDServlet meanshttp://host/WhereEverTheCurrentPageIs/IDServlet. In hosted mode, your servlet is mapped tohttp://localhost:/IDServlet. In web mode, your servlet

i18n, hosted mode with noserver : strange crash

2008-10-07 Thread philippe
Hi all, I'm using i18n for the first time in a GWT app. When I add the following line in my gwt.xml file : extend-property name=locale values=en,fr / The app crash in hosted mode (stack trace below). I'm using a noserver configuration (PHP backend). The problem seems to be that GWT can't find

Re: getting to servlet (non rpc) in hosted mode vs. Tomcat

2008-10-07 Thread Michel
on). Now in hosted mode, I have most of those in in the src folder, or in the project base folder. I can open a file by: File f = new File(myproject.properties) That works fine. When it comes to deploying in Tomcat, this no longer works. It seems now that in hosted mode, I must read a file

Re: getting to servlet (non rpc) in hosted mode vs. Tomcat

2008-10-07 Thread Michel
Hi again, I tried this now: RequestBuilder builder = new RequestBuilder(RequestBuilder.GET, URL .encode(GWT.getHostPageBaseURL() +IDServlet)); as you suggested, and it works fine, both in hosted mode as well as in Tomcat. Thank you very much for your

Hosted Mode won't load my app, just sits there at http://localhost:8888

2008-10-07 Thread Matt Bishop
the application in Hosted Mode and found that the browser window would not load my module! It would pop the dev shell, then the browser pointing at http://localhost: but then it would never fill in my module/index.html path. If I manually enter the module/index.html path, nothing happens when I hit GO

Re: Hosted Mode won't load my app, just sits there at http://localhost:8888

2008-10-07 Thread Matt Bishop
I forgot to mention, the only logging I can find is in system.log: Oct 7 15:11:33 vanjma12 /System/Library/Frameworks/JavaVM.framework/ Versions/1.5.0/Home/bin/java[423]: CPSSetForegroundOperationState(): This call is deprecated and should not be called anymore. Oct 7 15:11:35 vanjma12

hosted mode browser fails

2008-10-06 Thread gyuri
I’ve been using GWT with Eclipse in Windows XP environment without any problem. Yesterday I installed MySql and the JDBC connector. Since then both the hosted mode browser and the web browser fail with the following error message: Technical Information (for support personnel) Error Code 10061

Re: Customize Hosted-mode browser

2008-10-06 Thread Uros Trebec
: Currently in GWT (1.5 and below), hosted mode is tied to the OS. Windows uses an IE based hosted mode, OS X a WebKet based one, and Linux uses a Mozilla based hosted mode. As far as I know, these are stripped down versions of these browsers. Out-Of-Process Hosted Mode (OOPHM) is currently

Re: hosted mode browser fails

2008-10-06 Thread [EMAIL PROTECTED]
All I can help you with is general troubleshooting and to tell you that MySQL plays great with the hosted mode browser. First: check is the server (seveis12.ad.sjm.com) really where you want to be connecting to? If you installed MySQL on your machine, you probably mean localhost. If it's

Hosted mode ServletContextProxy not available in javax.servlet.Filter

2008-10-03 Thread olivier nouguier
Hi all, I've encountered a problem with the resolution of the Serialization file in hosted mode, because the shell servlet uses a ServletContextProxy which is not available in the a javax.servlet.Filter. My work around in hosted mode is to ask this resources (IUZIUZUI.gwt.rpc) to the shell

Re: Invalid version number null when using the hosted mode

2008-10-01 Thread Dominik Steiner
, thanks! On Sep 20, 1:12 pm, rakesh wagh [EMAIL PROTECTED] wrote: Symptoms: - You switched to 1.5.2 from some older version of gwt. - You are running hosted mode with -noserver flag for your app/ module. - During war generation, your build scripts compiles the gwt moudule(GWTCompile

[gwt-contrib] Re: RR: Hosted mode accepts 'undefined' or 'null' for boolean primitive type

2008-09-30 Thread Eric Ayers
Thanks Scott - I'm glad you were following the thread! On Sat, Sep 27, 2008 at 2:20 AM, Scott Blum [EMAIL PROTECTED] wrote: On Fri, Sep 26, 2008 at 11:37 AM, Eric Ayers [EMAIL PROTECTED] wrote: (arg2 == null ? false : arg2) Use the !! coerce-to-boolean idiom instead. -- Eric Z.

[gwt-contrib] Re: RR: Hosted mode accepts 'undefined' or 'null' for boolean primitive type

2008-09-27 Thread Scott Blum
On Fri, Sep 26, 2008 at 11:37 AM, Eric Ayers [EMAIL PROTECTED] wrote: (arg2 == null ? false : arg2) Use the !! coerce-to-boolean idiom instead. --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

JavaScript error only in Hosted Mode

2008-09-23 Thread psycotica0
Hello. I've run into something that I think is a limitation in the GWT hosted mode browser. In javascript includes, it seems that they don't have the Window object defined. I included a javascript file (By putting a script tag in the gwt.xml), let's say Test.js, and wrote the following

Re: how to clear cache on windows hosted mode

2008-09-23 Thread mooreds
/23 mooreds [EMAIL PROTECTED] Hi folks, I am looking for how to clear the hosted mode browsers cache. In particular, I'm interested in clearing out the CSS and script tag content--I'm using some dynamic JSON that I want to make sure is not cached. I found one post a month ago

Re: Invalid version number null when using the hosted mode

2008-09-21 Thread Marco Mustapic
Yes, it works now, thanks! On Sep 20, 1:12 pm, rakesh wagh [EMAIL PROTECTED] wrote: Symptoms: - You switched to 1.5.2 from some older version of gwt. - You are running hosted mode with -noserver flag for your app/ module. - During war generation, your build scripts compiles the gwt moudule

Re: Invalid version number null when using the hosted mode

2008-09-17 Thread mzachar
I had the same problem as well. And I found that in my hosted.html I had external.gwtOnLoad(window, modName); and it was not working. Then I made some changes (I made them a lot so I am not realy sure which one was correct) and then the result in hosted.html was external.gwtOnLoad(window,

Re: Invalid version number null when using the hosted mode

2008-09-16 Thread WildWarrior03
anybody found any solution? I am not using tomcat..I am not sure what is wrong..I also get the same error.. On Sep 5, 7:17 am, Noé [EMAIL PROTECTED] wrote: It works now. I think it was because of the cache on tomcat. To achieve this, I erased all the temporary files on the web server.

Re: Invalid version number null when using the hosted mode

2008-09-16 Thread Daniel
I'm getting this same problem. I'm using osx and noserver mode. I have tried force refreshing from within the hosted mode, and also tried clearing the cache/history from within safari (not sure if they are linked). I also noticed the comment earlier about loading the hosted.html file from

Re: Invalid version number null when using the hosted mode

2008-09-16 Thread Daniel
and noserver mode.  I have tried force refreshing from within the hosted mode, and also tried clearing the cache/history from within safari (not sure if they are linked).  I also noticed the comment earlier about loading the hosted.html file from the classpath, but the wierd thing is that if I

Re: GWT 1.5.2 Hosted Mode Browser Error on Linux

2008-09-11 Thread daniel.z
Really nobody experiencing something like that or knowing what is going on? On 9 Sep., 17:34, daniel.z [EMAIL PROTECTED] wrote: I'm getting the following error when trying to launch an freshly created gwt application in hosted mode with gwt 1.5.2. Everything works fine when using 1.5.0's

Re: GWT 1.5.2 Hosted Mode Browser Error on Linux

2008-09-11 Thread Thomas Broyer
On 11 sep, 14:31, daniel.z [EMAIL PROTECTED] wrote: Really nobody experiencing something like that or knowing what is going on? Googling for XPCOM error 2147221164 gave among other things: http://www.eclipse.org/swt/faq.php#browserlinux telling it could be that your firefox is statically

Re: Customize Hosted-mode browser

2008-09-11 Thread mihai007
I just installed 1.5 in Windows, previously used in Ubuntu and never thought about it. This feature is quite important. On 9 Set, 13:54, Arthur Kalmenson [EMAIL PROTECTED] wrote: Currently inGWT(1.5 and below),hostedmodeis tied to the OS. Windows uses an IE basedhostedmode, OS X a WebKet based

Re: Customize Hosted-mode browser

2008-09-10 Thread Thad
. It seems that worked itself out by moving gwt-canvas back into a JAR and putting it in my classpath. I'd prefer to keep it un-jar'ed for making modifications, but this is working for now. On Sep 9, 8:54 am, Arthur Kalmenson [EMAIL PROTECTED] wrote: Currently in GWT (1.5 and below), hosted mode is tied

Re: How updated the translated JavaScript needs to be on the server to be debugged with -noserver in hosted mode?

2008-09-10 Thread Isaac Truett
You don't have to recompile client code and deploy to the server when using hosted mode. You can just refresh the hosted mode browser to see client changes. Server changes, of course, have to be compiled and deployed in order to show up (excluding possible, although unreliable, IDE hot-swapping

GWT 1.5.2 Hosted Mode Browser Error on Linux

2008-09-09 Thread daniel.z
I'm getting the following error when trying to launch an freshly created gwt application in hosted mode with gwt 1.5.2. Everything works fine when using 1.5.0's GWTShell. [ERROR] The browser widget class could not be instantiated org.eclipse.swt.SWTError: XPCOM error -2147221164

Customize Hosted-mode browser

2008-09-08 Thread Dimitri Kurashvili
Hi, everybody. Recently I moved my project (in GWT, of cource) from Mac to Linux. On Mac hosted mode works fine. But under Linux it's very slow and incorrect (styling and functional problems). On the other hand, on the same Linux, compiled and deployed application looks great when visited

Re: Customize Hosted-mode browser

2008-09-08 Thread Dimitri Kurashvili
Title of the post mentioned above: h3Can gwt hosted browser render like Firefox instead of using AppleWebKit in MacOS?/h3 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

intermittent failure of OOPHM hosted mode

2008-09-08 Thread Thad
Last week (Sept 2nd, 2008) I got the OOPHM branch from SVN, built it, and installed the plugin for Firefox (I'm running on SuSE Linux 10.3, Java 1.6.0_10, and Firefox 3.0.1). I'm receiving an intermittent failure with OOPHM. When I make a change to my code, I may run my *-shell script two or

Re: Invalid version number null when using the hosted mode

2008-09-05 Thread Noé
It works now. I think it was because of the cache on tomcat. To achieve this, I erased all the temporary files on the web server. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Errors in hosted mode after upgrading from 1.5.0 to 1.5.2 on Windows

2008-09-03 Thread chrizbo
the following output in hosted mode: Errors in 'jar:file:/C:/Program%20Files/gwt-windows-1.5.0/gwt-dev- windows.jar!/com/google/gwt/dev/jjs/intrinsic/com/google/gwt/lang/ Cast.java' Line 46: The field Object.typeId is not visible Line 63: The field Object.typeId is not visible Line 74

Re: Invalid version number null when using the hosted mode

2008-09-03 Thread Joonas
I have the same problem. It seems that the hosted mode browser somehow manages to load an old version of hosted.html. When I use web inspector to see the URL of hosted.html and try to load this file directly (also in hosted mode browser), it loads the correct up-to- date version. The problem

Re: Invalid version number null when using the hosted mode

2008-09-03 Thread Joonas
Couple of more notes: 1.5.2 release notes state that hosted.html is now loaded from classpath. Is this true even for -noserver? Just in case, I tried to make sure that my classpath don't have hosted.html If I remove myapp.nocache.js from the server, hosted mode browser can not load

Re: Errors in hosted mode after upgrading from 1.5.0 to 1.5.2 on Windows

2008-09-03 Thread chrizbo
I found my mistake after looking around a bit more. I needed to change the paths in the *.launch, *-compile.cmd and *-shell.cmd that are generated by GWT. Hope this helps someone else. :-P --~--~-~--~~~---~--~~ You received this message because you are

Re: Invalid version number null when using the hosted mode

2008-09-03 Thread Noé
Hummm... Today, the version number passed null to 1.4 in the error: [ERROR] Invalid version number 1.4 passed to external.gwtOnLoad(), expected 1.5; your hosted mode bootstrap file may be out of date; if you are using -noserver try recompiling and redeploying your app And I don't know why

Invalid version number null when using the hosted mode

2008-09-02 Thread Noé
Hi, I've got a problem to update the version 1.4 to version 1.5 using Eclipse. I followed the upgrade guide. It's works fine when I'm using the GWT compiler. But when I use the hosted mode, the log in the GWT Dev Shell say: [ERROR] Invalid version number null passed to external.gwtOnLoad

[gwt-contrib] Fwd: Issue 2607: GWT trunk hosted mode crash

2008-09-02 Thread Eric Ayers
-- Forwarded message -- From: Eric Ayers [EMAIL PROTECTED] Date: Tue, Sep 2, 2008 at 1:50 PM Subject: Issue 2607: GWT trunk hosted mode crash To: John Tamplin [EMAIL PROTECTED], [EMAIL PROTECTED] John, I'm running into a problem where an exception that shows up as Unexpected

Clear cache in hosted mode, Linux

2008-08-29 Thread Uroš
Hi, I am using gwt-1.5-RC2 on Linux (Ubuntu 8.04). ExtGWT UI library stores some information in browser cache. For example after hosted mode restart app remembers ui state from previous run - panels stay collapsed even tho' they should be expanded. Ubuntu 8.04 has FF 3.01 but as I remember GWT

Calling an external servlet within Hosted Mode

2008-08-28 Thread Alex D
Hello, I am new to GWT (3 months of experience) and we are running an servlet inside an application server which we want to call from within hosted mode. The problem is not necessarily local (my case), since hosted mode is great for debugging and really time-saving. The problem is as follows

<    10   11   12   13   14   15