How do I run a GWT 1.5.2 project in Eclipse?

2011-04-13 Thread walker1c
Hi, I'm working on a project that uses GWT-Ext - because of this it's stuck on GWT 1.5.2. The Eclipse project I've inherited has not been set up so that it will run the application in the IDE. I've been able to do this with GWT 1.5 in the past when using IntelliJ, so I'm sure it must be possible

Re: How do I run a GWT 1.5.2 project in Eclipse?

2011-04-13 Thread Shilpa
of this it's stuck on GWT 1.5.2. The Eclipse project I've inherited has not been set up so that it will run the application in the IDE. I've been able to do this with GWT 1.5 in the past when using IntelliJ, so I'm sure it must be possible with Eclipse. Does anyone know of a good how-to? It's

Re: How do I run a GWT 1.5.2 project in Eclipse?

2011-04-13 Thread Rajesh
on a project that uses GWT-Ext - because of this it's stuck on GWT 1.5.2. The Eclipse project I've inherited has not been set up so that it will run the application in the IDE. I've been able to do this with GWT 1.5 in the past when using IntelliJ, so I'm sure it must be possible with Eclipse

Re: java.lang.AssertionError after upgrading from gwt 1.5.2 to gwt 1.6.4 (when run in hosted mode)

2011-04-10 Thread Paul Robinson
java.lang.AssertionError: The style name 'margin-top' should be in camelCase format at com.google.gwt.dom.client.Style$.assertCamelCase$(Style.java:63) at com.google.gwt.dom.client.Style$.setProperty$(Style.java:42) at

Re: java.lang.AssertionError after upgrading from gwt 1.5.2 to gwt 1.6.4 (when run in hosted mode)

2011-04-10 Thread scono1986
In version gwt 1.5.2 I used margin-top, my application runs well. So after upgrading to gwt 1.6.4, If I still use margin-top, apart from the error message (AssertionError), isn't my application affected ? On Apr 11, 4:10 am, Paul Robinson ukcue...@gmail.com wrote: java.lang.AssertionError

Eclipse Plugin 2.2.1, GWT 1.5.2, Wont Run

2011-04-08 Thread aisling
new prejects. However I have one project written using GWT 1.5.2. I have check that the project's Google properties uses the correct SDK (gwt- linux-1.5.2). If I right-click and attempt to run the project as Web Application, I get the following error in the Eclipse console: Unknown argument

java.lang.AssertionError after upgrading from gwt 1.5.2 to gwt 1.6.4 (when run in hosted mode)

2011-04-08 Thread scono1986
After upgrading from gwt 1.5.2 to gwt 1.6.4, I run my application in hosted mode, it occurs the following errors: == Error 1 == [ERROR] Uncaught exception escaped java.lang.AssertionError: A widget that has an existing parent widget may not be added to the detach list

set connectionTimeout for GWT 1.5.2 embedded Tomcat

2011-01-17 Thread eolivier
Hi All, Does somebody know a way to override connectionTimeout in GWT embedded Tomcat 1.5.2 ? I know how to do it in standard Tomcat, but I don't find this information for GWT embedded Tomcat. Thank you, Emmanuel. -- You received this message because you are subscribed to the Google Groups

Re: how to convert a project from gwt-1.5.2 to gwt-1.6.4?

2009-06-07 Thread Rajeev Dayal
on this thread if you run into any other problems. Rajeev http://code.google.com/eclipse/docs/existingprojects.html On Fri, Jun 5, 2009 at 11:54 AM, Linda linda.ctr.c...@faa.gov wrote: Hi all, I am converting a gwt 1.5.2 project to gwt 1.6.4. Is there any easy way for the conversion? I have

how to convert a project from gwt-1.5.2 to gwt-1.6.4?

2009-06-05 Thread Linda
Hi all, I am converting a gwt 1.5.2 project to gwt 1.6.4. Is there any easy way for the conversion? I have Eclipse 3.4 installed. Thanks. - Linda --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

JavascriptException with Gwt Maps (using GWT 1.5.2)

2009-03-29 Thread Chitra
Hi All, I have a google MapWidget that has several marker overlays. When run in hosted mode, these markers can be seen. However, once compiled into Javascript, the following error is thrown in Firefox: Error: [Exception... 'com.google.gwt.core.client.JavaScriptException: (TypeError): a is null

Re: JavascriptException with Gwt Maps (using GWT 1.5.2)

2009-03-29 Thread Chitra
Hi all, I have figured out what went wrong myself :) This is for those who are currently reading this post for an idea of how to solve a similar problem: Ensure that the marker's icon is not on an external URL. The markers I was using used an icon from C:\MyIcon.png. When this is deployed as a

Re: IE8 DialogBox in GWT 1.5.2 Renders Wrong

2009-03-20 Thread DavidPShaw
I have filed a bug on this as requested, here: http://code.google.com/p/google-web-toolkit/issues/detail?id=3475 On Mar 12, 8:26 pm, Sumit Chandel sumitchan...@google.com wrote: Hi DavidPShaw, As Vitali mentioned, please go ahead and file an issue report for this in the GWT Issue Tracker

Re: IE8 DialogBox in GWT 1.5.2 Renders Wrong

2009-03-11 Thread Vitali Lovich
Sounds like a bug - you should file a bug (under the issues tab of the googlecode page). GWT's goal is that you shouldn't care about the browser *unless you're doing some JSNI stuff). If you figure out a workaround in code, you can hide it behind a deferred interface the GWT compiler will take

IE8 DialogBox in GWT 1.5.2 Renders Wrong

2009-03-10 Thread DavidPShaw
We have a gwt widget that works great in FF, but in IE the Dialog box has serious clipping problems. The problem is demonstrated here: We've traced the problem to the fact that the page holding the root div and the folder containing the GWT output are different. The source of the page contains

Re: GWT 1.5.2

2008-11-12 Thread Deep
Thanks Tom. I didn't get this part Check your GWT project build path for that jar file and remove it.. What needs to be removed? On Nov 6, 9:28 pm, Tom Hjellming [EMAIL PROTECTED] wrote: I had this same problem last month when I moved to GWT 1.5.2 also. It turned out to be a conflict between

Re: GWT 1.5.2

2008-11-12 Thread Tom Hjellming
: Thanks Tom. I didn't get this part Check your GWT project build path for that jar file and remove it.. What needs to be removed? On Nov 6, 9:28 pm, Tom Hjellming [EMAIL PROTECTED] wrote: I had this same problem last month when I moved to GWT 1.5.2 also. It turned out to be a conflict between

Re: What is the use of generator folder in GWT 1.5.2 showcase example

2008-11-08 Thread [EMAIL PROTECTED]
of generator folder in showcase example in GWT 1.5.2. Actually I want to use java's io package at client side in GWT but it gives errors when i use io class in client folder. I read showcase example in which io class is used in a java file which is put in generator folder in showcase example. Pl help

What is the use of generator folder in GWT 1.5.2 showcase example

2008-11-07 Thread ship
Hi, I could not understand that what is the use of generator folder in showcase example in GWT 1.5.2. Actually I want to use java's io package at client side in GWT but it gives errors when i use io class in client folder. I read showcase example in which io class is used in a java file which

GWT 1.5.2

2008-11-06 Thread Deep
I'm using Mac OS 10.5.5 Eclipse 3.3.2 and I migrated my project from GWT 1.4.61 to 1.5.2 and getting following error. Please help me. INFO] [gwt:compile {execution: default}] Exception in thread main java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.Compiler.init(Lorg/eclipse/jdt/

Re: GWT 1.5.2

2008-11-06 Thread Tom Hjellming
I had this same problem last month when I moved to GWT 1.5.2 also. It turned out to be a conflict between GWT's dev library and the Jasper 2 JSP engine which apparently uses the Eclipse JDT Java compiler. The jasper-compiler-jdt.jar had conflicting versions

Re: Severe performance problem after upgrading to GWT 1.5.2 (final)

2008-11-01 Thread Sumit Chandel
Hello everyone, I tried reproducing the problem and observing differences in speed between FF2 and FF3 on Windows for repeated RPC calls transferring a String from client to server using GWT 1.5.3 and did not observe any significant slowdowns in FF3. I'll also try this out on a Mac to see if I

Re: Severe performance problem after upgrading to GWT 1.5.2 (final)

2008-10-22 Thread Twentyseven
Hi, We have the same problem on FF3 on Windows ; it seems that with the 1.5.2 the RPC calls are very slow on FF3. On Chrome, the application run normally. Eric On 7 oct, 16:59, Manuel [EMAIL PROTECTED] wrote: Actually yes.  This seems to be slow down in FF3 on my mac.  I have asked people to

GWT 1.4.62 -- GWT 1.5.2 Project Export

2008-10-09 Thread Kevin
Please tell me the best way to export my GWT 1.4.62 projects so that I can import them to GWT 1.5.2. I'm guessing copying/pasting the projects won't work too well, but I'm trying it now. Thanks, Kevin --~--~-~--~~~---~--~~ You received this message because you

Re: GWT 1.4.62 -- GWT 1.5.2 Project Export

2008-10-09 Thread Isaac Truett
that I can import them to GWT 1.5.2. I'm guessing copying/pasting the projects won't work too well, but I'm trying it now. Thanks, Kevin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: GWT 1.4.62 -- GWT 1.5.2 Project Export

2008-10-09 Thread Kevin
tell me the best way to export my GWT 1.4.62 projects so that I can import them to GWT 1.5.2. I'm guessing copying/pasting the projects won't work too well, but I'm trying it now. Thanks, Kevin- Hide quoted text - - Show quoted text

Re: Severe performance problem after upgrading to GWT 1.5.2 (final)

2008-10-07 Thread Manuel
Actually yes. This seems to be slow down in FF3 on my mac. I have asked people to test using ff3 on Windows and they say its slower but not as sever as on the mac. Thanks, Manuel On Oct 6, 5:51 am, Sumit Chandel [EMAIL PROTECTED] wrote: Hi Manuel, Thanks for the follow-up. As far as I can

Re: Severe performance problem after upgrading to GWT 1.5.2 (final)

2008-10-03 Thread Manuel
We noticed a slow down by just switching from 1.5RC2 to 1.5.2 more specifically on FireFox 3. I recently tested on Chrome and Safari 3 and the performance there is significantly better it seems to be well over 10x faster. I think there might be a bug using the scripting engine on FireFox and

Re: Severe performance problem after upgrading to GWT 1.5.2 (final)

2008-10-01 Thread hbatista
In my case I made some mistake while profiling my code... turns ot that for some reason the database access got really slow. I switched the database drivers (from jtds to the microsoft jdbc driver for sql server) and everything went back to normal. On Sep 30, 8:20 pm, Manuel [EMAIL PROTECTED]

Re: Severe performance problem after upgrading to GWT 1.5.2 (final)

2008-09-30 Thread Manuel
Has anyone figgured this out. I am having sever performance problems with this. accross the board all 1.5.2 compiled apps are a lot slower On Sep 18, 4:59 am, hbatista [EMAIL PROTECTED] wrote: Thanks for the suggestion, but changing data types didn't help. I did not profile my code, but the

[gwt-contrib] Still facing issue 1279 in GWT 1.5.2

2008-09-19 Thread Thomas Broyer
http://code.google.com/p/google-web-toolkit/issues/detail?id=1279 The only difference is I'm using an external stylesheet to set the popup's z-index, rather than inline style, so the fix from r2449 doesn't work for me. I'll change my code to use inline style but I think issue 1279 should be

Re: Severe performance problem after upgrading to GWT 1.5.2 (final)

2008-09-18 Thread hbatista
Thanks for the suggestion, but changing data types didn't help. I did not profile my code, but the observed behavior is: 1. RPC call is made 2. server side method runs and returns (quickly!) 3. ... huge delay with no CPU activity ... 4. finally client side onSuccess() RPC callback runs What

Severe performance problem after upgrading to GWT 1.5.2 (final)

2008-09-17 Thread hbatista
Hi, I've just upgraded one of my projects from 1.4.60 to 1.5.2, and everything went very smoothly, but... when my application tries to fetch a large number of objects from the server (via RPC, returns HashMapInteger,xxx, about 6000 entries) it takes a very very long time! Before the upgrade this

Re: Severe performance problem after upgrading to GWT 1.5.2 (final)

2008-09-17 Thread Tim
not sure, but maybe there are some datatype penalty issues (long vs double etc). Did you profile your server side code? On Sep 17, 10:28 am, hbatista [EMAIL PROTECTED] wrote: Hi, I've just upgraded one of my projects from 1.4.60 to 1.5.2, and everything went very smoothly, but... when my

Re: GWT 1.5.2 - gwt-user.jar errors

2008-09-12 Thread francescoNemesi
I did... thank you On Sep 12, 2:44 pm, Thomas Broyer [EMAIL PROTECTED] wrote: On 12 sep, 12:08, francescoNemesi [EMAIL PROTECTED] wrote: Hi there, I have upgraded to GWT 1.5.2 and when running in hosted mode (only mode I tried), I get many gwt-user.jar errors, the first ones are shown

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

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

Re: gwt 1.5.2 and ff3

2008-09-04 Thread Sumit Chandel
Hi Viktor, As mentioned earlier, some extra bits of information would definitely help us help you. Please feel free to post back here if you get a chance to drill down more specifics about the problem you're currently experiencing. Something I wanted to mention offhand is to reemphasize Ed's

Re: GWT 1.5.2 and HTTP Method PUT error

2008-09-03 Thread Eric B
I deleted this post because this is a firebug problem. If you open firebug in firefox, go to the Net tab, and click on an rpc call, then the response tab will say that the post has to be resubmitted. When it is, the PUT error is returned. My rpc failures are being caused by Hibernate, C3P0,

Re: gwt 1.5.2 and ff3

2008-09-02 Thread Ed
I have a few gwt application which are quite large and they work just fine in FF 3. I just had to tune my styles a bit, that was it... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: gwt 1.5.2 and ff3

2008-09-02 Thread David Easley
Don't expect folks here to do some magic for you ... That may suck but nobody will do it for you. Give the guy a break, we was just asking for ideas. On Sep 1, 2:33 pm, alex.d [EMAIL PROTECTED] wrote: Don't expect folks here to do some magic for you. Install firebug for FF, debug your code,

GWT 1.5.2 + i18nCreator + Multiline text = Error

2008-08-29 Thread maku
Hi, I use i18nCreator for generating the GWT I18n Interfaces from properties files. In case of multiline text (with linebreaks) the generated @DefaultMessage annotation leads to errors in the Interfaces. Could anybody give me a hint how to solve this problem. TIA Regards, Martin