Re: gwt 2.0 plugin crashes firefox 3.5 in OS X 10.4

2010-01-03 Thread Par
(or the original issue). Thanks, Chris On Thu, Dec 17, 2009 at 2:59 AM, Par pardeeps...@gmail.com wrote: Hi, I have just upgraded to gwt 2.0 and added an eclipse plugin for os x 10.4.11. Running in development mode, i was asked to download gwt-dev plugin. After downloading it, the firefox

Re: GWT 2.0 + JBoss

2010-01-03 Thread Szemere
I've found this can be caused by an old version of gwt-servlet.jar in the path. Szemere -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this

Re: gwt 2.0 jdo / jpa enhanced classes in App engine / Data Nucleus used for GWT-RPC calls to client side

2010-01-03 Thread Deanna
will have to get the JDO object back from the data store, then update the properties from the new object. On Dec 25 2009, 1:10 pm, GWTCurious sad...@gmail.com wrote: I have seen some messages mentioning that with gwt 2.0 it is possible now to transfer jdo domain objects on app engine / data

Re: Eclipse, GWT-2.0 and google APIS

2010-01-03 Thread Qian Qiao
and applicationCreator tools'. I've been trying to set it up for several hours - I have downloaded the jars, added it to classpath, tried to append the jars to the project - so far no luck. I haven't been able to find projectCreator nor applicationCreator utilities anywhere in gwt-2.0 distribution. Only

Re: Deprecation warning in all RPCs dealing with collections on GWT 2.0 RC2

2010-01-03 Thread Chris Ramsdale
This is a bug. The ListListObject return type is causing the compiler to generate serialization code for any class X that extends ListT, where T is an interface that has a implementing class that extends class X. The following code will reproduce the issue: @Deprecated public class MyTest extends

Re: GWT 2.0 + JBoss

2010-01-03 Thread Sripathi Krishnan
Or if your *.rpc files are out of sync. Make sure you are copying the generated rpc files to the war. --Sri 2010/1/1 Szemere szemereszem...@googlemail.com I've found this can be caused by an old version of gwt-servlet.jar in the path. Szemere -- You received this message because you

Re: Using our own server with GWT 2.0

2010-01-03 Thread markww
Hi, I just started using gwt 2.0 with eclipse 3.5, and am also having trouble getting -noserver to work now (had it working ok in previous gwt versions). I compiled my app once, put all my files on my remote web server, example: http://www.mywebsite.com/test/MyProject.html .. etc

Re: Deprecation warning in all RPCs dealing with collections on GWT 2.0 RC2

2010-01-02 Thread leslie
. On Dec 17, 5:26 pm, Al Murauski a.murau...@gmail.com wrote: The same problem. We're facing this after upgrading to gwt 2.0. Any ideas? Thanks in advance! On 8 дек, 19:24, Luis Fernando Planella Gonzalez lfpg@gmail.com wrote: Hi. We're using GWT 1.7 and I'm starting

Re: Deprecation warning in all RPCs dealing with collections on GWT 2.0 RC2

2010-01-02 Thread leslie
to gwt 2.0. Any ideas? Thanks in advance! On 8 дек, 19:24, Luis Fernando Planella Gonzalez lfpg@gmail.com wrote: Hi. We're using GWT 1.7 and I'm starting to experiment with 2.0 RC2 to evaluate GWT.runAsync(). However, now as I compile the app, I get warning

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-01 Thread John OConner
2.0 plugin. I am using Subversion/subclipse for version control in our eclipse project. However, the gwt- servlet.jar has been marked as being deleted (according to subversion - red cross) every time I start up eclipse since I upgrade to gwt 2.0. So, now i will need to revert the deletion

Re: problemas con Hibernate y gilead no compatible con gwt 2.0

2010-01-01 Thread Richard Berger
Had the same problem - the following post was very helpful: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/ca5722230f14f54e/408301beba6a2bf4?lnk=raot RB On Dec 30 2009, 12:08 pm, marcelomos marcelo.mosc...@gmail.com wrote: GRAVE: WebModule[/gwt20lab2hibernate]Exception

Re: Customizing RichTextArea with insertHtml in GWT 2.0

2010-01-01 Thread Trevis
I feel like i must be missing something obvious but i'm not seeing any convenience method to get the selected text. Seems too obvious to be an oversight. Any help would be much appreciated. Trevis On Dec 31 2009, 9:26 am, Trevis trevistho...@gmail.com wrote: I'd like to create a custom rich

Re: Customizing RichTextArea with insertHtml in GWT 2.0

2010-01-01 Thread Anoop John
Hi Tevis, If u want customize your text area you should use RichTextArea and a toolbar for changing the font,color , creating a link etc. This tool bar is freely available in http://gwt.google.com/samples/Showcase/Showcase.html#CwRichText. Note that the code is available in gwt samples. On Jan

Re: Customizing RichTextArea with insertHtml in GWT 2.0

2010-01-01 Thread Anoop John
Tevis Please see the post below. http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/ae9a0ebff58a8f15 On Jan 1, 11:07 pm, Trevis trevistho...@gmail.com wrote: I feel like i must be missing something obvious but i'm not seeing any convenience method to get the selected

Re: Customizing RichTextArea with insertHtml in GWT 2.0

2010-01-01 Thread Trevis
Hey thanks, I've seen that post which was what turned me on to RichTextToolbar when i started to research this a couple of days ago. It looks great and will definitely be the inspiration for how i create mine. The problem is i want to do custom functionality that the raw Formatter object doesn't

Re: gwt 2.0 jdo / jpa enhanced classes in App engine / Data Nucleus used for GWT-RPC calls to client side

2010-01-01 Thread sridhar vennela
Do you have any sample code of login app? thanks On Thu, Dec 31, 2009 at 5:34 AM, marcelomos marcelo.mosc...@gmail.comwrote: hola he usado HIbernate + jPA con mysql y si tengo problemas de serializacion con la version 2.0 gwt veo que persiste el problema asi que sigo trabajando con la

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-01 Thread Jeff Schnitzer
to gwt 2.0. So, now i will need to revert the deletion every time I reopen the project before commiting anything. Have anyone experience this before? Does anyone know the soultion to solve this annoying problem. PS: It seems like GWT 2.0 plugin is trying to replace the 2.0 gwt

Re: gwt 2.0 jdo / jpa enhanced classes in App engine / Data Nucleus used for GWT-RPC calls to client side

2010-01-01 Thread Jeff Schnitzer
that with gwt 2.0 it is possible now to transfer jdo domain objects on app engine / data nucleus to the client side using standard gwt-rpc mechanism. But I could not find any information regarding this in GWT documentation. So I would like to know whether this works fine for a production application

Re: gwt 2.0 jdo / jpa enhanced classes in App engine / Data Nucleus used for GWT-RPC calls to client side

2009-12-31 Thread GWTCurious
I guess I posted this question on the wrong day. :-) Has anybody the answer? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send

Customizing RichTextArea with insertHtml in GWT 2.0

2009-12-31 Thread Trevis
I'd like to create a custom rich text aera. I think I I've got a fair handle on how it works from playing with the showcase RichTextToolbar source code. The Formatter.insertHtml method seems like it will get almost exactly what i need. But, there is one critical peice of the puzzle I have yet to

Re: gwt 2.0 jdo / jpa enhanced classes in App engine / Data Nucleus used for GWT-RPC calls to client side

2009-12-31 Thread marcelomos
hola he usado HIbernate + jPA con mysql y si tengo problemas de serializacion con la version 2.0 gwt veo que persiste el problema asi que sigo trabajando con la version 1.7 gwt, las librerias GILEAD soportan solo la version 1.7 gwt. estoy esperando la proxima version para la solucion de

problemas con Hibernate y gilead no compatible con gwt 2.0

2009-12-31 Thread marcelomos
GRAVE: WebModule[/gwt20lab2hibernate]Exception while dispatching incoming RPC call java.lang.NoSuchMethodError: com.google.gwt.user.server.rpc.RPCRequest.init(Ljava/lang/reflect/ Method;[Ljava/lang/Object;Lcom/google/gwt/user/server/rpc/ SerializationPolicy;)V at

gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2009-12-31 Thread itwip.81
been marked as being deleted (according to subversion - red cross) every time I start up eclipse since I upgrade to gwt 2.0. So, now i will need to revert the deletion every time I reopen the project before commiting anything. Have anyone experience this before? Does anyone know the soultion to solve

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2009-12-31 Thread Jeff Schnitzer
(according to subversion - red cross) every time I start up eclipse since I upgrade to gwt 2.0. So, now i will need to revert the deletion every time I reopen the project before commiting anything. Have anyone experience this before? Does anyone know the soultion to solve this annoying problem

Re: Problem during upgrading to GWT 2.0

2009-12-30 Thread tp
automatically generated under war, the one that has the module name, had to be deleted. I think the contents of that folder were not getting updated after I compiled with GWT 2.0 and it was kind of reading from cache. Hope this helps someone.. - Simal On Dec 10, 12:21 am, Simal simalhance

Re: GWT 2.0 presentation

2009-12-29 Thread jpnet
Sean, thanks for sharing your work with the community. -JP On Dec 28, 2:48 pm, Sean Sullivan s...@seansullivan.com wrote: I gave a presentation about GWT 2.0 at the Portland Java User Group on December 15th.  The slides are available here:    http://www.pjug.org/docs/gwt-2.0-pjug-2009-12-15

Re: Using Gilead with GWT 2.0 ms1

2009-12-28 Thread Trevor Skaife
epped...@gmail.com wrote: Hello, I'm working on a GWT 2.0 project with hibernate integration viaGilead. When I try to load data from database (on GWT 1.7 everything was working properly) I get this error Parameter 0 of is of an unknown type 'java.lang.String/2004016611

Re: Problem switching to GWT 2.0 from GWT 1.6 (mysql related I think)

2009-12-28 Thread Dominik Erbsland
)         at java.util.TimerThread.init(Unknown Source)         at java.util.Timer.init(Unknown Source)         at java.util.Timer.init(Unknown Source)         at com.mysql.jdbc.ConnectionImpl.clinit(ConnectionImpl.java:208) Notice the access denied part. I think this has nothing to do with GWT 2.0. -- You received

Re: Problem switching to GWT 2.0 from GWT 1.6 (mysql related I think)

2009-12-28 Thread charlie
(Unknown Source) at java.util.Timer.init(Unknown Source) at com.mysql.jdbc.ConnectionImpl.clinit(ConnectionImpl.java:208) Notice the access denied part. I think this has nothing to do with GWT 2.0. -- You received this message because you are subscribed to the Google

GWT 2.0 presentation

2009-12-28 Thread Sean Sullivan
I gave a presentation about GWT 2.0 at the Portland Java User Group on December 15th. The slides are available here: http://www.pjug.org/docs/gwt-2.0-pjug-2009-12-15-final.pdf The presentation included a demo of a small GWT 2.0 app that I built. The source code is available on Google Code

GWT 2.0 port 9997 - testing two apps simultaneously

2009-12-27 Thread Blessed Geek
I am using GWT 2.0 on eclipse plugin. I need to test two or more applications simultaneously in eclipse. However, when I start the second app, the GWT Development notification window says ... failed to open port 9997 Should I ignore this error msg? How should I test two or more apps

Re: GWT 2.0 port 9997 - testing two apps simultaneously

2009-12-27 Thread Paul Grenyer
@googlegroups.com Subject: GWT 2.0 port 9997 - testing two apps simultaneously Sent: 27 Dec 2009 09:43 I am using GWT 2.0 on eclipse plugin. I need to test two or more applications simultaneously in eclipse. However, when I start the second app, the GWT Development notification window says ... failed to open

Re: GWT 2.0 port 9997 - testing two apps simultaneously

2009-12-27 Thread Blessed Geek
[ERROR] Unable to bind socket on port 9997 -- is another session active? java.net.BindException: Address already in use at java.net.PlainSocketImpl.socketBind(Native Method) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: GWT 2.0 port 9997 - testing two apps simultaneously

2009-12-27 Thread Blessed Geek
On Dec 27, 1:47 am, Paul Grenyer paul.gren...@gmail.com wrote: Go into your project settings and tick the box labelled something like find available port or enter a different port for one of your apps. I don't the answer above applies because ... This is not about the application context port

Re: GWT 2.0 port 9997 - testing two apps simultaneously

2009-12-27 Thread Blessed Geek
Never mind! I found the answer. Placing -codeServerPort 9998 in program arguments text box in arguments tab of eclipse run configuration would set the codeServer Port to 9998, or whichever port I choose. -- You received this message because you are subscribed to the Google Groups Google Web

How to use gwt-voices with GWT 2.0?

2009-12-27 Thread amich...@gmail.com
Hello, Do you need to generate a jar file for gwt-voices first? If so, how is this done? I'm using Eclipse. Amir -- 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.

FW: problem compiling gwt 2.0 using ant

2009-12-27 Thread Rodrigue Lagoue Njinthe
with errors [java] [ERROR] Errors in 'jar:file:/home/appdir/.hudson/libraries/gwt/2.0/gwt-user.jar!/com/google/gw t/user/client/ui/DockLayoutPanel.java' [java][ERROR] Line 20: The import com.google.gwt.dom.client.Style.Unit cannot be resolved [java

problem compiling gwt 2.0 using ant

2009-12-27 Thread Rodrigue Lagoue Njinthe
units with errors [java] [ERROR] Errors in 'jar:file:/home/appdir/.hudson/libraries/gwt/2.0/gwt-user.jar!/com/google/gw t/user/client/ui/DockLayoutPanel.java' [java][ERROR] Line 20: The import com.google.gwt.dom.client.Style.Unit cannot be resolved [java

Re: GWT 2.0: Plugin failed to connect to hosted mode server

2009-12-27 Thread Chris Ramsdale
, Dec 22, 2009 at 5:58 AM, Yuval yuval.metro...@gmail.com wrote: Hello everybody, I am new to GWT and need some help. I have recently downloaded GWT 2.0 as an Ecplise plugin + SDK. Following the Getting started tutorial I have created a new GWT application project in Eclipse

Re: RemoteDeathError in GWT 2.0 Developer Mode

2009-12-27 Thread John A. Tamplin
RemoteDeathError is thrown when the connection to the browser is closed. Are you changing the URL in your app? If you change anything but the hash portion, it will reload the app which will drop the devmode connection. You can try increasing the log level with -logLevel SPAM and see what the

Re: gwt 2.0 plugin crashes firefox 3.5 in OS X 10.4

2009-12-27 Thread Chris Ramsdale
Checkout: http://code.google.com/p/google-web-toolkit/issues/detail?id=4413 If this is the same issue that you are experiencing, start the issue (or the original issue). Thanks, Chris On Thu, Dec 17, 2009 at 2:59 AM, Par pardeeps...@gmail.com wrote: Hi, I have just upgraded to gwt 2.0

Re: GWT Incubator update for GWT 2.0?

2009-12-27 Thread Chris Ramsdale
We're currently working on this and will send out an update shortly. In the meantime, any feedback regarding issues that you are are experiencing with the GWT Incubator and GWT 2.0 are greatly appreciated. - Chris On Fri, Dec 11, 2009 at 1:48 PM, Timmy G t...@paloalto.com wrote: Anyone know

GWT 2.0

2009-12-26 Thread GumbyGWTBeginner
I started last week with a new laptop and thought I know Ill get the GWT and Eclipse. What nightmare. All my old projects dont do a thing. Error Galore. (which for an experience programmer that would be fine... but I am new at this) So I thought I would go back to basics. Start a Blank

Re: GWT 2.0

2009-12-26 Thread GumbyGWTBeginner
I had a miss placed in the HTML File. I still dont understand what the following messages mean: Plugin Falied to connect to hosted mode server at .. Port is already is use; you probably still have another session How can you tell what Port is being used and how to do you close that

Re: GWT 2.0

2009-12-26 Thread Jeff Chimene
On Sat, Dec 26, 2009 at 4:56 AM, GumbyGWTBeginner stephan.gump...@gmail.com wrote: I had a miss placed in the HTML File. I still dont understand what the following messages mean: Plugin Falied to connect to hosted mode server at .. Port is already is use; you probably still

Re: GWT 2.0

2009-12-26 Thread Jeff Chimene
I forgot to mention that you refresh the browser page to pick up changes to your code in development mode. Do not restart development mode to pick up changes. On Sat, Dec 26, 2009 at 8:17 AM, Jeff Chimene jchim...@gmail.com wrote: On Sat, Dec 26, 2009 at 4:56 AM, GumbyGWTBeginner

Re: how to resize a DockLayoutPanel pane using gwt 2.0 and uibinder

2009-12-26 Thread Maurice Zeijen
Hi, I faced the same problem and I solved it by creating the following utility class: import com.google.gwt.dom.client.Style.Unit; import com.google.gwt.user.client.ui.DockLayoutPanel; import com.google.gwt.user.client.ui.Widget; public class DockLayoutPanelUtils extends DockLayoutPanel {

Re: Using Gilead with GWT 2.0 ms1

2009-12-26 Thread Richard Berger
and recreate the entire adapter4gwt library, but after re- reading what he suggested, I realized his real suggestion was far easier. (Thanks Trevor!) Hope this helps, Josh On Dec 18, 4:04 am, lucamen epped...@gmail.com wrote: Hello, I'm working on a GWT 2.0 project with hibernate

gwt 2.0 jdo / jpa enhanced classes in App engine / Data Nucleus used for GWT-RPC calls to client side

2009-12-25 Thread GWTCurious
I have seen some messages mentioning that with gwt 2.0 it is possible now to transfer jdo domain objects on app engine / data nucleus to the client side using standard gwt-rpc mechanism. But I could not find any information regarding this in GWT documentation. So I would like to know whether

Re: Problem switching to GWT 2.0 from GWT 1.6 (mysql related I think)

2009-12-24 Thread Dominik Erbsland
no one having an idea or tip? On Dec 21, 11:36 am, Dominik Erbsland derbsl...@gmail.com wrote: I wanted to switch my perfectly runningGWTapplication fromGWT1.6 toGWT2.0also also put it to the Google App Engine. I got many many errors from which I could fix the most. But I still get an error

Re: Problem switching to GWT 2.0 from GWT 1.6 (mysql related I think)

2009-12-24 Thread Shawn Brown
I don't think you can make calls to mysql from appengine. Can you? Anyway that is your issue not 1.6 -- 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 to google-web-tool...@googlegroups.com. To

Re: Problem switching to GWT 2.0 from GWT 1.6 (mysql related I think)

2009-12-24 Thread Dominik Erbsland
well, at the moment I just try to connect to MySQL locally - as far as I know this does not have anything to do with Google app engine yet (however, it might become a problem once I put it online). so I think the problem might be with GWT 2 somehow... I just don't know how to fix it.. On Dec 24,

Re: Problem switching to GWT 2.0 from GWT 1.6 (mysql related I think)

2009-12-24 Thread Shawn Brown
. so I think the problem might be with GWT 2 somehow... I really doubt it. You are trying something that appengine won't let you do AFAIK. You expect it to work locally? I suspect the local appengine environment is closer to the real thing than you think. You may want to check if what you

Re: Problem switching to GWT 2.0 from GWT 1.6 (mysql related I think)

2009-12-24 Thread monkeyboy
to do with GWT 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 to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com

Re: GWT 2.0 Panels

2009-12-24 Thread mwaschkowski
OK, thanks very much, that helps. I wish that the GWT pages would reference the correct css details (an example would do wonders if anyone from google listening). Merry Christmas, Mark On Dec 23, 11:27 am, Ian Bambury ianbamb...@gmail.com wrote: You can't use CSS file syntax you have to use

Re: GWT 2.0 Panels

2009-12-24 Thread Ian Bambury
Actually, they do try to help, anything with a dash/hyphen in it they flag up (e.g. 'border-left'). float/cssFloat is it something that catches a lot of people out (myself included, which is why it sticks in my mind). It isn't really practicable to include a check for everything. Everything you

problem compiling gwt 2.0 using ant

2009-12-24 Thread Rodrigue Lagoue Njinthe
with errors [java] [ERROR] Errors in 'jar:file:/home/appdir/.hudson/libraries/gwt/2.0/gwt-user.jar!/com/google/gw t/user/client/ui/DockLayoutPanel.java' [java][ERROR] Line 20: The import com.google.gwt.dom.client.Style.Unit cannot be resolved [java

Firefox can't establish a connection to the server at localhost:8888 when I testing gwt 2.0

2009-12-24 Thread ayo...@gmail.com
Hi, All the following is when I test the gwt 2.0. I create one application using webAppCreator and after I did ant devmode, and I copy the suggest url to Firefox, chrome and i.e but it doesn't work. I got the following message: Firefox can't establish a connection to the server at localhost

Re: GWT 2.0 serialization policy file

2009-12-23 Thread rlag...@googlemail.com
Hi Oleg, i'm facing the same problem for 5 days now... Can you tell me please how you solved it? Many thanks in advance Rodrigue On Nov 22, 12:56 am, Oleg K. seq...@gmail.com wrote: Hi all. I have the following problem. My project tries to use GWT RPC. It has one jar in dependency libs

Re: GWT 2.0 serialization policy file

2009-12-23 Thread Dan
Is this the problem with the classes you want to serialize not having a no arguments constructor? On Nov 21, 11:56 pm, Oleg K. seq...@gmail.com wrote: Hi all. I have the following problem. My project tries to use GWT RPC. It has one jar in dependency libs which contain several model

Re: GWT 2.0 serialization policy file

2009-12-23 Thread Rodrigue Lagoue
hi! No my classes have a no arguments constructors. There are just defined in another project. The GWT project uses it from a jar file. Thanks On Wed, Dec 23, 2009 at 12:34 PM, Dan daniel.vaug...@gmail.com wrote: Is this the problem with the classes you want to serialize not having a no

Re: GWT 2.0 serialization policy file

2009-12-23 Thread Rodrigue Lagoue
It's really frustrating. since the error tells: Type '*java.lang.Boolean*' was not included in the set of types which can be serialized by this SerializationPolicy or its Class object could not be loaded. For security purposes, this type will not be serialized.: instance = true When i try to make

Re: Using Gilead with GWT 2.0 ms1

2009-12-23 Thread Trevor Skaife
in the original gilead directories and recreate the entire adapter4gwt library, but after re- reading what he suggested, I realized his real suggestion was far easier. (Thanks Trevor!) Hope this helps, Josh On Dec 18, 4:04 am, lucamen epped...@gmail.com wrote: Hello, I'm working on a GWT 2.0

GWT 2.0 Panels

2009-12-23 Thread mwaschkowski
Hi, I've been having great difficulty with 2.0 panels. I've read over the docs at: http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html and moved over to standards mode. I've found that a lot of widget that used to display scrollbars just don't anymore. I've tried using the new

Re: GWT 2.0 Panels

2009-12-23 Thread Ian Bambury
You can't use CSS file syntax you have to use DOM style (i.e. 'cssFloat' not 'float'). Try something like: FlowPanel searchPanel = new FlowPanel(); Label leftPanel = new Label(Left); // Or whatever Label rightPanel = new Label(Right);

Re: How can you open the GWT 2.0 samples in eclipse?

2009-12-23 Thread Andrés Cerezo
Yes with this link all this is perfect!!! Anyone knows how can I test the widgest of the submenu? For example only CwTabPanel.java in the screen ? 2009/12/21 Jason Parekh jasonpar...@gmail.com Hi Cian, Could you try importing each as an existing Java project? Check out

Height Problem with FlexTable in GWT 2.0

2009-12-23 Thread Shady
in width (to 100%) but NOT in height ! I tested it on 2 different browsers, tried changing the RootPanel to the RootLayoutPanel, tried fixing column sizes but always got the same problem. Am I missing something or is it a regression in the new GWT 2.0 ? I really need to have 100% height values

GWT 2.0: Plugin failed to connect to hosted mode server

2009-12-22 Thread Yuval
Hello everybody, I am new to GWT and need some help. I have recently downloaded GWT 2.0 as an Ecplise plugin + SDK. Following the Getting started tutorial I have created a new GWT application project in Eclipse, StockWatcher. I have made no changes to the generated application. The application

Re: GWT 2.0: Plugin failed to connect to hosted mode server

2009-12-22 Thread Chris Ramsdale
Yuval, Can you successfully create, and debug, a new project from Eclipse? Also, does it help if you set gwt.codesvr=localhost:9997? On Tue, Dec 22, 2009 at 5:58 AM, Yuval yuval.metro...@gmail.com wrote: Hello everybody, I am new to GWT and need some help. I have recently downloaded GWT 2.0

Re: Using Gilead with GWT 2.0 ms1

2009-12-22 Thread lucamen
easier. (Thanks Trevor!) Hope this helps, Josh On Dec 18, 4:04 am, lucamen epped...@gmail.com wrote: Hello, I'm working on a GWT 2.0 project with hibernate integration viaGilead. When I try to load data from database (on GWT 1.7 everything was working properly) I get this error Parameter

Re: GWT 2.0: Plugin failed to connect to hosted mode server

2009-12-22 Thread Yuval
recently downloaded GWT 2.0 as an Ecplise plugin + SDK. Following the Getting started tutorial I have created a new GWT application project in Eclipse, StockWatcher. I have made no changes to the generated application. The application was created successfully, so I tried to run it locally

Re: how to resize a DockLayoutPanel pane using gwt 2.0 and uibinder

2009-12-22 Thread aris
I'm having the same problem... On Dec 11, 2:07 pm, morte...@gmail.com morte...@gmail.com wrote: I just tried this (in 2.0GA), and I get errors in the generated code: ui.xml looks something like this: trinity:ResizableDockLayoutPanel ui:field=rootPanel unit=PX         trinity:south size=0

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-22 Thread rlag...@googlemail.com
Hi all! I tested this behavior the last days, and remarked that this generated rpc file contains entries (as row) with all types that could be use during rpc call, all with false after it. It's not possible to set it back to true, since the gwt.rpc file is generated at any running. Is there a

Re: Correct GWT 2.0 way to replace calls to deprecated StyleInjector.injectStylesheet and StyleInjector.setContents

2009-12-21 Thread Thomas Broyer
On Dec 21, 2:33 am, Dazza dazzacoll...@gmail.com wrote: I have an existing GWT project that uses StyleInjector.injectStylesheet and StyleInjector.setContents from the GWT Incubator.  I have upgraded to GWT 2.0 and see that StyleInjector is now an official GWT class.  Unfortunately the two

Re: DialogBox center broken in GWT 2.0

2009-12-21 Thread Thomas Broyer
On Dec 21, 3:34 am, amich...@gmail.com amich...@gmail.com wrote: Hello, The Game Over dialog is not centered properly using the center method: http://dropzap.appspot.com Is there a workaround? The dialog is actually properly centered, but what you see in the dialog isn't the same width

Problem switching to GWT 2.0 from GWT 1.6 (mysql related I think)

2009-12-21 Thread Dominik Erbsland
I wanted to switch my perfectly running GWT application from GWT 1.6 to GWT 2.0 also also put it to the Google App Engine. I got many many errors from which I could fix the most. But I still get an error which I can't find to fix. Here is the error I get (snippet): Initializing AppEngine server

Re: Deprecated XXXListenerCollection warnings when migrating to GWT 2.0

2009-12-21 Thread Luis Fernando Planella Gonzalez
my application from GWT 1.7 to GWT 2.0, and everything seems ok except for the warning below every time I compile: ]       Adding '69' new generated units ]          Validating newly compiled units ]             [WARN] Warnings in 'generated:// 3DE2D57126EAE7405EEA01A75D45584C/com

RemoteDeathError in GWT 2.0 Developer Mode

2009-12-21 Thread Dominic
I am trying to migrate a GWT 1.5.3 project to GWT 2.0.0. The application starts fine but on most of the rpc calls, the developer mode hangs up and a RemoteDeathError is logged. The rpc calls work in the compiled application. I am working with FF 3.5 on a 64bit Linux. Anyone has an idea what the

How can you open the GWT 2.0 samples in eclipse?

2009-12-21 Thread Cian Montgomery
I am trying to get started with the gwt. I can build and run them from the command line but there does not appear to be any way to open the samples in eclipse. Is there a way to do this? Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Can't get dev mode on external server working (GWT 2.0)

2009-12-21 Thread Swami
Hi, I've followed the advice given in http://groups.google.com/group/google-web-toolkit/browse_thread/thread/95f41df46608410b http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html#How_do_I_use_my_own_server_in_hosted_mode_instead_of_GWT%27s and I still can't get this to

Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder Field xxx has no corresponding field in template file yyy.ui.xml

2009-12-21 Thread Peter
Jason, I can see the same problem. Made sure I have in source buildpath Include All and Exclude None. However, issue still persists. Regards Peter On Dec 14, 4:14 pm, Jason Parekh jasonpar...@gmail.com wrote: Hi Julien, Thanks for pointing this scenario out, I've

Re: GWT 2.0 + Mac OS X Leopard + Eclipse 3.5.1 + Java 6: NSConditionLock unlock error messages?

2009-12-21 Thread Rajeev Dayal
Hey Jim, Based on your comments in the bug report, it looks like the fact that your app uses Swing is what causes the problem. In that case, -XstartOnFirstThread should not be present. Unfortunately, due to the way that the Web Application Launch Configurations work, there is no way to disable

Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder Field xxx has no corresponding field in template file yyy.ui.xml

2009-12-21 Thread Peter
Here is what I can see in .metadata/.log: !ENTRY com.google.gwt.eclipse.core 4 0 2009-12-21 16:54:45.328 !MESSAGE Unexpected Exception !STACK 0 java.lang.ClassNotFoundException: com.google.gwt.dev.About at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at

Re: GWT 2.0 + Mac OS X Leopard + Eclipse 3.5.1 + Java 6: NSConditionLock unlock error messages?

2009-12-21 Thread Jim Douglas
That's what I was thinking too. Not a problem, and I really appreciate your testing and followup on this. It's no problem for me to continue to start devmode from the command line for now. On Dec 21, 7:51 am, Rajeev Dayal rda...@google.com wrote: Hey Jim, Based on your comments in the bug

Re: Can't get dev mode on external server working (GWT 2.0)

2009-12-21 Thread Jason Parekh
Could you check your URLs again? The URL given as the startup URL argument in step #2 is missing the app directory, while the URL in step #5 contains it. jason On Mon, Dec 21, 2009 at 8:44 AM, Swami swami.kev...@gmail.com wrote: Hi, I've followed the advice given in

Re: How can you open the GWT 2.0 samples in eclipse?

2009-12-21 Thread Jason Parekh
Hi Cian, Could you try importing each as an existing Java project? Check out http://code.google.com/eclipse/docs/existingprojects.html. jason On Sun, Dec 20, 2009 at 7:00 PM, Cian Montgomery cian.montgom...@gmail.com wrote: I am trying to get started with the gwt. I can build and run them

Re: DialogBox center broken in GWT 2.0

2009-12-21 Thread amich...@gmail.com
On Dec 21, 5:08 am, Thomas Broyer t.bro...@gmail.com wrote: On Dec 21, 3:34 am, amich...@gmail.com amich...@gmail.com wrote: Hello, The Game Over dialog is not centered properly using thecentermethod: http://dropzap.appspot.com Is there a workaround? The dialog is actually properly

Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder Field xxx has no corresponding field in template file yyy.ui.xml

2009-12-21 Thread Jason Parekh
Hi Peter, Thanks for the log, unfortunately there doesn't seem to be anything relevant there. Is your project fairly simple? If so, would you be able to zip it up and send it my way? If not, has this error always been present, or only after some particular change? What happens when you clean

Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder Field xxx has no corresponding field in template file yyy.ui.xml

2009-12-21 Thread Jason Parekh
Hi Peter, Please disregard my reply. I just saw your other message and will ask you more questions in that thread ( see http://groups.google.com/group/google-web-toolkit/browse_thread/thread/89f952686038231b# ) jason On Mon, Dec 21, 2009 at 11:55 AM, Jason Parekh jasonpar...@gmail.com wrote:

Re: Can't get dev mode on external server working (GWT 2.0)

2009-12-21 Thread Swami
No, that was a mistake when composing the message I'm afraid. the urls really are the same. but it's just not working http://localhost:8080/exist/app/gwt/App.html On Dec 21, 9:10 pm, Jason Parekh jasonpar...@gmail.com wrote: Could you check your URLs again?  The URL given as the startup URL

Re: Can't get dev mode on external server working (GWT 2.0)

2009-12-21 Thread Jason Parekh
Ok. What happens when you open that URL in Firefox? Can you try clearing your cache just in case. jason On Mon, Dec 21, 2009 at 12:26 PM, Swami swami.kev...@gmail.com wrote: No, that was a mistake when composing the message I'm afraid. the urls really are the same. but it's just not working

Re: How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-21 Thread Raziel
I added the -startup option, and although DevMode generates the gwt.codesvr parameter, when pasting it into the browser I still cannot get the breakpoints to work. In my case my GWT application is part of another application, and this one requires to go through a login page. Previously (i.e. GWT

Re: How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-21 Thread Raziel
I made it work. Apparently now DevMode only pays attention if the URL that represents the request that loads the application has the gwt.codesvr parameter. I hope there's another way to preserve the old behavior where hosted mode was able to debug applications no matter how they were loaded, as

Re: Can't get dev mode on external server working (GWT 2.0)

2009-12-21 Thread Swami
If I open that url then I just get the static App.html displayed if I append ?gwt.codesvr=127.0.0.1:9997 to the end of the url I still get the same clearing the cache makes no difference Here's my App.java file package org.ishafoundation.app.client; import

Re: Can't get dev mode on external server working (GWT 2.0)

2009-12-21 Thread bch...@gmail.com
Can you share your App.html and App.gwt.xml ? On Dec 22, 10:55 am, Swami swami.kev...@gmail.com wrote: If I open that url then I just get the static App.html displayed if I append ?gwt.codesvr=127.0.0.1:9997 to the end of the url I still get the same clearing the cache makes no difference

[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-21 Thread Tom
with commit privs cares to buddy up for design and review, please feel free to contact me on or off list. :) Oh, and woohoo GWT 2.0! Go team! - Isaac On Wed, Dec 16, 2009 at 12:01 PM, Bruce Johnson br...@google.com wrote: Working on a draft one. What do folks here think

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-20 Thread rlag...@googlemail.com
Hi all i just spent more than a whole day on this issue. Do somebody why this problem occurs? I tried almost all solutions discussed on this thread. But nothing seems to work. here is my error message: Type 'cm.bao.sms.ui.web.gwt.client.wrapper.BooleanWrapper' was not included in the set of

Correct GWT 2.0 way to replace calls to deprecated StyleInjector.injectStylesheet and StyleInjector.setContents

2009-12-20 Thread Dazza
I have an existing GWT project that uses StyleInjector.injectStylesheet and StyleInjector.setContents from the GWT Incubator. I have upgraded to GWT 2.0 and see that StyleInjector is now an official GWT class. Unfortunately the two methods I am using (injectStylesheet and setContents) are now

DialogBox center broken in GWT 2.0

2009-12-20 Thread amich...@gmail.com
Hello, The Game Over dialog is not centered properly using the center method: http://dropzap.appspot.com Is there a workaround? Amir -- 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: Correct GWT 2.0 way to replace calls to deprecated StyleInjector.injectStylesheet and StyleInjector.setContents

2009-12-20 Thread uwfrog
StyleInjector.injectStylesheet and StyleInjector.setContents from the GWT Incubator.  I have upgraded to GWT 2.0 and see that StyleInjector is now an official GWT class.  Unfortunately the two methods I am using (injectStylesheet and setContents) are now deprecated and I am not sure how best

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