Re: GWT 1.7 to 2.7(migration). EXT-JS help

2016-12-18 Thread Alain Ekambi
Try ext4j.our gwt wrap per for ext js. we used it to write Dikalo https://www.dklo.co it Supports GWT 2.7 Am 12.12.2016 18:09 schrieb : > Hi, > > I have recently started migrating my application from GWT 1.7 to GWT 2.7. > With a limited availability of information online I

Re: GWT 1.7 to 2.7(migration). EXT-JS help

2016-12-17 Thread 敏陈
just try it if makes Error post it out! 在 2016年12月13日星期二 UTC+8上午1:09:55,venkata...@gmail.com写道: > > Hi, > > I have recently started migrating my application from GWT 1.7 to GWT 2.7. > With a limited availability of information online I was finding difficulty > in updating

GWT 1.7 to 2.7(migration). EXT-JS help

2016-12-12 Thread venkatasaimada
Hi, I have recently started migrating my application from GWT 1.7 to GWT 2.7. With a limited availability of information online I was finding difficulty in updating. Currently my 1.7 GWT application runs on GWTEXT 2.0.4. and the last released GWTEXT version in the market is 2.0.6.(http

Re: Download of GWT 1.7 keeps failing

2013-04-27 Thread Thomas Broyer
Why would you want to download a *4 years old* version that's more than likely to produce code incompatible with today's browsers? (unless you're only supporting oldIEs?) On Wednesday, April 24, 2013 6:10:29 PM UTC+2, Jerin Joseph wrote: Hi, > > I'm still facing this error, I'm not able to do

Re: Download of GWT 1.7 keeps failing

2013-04-24 Thread Jerin Joseph
Hi, I'm still facing this error, I'm not able to download the GWT version 1.7.1. It breaks every time after downloading 8 MB. I'm trying to download from the below link, https://developers.google.com/web-toolkit/versions gwt-windows-1.7.1.zip

Re: Does GWT 1.7 support Class.getSimpleName()?

2011-11-02 Thread Patrick Tucker
Rate the issue up: http://code.google.com/p/google-web-toolkit/issues/detail?id=1944 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/BpfjJmR59Fw

Upgrade GWT 1.7 to GWT 2.3

2011-06-07 Thread Rajesh Waran
Please share any experience regarding the upgrade. -- 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@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+

Re: Migrating GWT 1.7 to GWT 2.2

2011-02-24 Thread Rajesh Waran
Thanks Philipe, will test it. On Wed, Feb 23, 2011 at 6:32 PM, Philippe Beaudoin wrote: > There is a vote in progress to get a GWT 2.2-compatible version of the > gwt-maven-plugin: >   https://groups.google.com/forum/?pli=1#!topic/codehaus-mojo-gwt-maven-plugin-users/iyp0V83Tktg > If you need it

Re: Migrating GWT 1.7 to GWT 2.2

2011-02-23 Thread Philippe Beaudoin
There is a vote in progress to get a GWT 2.2-compatible version of the gwt-maven-plugin: https://groups.google.com/forum/?pli=1#!topic/codehaus-mojo-gwt-maven-plugin-users/iyp0V83Tktg If you need it very quickly, feel free to grab my version: gwtplatform.plugin

Migrating GWT 1.7 to GWT 2.2

2011-02-23 Thread Rajeshwaran
Hi, Currently we r running GWT1.7 and like to migrate to GWT 2.2.0, would like to know 1. whether maven has proper plugin to support it since we use maven for building. 2. Host mode support from maven. regards Raj -- You received this message because you are subscribed to the Google Groups

Migrating from GWT 1.7 to GWT 2.x

2011-02-15 Thread Kwen K. Liu
Hi Guys, I have just got in hand a old version of a Gwt app that used GWT 1.7, currently I want to migrate it to GWT2.x( probably 2.2). I searched online but got nothing very useful, basically, I have tried to replace the old gwt-usr.jar & gwt-servlet.jar in the build path with the correspon

Re: GWT 1.7 - Development Environment using Eclipse, unable to find on classpath

2010-11-05 Thread Panke
It is called WatchdogMain.gwt.xml (with a lowercase D) and is located at de/spenarion/Watchdog -- 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 th

Re: GWT 1.7 - Development Environment using Eclipse, unable to find on classpath

2010-11-04 Thread Rajeev Dayal
What is the name of your .gwt.xml file? Is it called WatchDogMain.gwt.xml? Is it located under /de/szenarion/watchdog/ ? On Thu, Nov 4, 2010 at 3:13 AM, Panke wrote: > On 3 Nov., 21:09, Rajeev Dayal wrote: > > Can you post the source for WatchdogMain.html? > > > > Hi, > > you can find a slight

Re: GWT 1.7 - Development Environment using Eclipse, unable to find on classpath

2010-11-04 Thread Panke
On 3 Nov., 21:09, Rajeev Dayal wrote: > Can you post the source for WatchdogMain.html? > Hi, you can find a slightly modified version here: http://paste.pocoo.org/show/285884/ Thank you, Panke -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

Re: GWT 1.7 - Development Environment using Eclipse, unable to find on classpath

2010-11-03 Thread Rajeev Dayal
d be a > typo, or maybe you forgot to include a classpath entry for source? > > What I don’t understand is, that I have no module called de.gwt.xml. I > guess this is an error in my configuration, > but I don’t know where. > > This is my first time (seriously) using java and my

GWT 1.7 - Development Environment using Eclipse, unable to find on classpath

2010-11-02 Thread Panke
ss this is an error in my configuration, but I don’t know where. This is my first time (seriously) using java and my very first time using gwt, so I’ll descripe my environment as precise as possible: I’m using Windows 7 x64, GWT 1.7 and I have Java6 x86 and x64 installed. JAVA_HOME points to the x

Re: RPC SerializationException when going from GWT 1.7 to GWT 2.0.4

2010-09-02 Thread Blagoja Chavkoski
Hi, I would say...try with the normal implement Serializable but its important to add for the classes Uniq serilizationUID and i think will work... regards On Mon, Aug 30, 2010 at 11:35 PM, Ken Wielechowski < ken.wielechow...@gmail.com> wrote: > In going from GWT 1.7 to GWT 2.0.4, I a

RPC SerializationException when going from GWT 1.7 to GWT 2.0.4

2010-08-30 Thread Ken Wielechowski
In going from GWT 1.7 to GWT 2.0.4, I am getting the following exception: dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: java.lang.reflect.InvocationTargetException at

Re: Safari 5.0 with GWT 1.7.x?

2010-06-10 Thread Geoffrey Wiseman
On Jun 8, 10:47 am, Geoffrey Wiseman wrote: > Anyone tried Safari 5.0 with GWT 1.7.x to see if it solves the crash > issue? > (http://code.google.com/p/google-web-toolkit/issues/detail?id=4220) Got bored of waiting. Tried it myself. Seems to work so far; pleasing. -- You rece

Safari 5.0 with GWT 1.7.x?

2010-06-08 Thread Geoffrey Wiseman
Anyone tried Safari 5.0 with GWT 1.7.x to see if it solves the crash issue? (http://code.google.com/p/google-web-toolkit/issues/detail?id=4220) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email

Re: GWT 1.7 to 2.0 upgrading problem: no longer working: GWTCanvas, gwt-diagrams2

2010-05-12 Thread kozura
I don't know of any issue with continuing to use quirks mode in GWT2, I didn't convert my apps to standards mode when I upgraded and everything continued to work fine, including many mouse handlers. As for GWTCanvas, probably should ask on their board. Regarding the selection/cursor API, I was do

Re: GWT 1.7 to 2.0 upgrading problem: no longer working: GWTCanvas, gwt-diagrams2

2010-05-12 Thread Navigateur
iPanels.html > > On May 11, 6:28 am, Navigateur wrote: > > > Is there a way to get these things working in GWT 2.0? > > > I've found that gwt-diagrams2 works when deleting from > > the html file, but other things don't work then! > > > Would anybody

Re: GWT 1.7 to 2.0 upgrading problem: no longer working: GWTCanvas, gwt-diagrams2

2010-05-11 Thread kozura
I've found that gwt-diagrams2 works when deleting from > the html file, but other things don't work then! > > Would anybody recommend me going back to GWT 1.7? > > Many thanks, N > > -- > You received this message because you are subscribed to the Google Groups > &

Re: GWT 1.7 to 2.0 upgrading problem: no longer working: GWTCanvas, gwt-diagrams2

2010-05-11 Thread Sorinel C
It's always good to use the latest version (except for the cases when there are critical bugs), like I did myself last year, jumping from 1.7 to 2.0 Here are some of my discoveries: http://ui-programming.blogspot.com/2009/12/update-your-application-to-gwt-20.html So, generate first a simple GWT

GWT 1.7 to 2.0 upgrading problem: no longer working: GWTCanvas, gwt-diagrams2

2010-05-11 Thread Navigateur
Is there a way to get these things working in GWT 2.0? I've found that gwt-diagrams2 works when deleting from the html file, but other things don't work then! Would anybody recommend me going back to GWT 1.7? Many thanks, N -- You received this message because you are subscri

GWTCanvas doesn't draw lines in my app in GWT 2.0.3, was fine in GWT 1.7

2010-05-11 Thread Navigateur
Anybody have any idea about why lines drawn using GWTCanvas wouldn't appear in GWT 2.0, but was ok in 1.7? Has anyone successfully drawn lines in 2.0 and can show me a code snippet? Cheers, N -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group

GWT 1.7, Eclipse: how do I tell jetty

2010-04-19 Thread Jferg
What teh context root is, right now it defaults to "/"... I would like a little more control over this because I want one entry page and be able to use it in Hosted mode or in Tomcat when I drop the WAR file in there. I did search this group and I did try looking at Jetty docs... I may have missed

migration from GWT 1.4 to GWT 1.7 throwing exception content type was text/palin

2010-03-28 Thread pravn
Hi, After migrating to GWT 1.7 from GWT 1.4 we are getting an exception saying " content type was text/plain; Expcted text/x-gwt-rpc. Can anyone suggest what might be the reason? Is there any configuration changes required? We have checked the jar files used and all of them are from GW

GWT 1.7 -> GWT 2.0 - compiled size significantly increased

2010-03-09 Thread swxoz
Hi, After migration form GWT 1.7 to 2.0.1 we've noticed increased size of result .cache. file. OBFUSCATED size incresed from 500kB -> 1 MB - almost twice. GWT 2.0 introduced turned on by default stack traces in web mode http://code.google.com/p/google-web-toolkit/wiki/WebModeExceptions

GWT 1.7.x "missing plugin" issue

2010-02-24 Thread eric smith
Hi, I don't know if it can help, but I had this issue trying to run Hosted Mode from command line with GWT 1.7.0. Then I get this weird message "missing plugin". After some effort I found out that for some reason I had to set the port selection automatic by adding this parameters to the JVM: -port

Re: GWT 1.7 upgrade Issue in Linux

2010-02-04 Thread Ignat Alexeyenko
Hello. Have no problems on upgrading my app to the new version of GWT. Delete all the output GWT compiler directory. Review all the warning/error messages that are shown by GWT compiler. -- Kind regards, Ignat Alexeyenko. On Mon, Feb 1, 2010 at 1:20 PM, has wrote: > I try to upgrade from GWT 1

GWT 1.7 upgrade Issue in Linux

2010-02-01 Thread has
I try to upgrade from GWT 1.5.3 to 1.7, it works fine in Windows but in Linux HostedMode shows blank page while it display the Title but not the contents. -- 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: Eclipse plugin for GWT 1.7

2010-01-20 Thread Sanjay
> > On Jan 13, 8:55 am, Keith Platfoot wrote: > > > > > Hi Sanjay, > > > > > > The latest version of the plugin (1.2) is still backwards-compatible > > with > > > > > GWT 1.7.1.  You can find the update site URL on the plugin's Quick &

Re: Eclipse plugin for GWT 1.7

2010-01-19 Thread Keith Platfoot
opment in on Linux. > > > > > Thanks, > > > Sanjay > > > > > On Jan 13, 8:55 am, Keith Platfoot wrote: > > > > Hi Sanjay, > > > > > > The latest version of the plugin (1.2) is still backwards-compatible > with > > >

Re: Eclipse plugin for GWT 1.7

2010-01-19 Thread Sanjay
t; page: > > > >http://code.google.com/eclipse/docs/getting_started.html > > > > KeithOn Wed, Jan 13, 2010 at 2:15 AM, Sanjay > > wrote: > > > > Is there a location where I can get the eclipse plugin for GWT 1.7. I > > > > just happened to dele

Re: Eclipse plugin for GWT 1.7

2010-01-16 Thread Sandra Lo
pdate site URL on the plugin's Quick Start > > > page: > > > >http://code.google.com/eclipse/docs/getting_started.html > > > > KeithOn Wed, Jan 13, 2010 at 2:15 AM, Sanjay > > wrote: > > > > Is there a location where I can get the e

Re: Eclipse plugin for GWT 1.7

2010-01-14 Thread Keith Platfoot
ck Start > > page: > > > > http://code.google.com/eclipse/docs/getting_started.html > > > > KeithOn Wed, Jan 13, 2010 at 2:15 AM, Sanjay > wrote: > > > Is there a location where I can get the eclipse plugin for GWT 1.7. I > > > just happened to de

Re: Eclipse plugin for GWT 1.7

2010-01-14 Thread Sanjay
gin's Quick Start > page: > > http://code.google.com/eclipse/docs/getting_started.html > > KeithOn Wed, Jan 13, 2010 at 2:15 AM, Sanjay wrote: > > Is there a location where I can get the eclipse plugin for GWT 1.7. I > > just happened to delete it from eclipse in the

Re: Eclipse plugin for GWT 1.7

2010-01-13 Thread Keith Platfoot
there a location where I can get the eclipse plugin for GWT 1.7. I > just happened to delete it from eclipse in the process of upgrading to > 2.0. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post

Eclipse plugin for GWT 1.7

2010-01-13 Thread Sanjay
Is there a location where I can get the eclipse plugin for GWT 1.7. I just happened to delete it from eclipse in the process of upgrading to 2.0. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email

Re: ack! migrating from gwt 1.7 to 2.0 and events don't fire anymore?

2010-01-07 Thread Sorinel C
Try this first to see if you have any problems of environment: http://ui-programming.blogspot.com/2009/12/update-your-application-to-gwt-20.html where you have the most important steps of upgrading a GWT application to version 2.0. If it's not working for you, then post the errors log please! to

ack! migrating from gwt 1.7 to 2.0 and events don't fire anymore?

2010-01-06 Thread dangle
Hi there, this might sound a bit crazy but I'm trying to update a fairly large app from gwt 1.7 to 2.0, and although it compiles fine and I can get it started in dev mode without any problems, after the page renders it seems like nothing works anymore. Since it also uses GXT, I originally th

Re: GWT 1.7 + Datasource

2010-01-03 Thread dero
http://humblecode.blogspot.com/2009/05/gwt-16-using-jndi-datasource.html The directions in the link above worked for me using GWT 2.0 + MySQL. On Dec 1 2009, 4:22 pm, Steve wrote: > I am also very interested in this capability.  After spending this > entire day researching the question and then

Re: GWT 1.7 + Datasource

2010-01-03 Thread dero
After some searching I found this: http://humblecode.blogspot.com/2009/05/gwt-16-using-jndi-datasource.html . It worked for me on GWT 2.0 + MySQL. Be careful when copy-pasting the sample jetty-web.xml file, it uses "curling quotes"; also, don't forget to add jetty-plus-*.jar and jetty-naming-*.ja

Re: exception when run existing project developed in GWT 1.7 on GWT 2

2009-12-16 Thread Siegfried Bolz
Have you cleaned your Libs-Directory from the old GWT-Jar-Files? On 16 Dez., 11:34, sathya wrote: > Hi, >    I have upgraded my eclipse with GWT 1.7 to GWT 2. > When I try to run existing project developed in GWT 1.7 on GWT 2, I am > getting below exception in development mode

exception when run existing project developed in GWT 1.7 on GWT 2

2009-12-16 Thread sathya
Hi, I have upgraded my eclipse with GWT 1.7 to GWT 2. When I try to run existing project developed in GWT 1.7 on GWT 2, I am getting below exception in development mode.Please help . java.lang.AssertionError: targetHistoryToken must not be null, consider using Anchor instead at

Re: Installing older GWT (1.7.x) version instead of GWT 2.0

2009-12-14 Thread ntdeaf
Never mind..I've found a similar question after I posted this... On 14 dec, 21:20, ntdeaf wrote: > Hi, > > Due to an attempt to use the latest version of GWT (2.0) but failing > because of my lack of knowledge of  the RPC mechanism, I removed the > GWT 1.7 plugin from ecli

Installing older GWT (1.7.x) version instead of GWT 2.0

2009-12-14 Thread ntdeaf
Hi, Due to an attempt to use the latest version of GWT (2.0) but failing because of my lack of knowledge of the RPC mechanism, I removed the GWT 1.7 plugin from eclipse (galileo). But I rather finish my current project first, before I dive in the new GWT version. But now I reinstalled ecplipse

Re: Properties Support for Configuration Data in GWT 1.7

2009-12-11 Thread keyboard_samurai
No i do not want it on server side ... Have certain values which would be used in client side. Need it configurable and also its same across different locales. Any thoughts on this ? On Dec 11, 7:17 pm, philippe wrote: > If it doesn't draw user text on screen, if it's just to configured > your

Re: Properties Support for Configuration Data in GWT 1.7

2009-12-11 Thread philippe
If it doesn't draw user text on screen, if it's just to configured your server you can use ResourceBundle in server side. On 11 déc, 13:58, keyboard_samurai wrote: > Hi, > > I need to maintain some configurable data (in properties) and lookup > for it in the code. I do understand GWT has support

Properties Support for Configuration Data in GWT 1.7

2009-12-11 Thread keyboard_samurai
Hi, I need to maintain some configurable data (in properties) and lookup for it in the code. I do understand GWT has support for constants and messages (i18n). I would not like to get this information like constant or message as these are kept specific to locale and the configuration data which i

Re: GWT 1.7 public folder location

2009-12-03 Thread Thomas Broyer
On Dec 3, 7:01 am, jax wrote: > I am running 1.7 and after some reading online people keep referencing > the "public folder".  I don't have a public folder in my project...am > I meant to?  Has GWT changed the public folder?  I only have > > com.example.myapp > com.example.myapp.client > com.exa

Re: GWT 1.7 public folder location

2009-12-02 Thread Abdullah Shaikh
Hi Jax, Even I am using 1.7 and there isn't any "public" folder, but the application is working fine, I am new to GWT, I haven't used previous versions, may be the structure got change in 1.7 Also same thing with 2.0 RC, so I guess it's not an issue. Thanks, Abdullah On Thu, Dec 3, 2009 at 11:3

GWT 1.7 public folder location

2009-12-02 Thread jax
I am running 1.7 and after some reading online people keep referencing the "public folder". I don't have a public folder in my project...am I meant to? Has GWT changed the public folder? I only have com.example.myapp com.example.myapp.client com.example.myapp.server -- You received this messa

Re: GWT 1.7 + Datasource

2009-12-01 Thread Steve
I am also very interested in this capability. After spending this entire day researching the question and then attempting various combinations of code in web-jetty.xml configuration files I am not convinced it is possible yet. I have succeeded in deploying gwt code built using the instantiations

Re: SOP and GWT 1.7

2009-11-23 Thread oleberre
Hi Thomas. Thanks a lot for the information. So, I did what you adviced me i.e. adding the linker option in the module. As you suspected, it does not generate a nocache.js with the xs suffix but the usual file with the right version. However, trying to load my module, I get the following message

Re: SOP and GWT 1.7

2009-11-20 Thread Thomas Broyer
On 20 nov, 10:47, oleberre wrote: > Hi all. > > I had a look > tohttp://code.google.com/webtoolkit/doc/1.6/FAQ_Server.html#What_is_the... > to try to understand how SOP works. In this article, there is mention > of -xs.nocache.js which is supposed to handle cross site > problem. However, in my

SOP and GWT 1.7

2009-11-20 Thread oleberre
Hi all. I had a look to http://code.google.com/webtoolkit/doc/1.6/FAQ_Server.html#What_is_the_Same_Origin_Policy,_and_how_does_it_affect_GWT? to try to understand how SOP works. In this article, there is mention of -xs.nocache.js which is supposed to handle cross site problem. However, in my proje

Re: Creating a module in GWT 1.7 - css file location

2009-11-13 Thread Steve C
OK, I answered my own question, at least as far as item #1, with some help from http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideAutomaticResourceInclusion It seems that either approach will work. Having the css in the public package will result in it automatical

Creating a module in GWT 1.7 - css file location

2009-11-13 Thread Steve C
In GWT 1.5, I would put the module css file in the public package. In 1.7 the preferred approach is to put it in the war directory. I haven't tested to see if the public package concept still works. If I wanted to have a project as a module, I could then jar the whole thing, and the project inhe

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-11 Thread Yaakov
Well, I am using Toplink, not hibernate... I did finally figure out my problem. Since Marco's blog is what helped point me in the right direction, I posted the complete explanation there: http://codetrips.blogspot.com/2009/05/gwt-spring-and-jpa-not-really-friendly.html See the comments to that b

Issue with GXT 2.1 and GWT 1.7

2009-11-11 Thread Shital
We are using GXT 2.1 and our project structure is as follows we have django at back end side and we use javascript output of GXT. But the problem is the html page loads for the first time, but not the next time. Is there any change in the new version that we should consider. --~--~-~--~--

Re: CSS file issue + possible bug in GWT 1.7

2009-11-04 Thread Yozons Support on Gmail
I only started with GWT 1.7, so I can't speak about that. But here's what I have in my gwt.xml: So, when my module loads, it will insert the link tags to pull in "esf.css" and "login.css" from the 'module path' generated by the GWT C

Re: CSS file issue + possible bug in GWT 1.7

2009-11-04 Thread grasshopper
I just tried placing the css file in public on the same dir as the gwt.xml, but that causes other problemsif you are referring to images from css file. It also then, starts to look like a GWT 1.5 project :-) On Nov 4, 4:08 pm, Open eSignForms wrote: > I've seen re-read the modules descriptio

Re: CSS file issue + possible bug in GWT 1.7

2009-11-04 Thread Open eSignForms
I've seen re-read the modules description and figured out what I needed to do, at least in Eclipse, and then to use the default names GWT recognizes. In the project root where your gwt.xml file is, you should have a 'client' folder where your client code goes that will be converted to javascript,

Re: CSS file issue + possible bug in GWT 1.7

2009-11-04 Thread Yozons Support on Gmail
I've reported this issue, too. It seems odd, but if you don't put a full path, it assumes it's in the generated javascript area, but that area is blown away during each compile, so it's not clear where to define the CSS in Eclipse so that after the compile it puts the CSS back in there. If you pu

CSS file issue + possible bug in GWT 1.7

2009-11-04 Thread grasshopper
Hello all, I've just migrated a GWT 1.5 project to GWT 1.7.1. One of the issues i ran into was that in hosted mode my css file was not getting picked up. Searching through the GWT group i learned that i would need to add the following line to my gwt.xml file: and this made my css styles get pic

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-04 Thread Davis Ford
This is from the spring page you linked: Not all JPA providers impose the need of a JVM agent (Hibernate being an example). If your provider does not require an agent or you have other alternatives (for example applying enhancements at build time through a custom compiler or an ant task) the load-

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-04 Thread Yaakov
So, when I do provide (as I wrote before) -javaagent:c:\\spring- agent.jar, and I start up GWT hosted environment through Run in eclipse, I get an exception like this: Caused by: java.lang.IllegalStateException: ClassLoader [com.google.gwt.dev.shell.jetty.JettyLauncher$WebAppContextWithReload $Web

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-04 Thread Yaakov
> to be honest, this sounds like it is not so much a gwt thing as it is a > hibernate/spring thing. It IS a GWT thing in the sense that it is the Jetty server which the GWT Eclipse plugin starts up which refuses to recognize that I am starting its JVM with a -javaagent. Why it does that? I don't

Re: GWT 1.7 Hosted mode Wont create GWT widgets

2009-11-04 Thread Fabio
cleaning IE7 cache solved the problem: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/dc6df20b1a5800c7?fwc=1 but I dind't realize why hosted browser was using / needs to access the system browser cache. well, now thats ok, lets work... On 4 nov, 04:23, Fabio wrote: > I

Re: GWT 1.7 Hosted mode Wont create GWT widgets

2009-11-04 Thread Fabio
I'm facing the same problem, with Eclipse 3.4 on Windows XP. Was working with it last 4 weeks, and suddenly, Hosted Mode stopped working. This occurs even if I try to create a new Blank Google Web Application, and even if I do this in a new workspace (I only not tested reinstall eclipse). The "c

GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-03 Thread Yaakov Chaikin
Hi, I am trying to get hosted mode to work in Eclipse 3.4 with GWT plugin 1.7 on Windows... Here is what I have: 1) Maven folder structure, as I use maven to compile/deploy the whole thing. 2) 3 separate modules (eclipse projects): Persistence, Model, and Web (this is the GWT project). 3) Model

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-03 Thread Davis Ford
don't put persistence.xml in war folder, put it here: ${basedir}/src/main/resources/META-INF/persistence.xml When you build, maven will make sure it goes in the classes dir of your webapp (i.e. app.war!/WEB-INF/classes/persistence.xml) On Tue, Nov 3, 2009 at 3:03 PM, Yaakov Chaikin wrote: > >

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-03 Thread Yaakov
Thanks for point that out... Now, it does pick up the persistence unit... However, I am still not able to start up pre-bundled with Eclipse GWT Jetty server. First, it complained that I didn't specify a persistence provider. I did that by changing my entityManagerFactory to this:

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-03 Thread Davis Ford
which maven gwt plugin are you using -- is it the codehaus gwt plugin? to be honest, this sounds like it is not so much a gwt thing as it is a hibernate/spring thing. i've used hibernate/spring a lot with jpa, and never had to specify a weaver via an extra JVM argument. it seems a bit odd. i'm

Re: GWT 1.7 compiling from Ant

2009-11-03 Thread grasshopper
I am getting the following error: [java] java.lang.NoClassDefFoundError: com/google/gwt/dev/Compiler [java] Exception in thread "main" On Nov 3, 10:33 am, grasshopper wrote: > Hello all, > > I've just migrated a project from GWT 1.5 to GWT 1.7. While before i > co

Re: GWT 1.7 Hosted mode Wont create GWT widgets

2009-11-03 Thread Martin Hutchinson
If you are using Linux and Ext then this could be the problem: http://code.google.com/p/google-web-toolkit/issues/detail?id=1997 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to

GWT 1.7 compiling from Ant

2009-11-03 Thread grasshopper
Hello all, I've just migrated a project from GWT 1.5 to GWT 1.7. While before i could compile the GWT project from an ant file with the following code: I can't do so anymore in GWT 1.7. I've search the group postings and the closes i've come to some help is

Re: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-11-02 Thread luxor
Darpan Mhatre! I also want to add: Often used in conjunction Appache web server and Tomcat. - Move your Main Page (eg App.html) to folder httpdocs in Appache webserver - Rename it to index.html (optional) - Do not forget to specify the path to * nocache.js and *. css on the relatively Appache ro

Re: Continuous Integration with GWT 1.7 and Hudson

2009-10-29 Thread Christian López Espínola
Hi Sripathi, On Wed, Oct 28, 2009 at 7:50 PM, Sripathi Krishnan wrote: > You are using Xvfb in the wrong place. Since hudson is going to start the > browser, it needs the Xvfb argument. Jboss doesn't need those arguments. > > Here is what we did to get Hudson working with gwt test cases > > nohu

Re: Continuous Integration with GWT 1.7 and Hudson

2009-10-28 Thread Sripathi Krishnan
You are using Xvfb in the wrong place. Since hudson is going to start the browser, it needs the Xvfb argument. Jboss doesn't need those arguments. Here is what we did to get Hudson working with gwt test cases nohup Xvfb :4 -screen 0 1024x768x24 & DISPLAY=:4 nohup java -jar hudson.war --httpPort=8

Continuous Integration with GWT 1.7 and Hudson

2009-10-28 Thread Christian López Espínola
Hi, I'm trying to get CI working on my server. It's a Linux box with JBoss, and no X server. When trying to build I got errors when running GwtTests: [INFO] org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed] [INFO] at org.eclipse.swt.SWT.error(SWT.java:3400) [INFO] at org.ecli

Re: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-27 Thread sathya
This is very easy process to deploy GWT project on tomcat.Please follow below steps. 1. Install tomcat cat server with tomcat manager. 2. create zip file with all contents inside war file.(imp note:: do not zip war file, instead zip all contents of war file. When you open zip file, you should be

Re: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-27 Thread Yozons Support on Gmail
Just remember to do the Google->GWT Compile step to create all of the files in the war/module_name folder that's auto-rebuilt for each compile. Those are the ones that are needed when not in hosted/dev mode. And if you're not creating a new war file each time, you may want to consider removing t

Re: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread Sanjeev Kulkarni
o the "webapps" folder of tomcat, or > the "deploy" folder of jboss, etc. > > On Oct 26, 1:48 pm, Darpan Mhatre wrote: > > > Hi Folks, > >             Can anyone here let me know how to deploy GWT application > > (gwt 1.7) in tomcat or resin or any ex

Re: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread rjcarr
arpan Mhatre wrote: > Hi Folks, >             Can anyone here let me know how to deploy GWT application > (gwt 1.7) in tomcat or resin or any external web application server. > The snapshots will be helpful. --~--~-~--~~~---~--~~ You received this message bec

Re: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread Proxy
> > David > > On Mon, Oct 26, 2009 at 1:48 PM, Darpan Mhatre wrote: > > > > > Hi Folks, > >            Can anyone here let me know how to deploy GWT application > > (gwt 1.7) in tomcat or resin or any external we

Re: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread Yozons Support on Gmail
If you used the Eclipse plug-in, just copy all of the files in the 'war' to the webapps folder for Tomcat, then deploy it as normal. David On Mon, Oct 26, 2009 at 1:48 PM, Darpan Mhatre wrote: > > Hi Folks, >Can anyone here let me know how to deploy GWT applica

Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread Darpan Mhatre
Hi Folks, Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external web application server. The snapshots will be helpful. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

CKEditor integration experiences with GWT 1.7?

2009-10-24 Thread Open eSignForms
Has anybody run into any issues integrating CKEditor with GWT 1.7? While the RichEditor is okay, we need the added power of tables and rendering with user-defined CSS for our needs where users are building HTML "chunks" and need the additional layout and rendi

Re: Hibernate4GTW + GWT 1.7 - problems?

2009-10-24 Thread Jason Essington
try Gilead, I believe that is the new name of that project. -jason On Oct 23, 2009, at 2:36 PM, rernst wrote: > > Hi, > > does Hibernate4GWT support GWT 1.7? I only saw mention up to 1.5. > > --~--~-~--~~~---~--~~ You received this messa

Hibernate4GTW + GWT 1.7 - problems?

2009-10-23 Thread rernst
Hi, does Hibernate4GWT support GWT 1.7? I only saw mention up to 1.5. --~--~-~--~~~---~--~~ 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-w

GWT 1.7 + Datasource

2009-10-18 Thread rernst
I am trying to implement a Datasource with the hosted mode server. This has turned out to be very confusing. The otherwise excellent book 'GWT in Practice' make reference to a Tomcat lite directory structure which I am unable to find. Other references in this group seem to point at Jetty but I ca

Re: GWT 1.7 Hosted mode Wont create GWT widgets

2009-10-16 Thread ravvap
de is shown in the hosted browser and it > > wont process the java code in the entry point. > > > If i set a break point within the onModuleLoad method it is never > > triggered. > > > I am using eclispe 3.4 with GWT 1.7, also

Re: GWT 1.7 Hosted mode Wont create GWT widgets

2009-10-07 Thread mike_mac
y basic HTML code is shown in the hosted browser and it > wont process the java code in the entry point. > > If i set a break point within the onModuleLoad method it is never > triggered. > > I am using eclispe 3.4 with GWT 1.7, also tried 1.6.4 and 1.7.1 with &g

GWT 1.7 Hosted mode Wont create GWT widgets

2009-10-07 Thread Patrick Corbett
simply the project i was working on all previous and new proejects fail to start. only basic HTML code is shown in the hosted browser and it wont process the java code in the entry point. If i set a break point within the onModuleLoad method it is never triggered. I am using eclispe 3.4 with GWT

Re: Download of GWT 1.7 keeps failing

2009-10-02 Thread R
Thanks All... I managed to get it later in the day... --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscrib

Re: Download of GWT 1.7 keeps failing

2009-10-01 Thread Chris Ramsdale
This issue has been resolved. Please try again if you were unable to successfully download GWT. - Chris On Sep 30, 9:11 pm, Dominik Steiner wrote: > try using a download manager > > Dominik > > On 30 Sep., 08:23, R wrote: > > > > > Anyone else suffering this? My ISP is fine - I've downloaded S

Re: Download of GWT 1.7 keeps failing

2009-09-30 Thread Dominik Steiner
try using a download manager Dominik On 30 Sep., 08:23, R wrote: > Anyone else suffering this? My ISP is fine - I've downloaded Sun Java > SDK just fine, and Apache ANT, but I've had three attempts downloading > GWT and the download breaks and the zip file is corrupted.  First and > third times

  1   2   3   >