Re: GWT 2.3 with Jetty Datasource "NameNotFoundException"

2015-12-20 Thread rajesh bendalam
hi markus, Can you suggest me code to register jndi and lookup in eclipse jetty 9.0 embedded server? If possible please share to me. On Tuesday, 30 August 2011 09:00:01 UTC+5:30, Markus wrote: > > Thanks for ur reply. But I don't want to use another Servlet Container > and I think that jetty

Re: How to draw horizontal line (equivalent HR tag) in GWT 2.3 ?

2014-12-24 Thread steven
This works for me: panel.add(new HTML(hr /)); On Tuesday, June 3, 2014 2:32:50 PM UTC-4, cellepo wrote: I tried dominique calcinelli's suggestion but could not figure out how to get around this error: Node cannot be inserted at the specified point in the hierarchy So I eneded up just

Re: How to draw horizontal line (equivalent HR tag) in GWT 2.3 ?

2014-06-04 Thread cellepo
I tried dominique calcinelli's suggestion but could not figure out how to get around this error: Node cannot be inserted at the specified point in the hierarchy So I eneded up just making an hr/ with HTML Widget instead, per this other related discussion:

Re: How to draw horizontal line (equivalent HR tag) in GWT 2.3 ?

2013-02-23 Thread dominique calcinelli
First create the HTML hr/ tag : InlineHTML hrTag = new InlineHTML().wrap(Document.get().createHRElement()); Then use it as follows : myPanel.add(hrTag); -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from

Remediating older GWT code with GWT 2.3 XsrfProtectedService - any experiences?

2012-11-28 Thread James Scott
Hi all- We're looking at remediating an existing GWT application with the CSRF/XSRF protection features introduced with GWT 2.3. Has anybody else done this, and do you have any experiences/advice to share? I'm looking particularly for testing advice. How did you validate that the XSRF

Re: ImageBundle + PNG transparency + GWT 2.3

2012-11-09 Thread Joseph Lust
GWT does not support IE5. Further, ancient browsers don't not support dataurl's either, which are how GWT commonly sprites small images on modern browsers. Still, there is hope, according to the

ImageBundle + PNG transparency + GWT 2.3

2012-11-06 Thread Jose María Zaragoza
Hello: I'm using GWT 2.3 and I've read that ImageBundle manages in a right way the IE5+ issue about PNG transparency ? Is it right ? Respect about others images not bundled ( background images in CSS ) , what do you recommend to fix this question ? Thanks and regards -- You received

GWT 2.3 client side

2012-10-02 Thread DK
in doSend() method in RequestBuilder and seems it is still not modifying. i was also looking into XMLHTTPRequest.java but no luck.. Can anyone please help me pointing the equivalent class of HTTPRequestImpl in gwt 2.3 where request and response pass thru so that i can try modifying the code to make

Could not load GWT 2.3 components in Vignette 7.4 portal

2012-09-12 Thread LillyW
Dan/Sathya, I read a artical between you (on 1/11/07). It helps me. I am facing same issue after we upgrade GWT from 1.2 to 2.3. v1.2 has been worked well with my portal (VAP 7.4) for a while. We keep same implementation with upgrading but could not load gwt componments(Map) from portal now.

GWT 2.3 components are not loaded in Vignette 7.4 portal

2012-09-12 Thread LillyW
We are facing issue after upgrading GWT 1.2 to 2.3. Our map has been worked well with GWT 1.2 for a while but the components are not loaded with GWT 2.3 upgrading. We can see in logs with gwt1.2 10.140.3.56 - - [07/Sep/2012:10:41:47 -0500] GET /portal/site/qcnetworx

Re: Cannot deserialized ArrayList object in GWT 2.3

2012-02-23 Thread POITTEVIN Raphael
BM bhushan.madan@... writes: It works on an empty project. So I compared my project with empty project. The difference is my project uses Maven. I realized gwt-servlet.jar was missing in my project. So when I copied the gwt-servlet.jar in the lib folder created inside WEB-INF it

Re: Re : Re: Re : Re: CellTree with SingleSelectionModel will not fire event for root node (GWT 2.3)

2012-01-19 Thread Rodrigue Lagoue
Hi Jens, did you solve this issue? I have the same issue now. Thank you very much On Tue, Jun 21, 2011 at 4:32 PM, Jens Teglhus Møller djar...@gmail.comwrote: Hi I have trimmed down my tree to a minimal example root node with one child both strings and here it works (should of course have

Compilation time doubles after upgrading to GWT 2.3

2011-12-21 Thread Deepali
We are seeing a huge increase in the compilation time after upgrading from GWT version 1.7 to 2.3. Given below is a comparison of the compile time that we are seeing for one language and one browser. It does not seem to be related to code splitting or IE9 support. Has anyone else noticed such an

Re: Compilation time doubles after upgrading to GWT 2.3

2011-12-21 Thread Eric Clayberg (Google)
What is the size of the resulting application in both cases? Quite a few new compiler optimizations went into GWT between 1.7 and 2.3, so I would expect compilation time to increase quite a bit if you have all of those new optimization turned on. There are compiler flags you can turn on to

Re: Compilation time doubles after upgrading to GWT 2.3

2011-12-21 Thread Ashton Thomas
For reference: try draftCompile and maybe only compile certain models with only certain permutation. $ java -cp gwt-dev.jar com.google.gwt.dev.Compiler Missing required argument 'module[s]' Google Web Toolkit 2.4.0 Compiler [-logLevel level] [-workDir dir] [-gen dir] [-style style] [-ea]

Re: Compilation time doubles after upgrading to GWT 2.3

2011-12-21 Thread Ashton Thomas
Also, the reference was for 2.4 not sure of exact changes for 2.3 but you can easily run the command -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

javac problem in annotation when moving from GWT 2.3 to GWT 2.4.

2011-10-04 Thread stuckagain
Hi, After I switched to GWT 2.3 I suddenly have a custom annotation that fails to compile with the Oracle javac I'm totally puzzled on how this can happen but maybe the GWT team have some insight on what might me happening in GWT that could cause this ? could this be caused

[gwt-contrib] javac problem in annotation when moving from GWT 2.3 to GWT 2.4.

2011-10-04 Thread stuckagain
Hi, After I switched to GWT 2.3 I suddenly have a custom annotation that fails to compile with the Oracle javac I'm totally puzzled on how this can happen but maybe the GWT team have some insight on what might me happening in GWT that could cause this ? could this be caused

Re: GWT 2.3 Upgrade breaks hibernate queries?

2011-09-16 Thread BST
Hi All, I am facing the same issue and I have added the validation-api-1.0.0.GA.jar, validation-api-1.0.0.GA-sources.jar, hibernate-validator-4.1.0.Final-sources.jar, and hibernate-validator-4.1.0.Final.jar to the war/WEB-INF/lib and to the eclipse classpath(buildpath) but the issue still

Re: GWT 2.3 Upgrade breaks hibernate queries?

2011-09-16 Thread BST
Hi All, I am facing the same issue and I have added the validation-api-1.0.0.GA.jar, validation-api-1.0.0.GA- sources.jar, hibernate-validator-4.1.0.Final-sources.jar, and hibernate-validator-4.1.0.Final.jar to the war/WEB-INF/lib and to the eclipse classpath(buildpath) but the issue still

Re: GWT 2.3 Upgrade breaks hibernate queries?

2011-09-16 Thread BST
http://osdir.com/ml/Google-Web-Toolkit/2011-02/msg02044.html Found a solution to the problem, where validation is disabled for hibernate, so no need to add the additional jars. This worked for me. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: GWT 2.3 with Jetty Datasource NameNotFoundException

2011-09-05 Thread Thomas Broyer
For people coming to this thread through search, I just stumbled on that blog post from the people behind Jetty: http://webtide.intalio.com/2011/08/gwt-and-jndi/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on

Re: GWT 2.3 XSRF Invalid RPC token (Session cookie is not set or empty! Unable to generate XSRF cookie)

2011-09-03 Thread Ali Jalal
Hi, I see this error sometimes (not always), so for solving this problem, I first send a Rpc and fixing JSESSIOID cookie on server-side by setting it to getThreadLocalRequest().getRequestedSessionId(). So I'm sure that JSESSIONID cookie exists. Then calling XSRF to generate XSRF token and it

Re: gwt 2.3 + spring 2 + maven 2

2011-09-02 Thread Mike Chai
Thanks for the responses. To clarify, I want to use GWT to build an interface for an existing Java backend that is using Spring. Integration using the STS isn't needed but I'll probably do it anyways. Is there a way to do this without using hackish methods? On Aug 18, 6:31 am, Giuseppe La Scaleia

Re: GWT 2.3

2011-08-30 Thread joergviola
GWT is a client-only framework. Use your tomcat db as usual, then write your UI in GWT and use RPC calls to hand over to tomcat for persistence. Take a look at http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideServerCommunication.html On 29 Aug., 20:29, Markus ad...@thandaro.com

How to JUnit test logic inside activity class using activities and places framework in GWT 2.3

2011-08-30 Thread BM
Here are my main concerns in JUnit test logic inside activity class using activities and places framework in GWT 2.3 and I am not sure if this is been clearly addressed before or not. Classic MVP Approach: After reading tons of articles on stackoverflow and other blogs, I understand that if you

Re: How to JUnit test logic inside activity class using activities and places framework in GWT 2.3

2011-08-30 Thread Thomas Broyer
On Tuesday, August 30, 2011 9:14:05 PM UTC+2, BM wrote: Here are my main concerns in JUnit test logic inside activity class using activities and places framework in GWT 2.3 and I am not sure if this is been clearly addressed before or not. Classic MVP Approach: After reading tons

GWT 2.3

2011-08-29 Thread Markus
Hello! I developed for years with struts and tomcat, but I wanted to start with gwt. I want to use GWT only with JDBC and not with GAE. Can anybody explain me how I configure a Connection Pool like in tomcat with JNDI? I Tomcat I just need to configure the Context Context Resource

Re: GWT 2.3

2011-08-29 Thread Juan Pablo Gardella
This is out of gwt. Check in your server how do this. 2011/8/29 Markus ad...@thandaro.com Hello! I developed for years with struts and tomcat, but I wanted to start with gwt. I want to use GWT only with JDBC and not with GAE. Can anybody explain me how I configure a Connection Pool like in

GWT 2.3 with Jetty Datasource NameNotFoundException

2011-08-29 Thread Markus
Hello! I try to use GWT without GAE and I will use a normal Datasource. But I always get an NameNotFoundException. My jetty-env.xml under WEB-INF: ?xml version=1.0? !DOCTYPE Configure PUBLIC -//Mort Bay Consulting//DTD Configure//EN http://jetty.mortbay.org/configure.dtd; Configure id=myapp

Re: GWT 2.3 with Jetty Datasource NameNotFoundException

2011-08-29 Thread Thomas Broyer
I believe the embedded Jetty has been initialized with support for JNDI. I don't think it's meant to support this kind of setup though. You'd better deploy to a distinct server (Tomcat if you want) and run the DevMode in -noserver

Re: GWT 2.3 with Jetty Datasource NameNotFoundException

2011-08-29 Thread Markus
Thanks for ur reply. But I don't want to use another Servlet Container and I think that jetty has JNDI Support. So I just find the bug in my config.. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Sed
Hi All, Basically I'm developing a website which will display the data requested from a database (MySQL in my case). My problem is that I have an exception (see exception bellow) when I run my application in Development mode (the GWT built-in server), and what is strange is that I can execute my

Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Juan Pablo Gardella
http://stackoverflow.com/questions/6773186/java-sql-sqlexception-url-is-not-in-the-correct-format 2011/8/25 Sed jaballah.sed...@gmail.com Hi All, Basically I'm developing a website which will display the data requested from a database (MySQL in my case). My problem is that I have an

Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Sean
I think your slashes are being interpreted wrong. try: con = DriverManager.getConnection(jdbc:mysql:localhost:3306\\pandorabox,root,root); -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Sed
Hi, The article says that we could try to remove the app engine jar from the project, which jar I must remove exactly ? and from where ? Thx -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Sed
Hi Sean, I tried your suggestion but it doesn't change anything, same problem. -- 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/-/mLh3Vc3GccAJ. To

Re: Re : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Juan Pablo Gardella
You can't connect to mysqlhttp://stackoverflow.com/questions/1651629/can-i-use-a-mysql-database-with-an-app-engine-applicationif you will deploy in app engine. If you aren't do a GAE app, you must remove GAE facet (if you use eclipse) to the project. Right click in the project, Properties -

Re : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Sed
Any one had this problem before? -- 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/-/I4QR492qr_kJ. To post to this group, send email to

Re: Re : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Juan Pablo Gardella
Hi Sed, If you wanna make a GAE app you can't use mysql. If you wanna do a GWT application that don't run on GAE, remove GAE facet in your project (if you use eclipse). Right click in the project, Google -App Engine and uncheck *Use Google App Engine* * * *Juan * 2011/8/25 Sed

Can't read env-entry from web.xml in Hosted Mode (GWT 2.3)

2011-08-25 Thread Allen Holub
Has anyone managed to successfully read an env-entry from web.xml in Hosted Mode (using Jetty). I believe that it's actually possible, but I sure can't get it to work. If you've worked through this issue, and could provide step-by-step instructions for what I need to do, I'd be eternally

Re : Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Sed
The solution if you want to use a database connection ( MySQL for example) : 1 - You can't use google app engine mode (enable by default on Eclipse with GWT plugin) : To disable the google App mode : right click on the project Google App setting engine uncheck use google app engine 2 -

Re: gwt 2.3 + spring 2 + maven 2

2011-08-18 Thread Juan Pablo Gardella
See https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home. 2011/8/17 Daniel Guggi daniel.gu...@gmail.com @spring you may have a look here (requestfactory + spring3 integration): http://jsinghfoss.wordpress.com/2011/08/10/gwt-2-2-0-requestfactory-spring-3-0-x-integration/ here an

Re: gwt 2.3 + spring 2 + maven 2

2011-08-18 Thread Giuseppe La Scaleia
With mvn jetty:run doesn't work. In hosted mode is very slow. Regards Giuseppe 2011/8/18 Juan Pablo Gardella gardellajuanpa...@gmail.com See https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home. 2011/8/17 Daniel Guggi daniel.gu...@gmail.com @spring you may have a look here

Re: gwt 2.3 + spring 2 + maven 2

2011-08-18 Thread Juan Pablo Gardella
Nop. It's works in dev mode inside eclipse. I don't use mvn jetty:run so don't make run in this manner. Yes is slow in dev mode. If you use Windows with IE is the fastest browser in dev mode. Juan 2011/8/18 Giuseppe La Scaleia giuseppe.lascal...@geosdi.org With mvn jetty:run doesn't work. In

Re: gwt 2.3 + spring 2 + maven 2

2011-08-18 Thread Juan Pablo Gardella
Nop. It's works in dev mode inside eclipse. I don't use mvn jetty:run so don't make run in this manner. Yes is slow in dev mode. If you use Windows with IE is the fastest browser in dev mode. Juan 2011/8/18 Giuseppe La Scaleia giuseppe.lascal...@geosdi.org With mvn jetty:run doesn't work. In

Re: gwt 2.3 + spring 2 + maven 2

2011-08-18 Thread Giuseppe La Scaleia
I don't use Windows i use only Ubuntu or Mac. So you say to deploy the war under tomcat?? Regards Giuseppe 2011/8/18 Juan Pablo Gardella gardellajuanpa...@gmail.com Nop. It's works in dev mode inside eclipse. I don't use mvn jetty:run so don't make run in this manner. Yes is slow in dev mode.

GWT 2.3: Activities and Automatic Event Deregistration

2011-08-17 Thread objectuser
Handlers added to the eventBus passed to the Activity.start method are not automatically deregistered for me. I'm guessing it's my code, since I don't see much recent discussion about this. I don't throw away my activities each time, so maybe that's my issue. But reading the documentation

Re: GWT 2.3: Activities and Automatic Event Deregistration

2011-08-17 Thread objectuser
I might understand this better. It seems like the event registration is still fired in the event cycle that causes the onStop method to be called. After that, subsequent events don't activate that registration. Confirmation is welcome. :) -- You received this message because you are

Unknown argument: -draftCompile // GWT 2.3

2011-08-17 Thread Raghunath
I'm trying to compile my source in draft compilation flag. But I'm getting followin error while running in gwt in eclipse. Unknown argument: -draftCompile Google Web Toolkit 2.3.0 DevMode [-noserver] [-port port-number | auto] [-whitelist whitelist- string] [-blacklist blacklist-string] [-logdir

Re: Unknown argument: -draftCompile // GWT 2.3

2011-08-17 Thread Magno Machado
AFAIK, this is an argument for the compiler (not for devmode), isn't it? On Wed, Aug 17, 2011 at 7:27 PM, Raghunath visuma...@gmail.com wrote: I'm trying to compile my source in draft compilation flag. But I'm getting followin error while running in gwt in eclipse. Unknown argument:

Re: Unknown argument: -draftCompile // GWT 2.3

2011-08-17 Thread raghu
Yes , Thanks for reply. I just got the difference. I just started reading the docs. On Wed, Aug 17, 2011 at 15:30, Magno Machado magn...@gmail.com wrote: AFAIK, this is an argument for the compiler (not for devmode), isn't it? On Wed, Aug 17, 2011 at 7:27 PM, Raghunath visuma...@gmail.com

gwt 2.3 + spring 2 + maven 2

2011-08-17 Thread Mike Chai
I'm new developing web applications with Java, so maybe this is implicitly known in the community but upon trying to search for integration for these 3 technologies I couldn't find a very straightforward answer. Some information is dated back to 2008ish where some people created glue to integrate

Re: gwt 2.3 + spring 2 + maven 2

2011-08-17 Thread Y2i
There is some documentation on GWT site on GWT, SpringSource and Roo integration http://code.google.com/webtoolkit/doc/latest/tutorial/roo-sts.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: gwt 2.3 + spring 2 + maven 2

2011-08-17 Thread Daniel Guggi
@spring you may have a look here (requestfactory + spring3 integration): http://jsinghfoss.wordpress.com/2011/08/10/gwt-2-2-0-requestfactory-spring-3-0-x-integration/ here an example pom (i use maven 3) ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=

GWT 2.3 + eclipse 3.7 can not generate CompilerMetrics file in compile report

2011-08-16 Thread Alex Luya
For using any one of compiler flag: Compilation finished successfully without errors ,and two permutations generated .Many report files were generated under /extras directory. with option:-XsoycDetailed No CompilerMetrics-*-index.html files get generated.. with option:-compileReport

How to draw horizontal line (equivalent HR tag) in GWT 2.3 ?

2011-08-16 Thread BM
I want to have equivalent HR HTML tag in resulting HTML using GWT. Basically to draw a horizontal line. How do I do that? The one way I did using UIBinder was: g:HorizontalPanel styleName={style.demo-hr} height=0px width=100% /g:HorizontalPanel where: ui:style .demo-hr {

Re: How to draw horizontal line (equivalent HR tag) in GWT 2.3 ?

2011-08-16 Thread BM
You are awesome! Thank you very much! On Aug 16, 11:17 am, Jens jens.nehlme...@gmail.com wrote: You can use g:HTMLPanel or g:HTML in your UiBinder xml and put the hr tag directly into it, e.g.: g:HTMLPanel   h1Title/h1   g:FlowPanel ui:field=container/   hr style=width:100%; /  

GWT 2.3 XSRF working project example

2011-08-16 Thread Alexey Zaryaev
Can somebody have GWT 2.3 XSRF working eclipse project example? -- 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

GWT 2.3 XSRF Invalid RPC token (Session cookie is not set or empty! Unable to generate XSRF cookie)

2011-08-15 Thread Алексей Заряев
I try to implement XSRF on gwt project, but get error: [WARN] Exception while dispatching incoming RPC call com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract com.google.gwt.user.client.rpc.XsrfToken

Re: GWT 2.3 XSRF Invalid RPC token (Session cookie is not set or empty! Unable to generate XSRF cookie)

2011-08-15 Thread Алексей Заряев
Thanks for advice Chak, I have added setCookie, but I have other error now: [WARN] gorodServlet: An RpcTokenException was thrown while processing this call. com.google.gwt.user.client.rpc.RpcTokenException: Invalid RPC token (XSRF token missing) at

Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread Piotr Porzucek
something like Javassist manipulates byte code on the server. Ivan... On Wed, Aug 10, 2011 at 3:35 AM, BM bhushan.ma...@gmail.com wrote: I am getting this weird error The response could not be deserialized during RPC call using GWT 2.3. I looked for similar threads on this forum

Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread Piotr Porzucek
, especially when something like Javassist manipulates byte code on the server. Ivan... On Wed, Aug 10, 2011 at 3:35 AM, BM bhushan.ma...@gmail.com wrote: I am getting this weird error The response could not be deserialized during RPC call using GWT 2.3. I looked for similar threads

Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread Alex Dobjanschi
http://code.google.com/webtoolkit/doc/1.6/DevGuideServerCommunication.html#DevGuideSerializableTypes If you have an ArrayListA, is A implementing Serializable? Also, the data types need to be gwt-translatable. This means you cannot (de)serialialize a domain object, that keeps references to

Aw: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread Jens
Does your custom object that is stored in the ArrayList contains a no-arg default constructor? Thats what I forget most of the times. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread Piotr Porzucek
All objects are serializable. The problem occurred after I had upgraded to GWT 2.3. Regards, Piotr On Aug 10, 3:11 pm, Jens jens.nehlme...@gmail.com wrote: Does your custom object that is stored in the ArrayList contains a no-arg default constructor? Thats what I forget most of the times

Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread Alex Dobjanschi
You're really not showing us the code. Please follow the guidelines then, and check one by one. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread BM
I run the code, it executes Window.alert(testMethod - onSuccess) and Window.alert(testMethod2 - onFailure). So deserializing String object works but deserializing an ArrayList of String objects (ArrayList does not even contain my POJO now but plain simple String object) did not work in GWT 2.3

Aw: Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread Jens
I can't see why this shouldn't work. I am using a command pattern and I have some CommandResult classes that contain ArrayListString as fields and it works with GWT 2.3. I think if it would be a bug it would be recognized much earlier. I think you maybe have outdated serialization information

Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread Paul Robinson
does not even contain my POJO now but plain simple String object) did not work in GWT 2.3 Is this a bug in GWT 2.3? What am I really missing here? On Aug 10, 9:38 am, Alex Dobjanschialex.dobjans...@gmail.com wrote: You're really not showing us the code. Please follow the guidelines

Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread BM
and it works with GWT 2.3. I think if it would be a bug it would be recognized much earlier. I think you maybe have outdated serialization information somewhere. Try to clean your project, delete GWT's generated javascript folder in the war folder and do a full rebuild / GWT compile. Also clean your

Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread BM
of String objects (ArrayList does not even contain my POJO now but plain simple String object) did not work in GWT 2.3 Is this a bug in GWT 2.3? What am I really missing here? On Aug 10, 9:38 am, Alex Dobjanschialex.dobjans...@gmail.com  wrote: You're really not showing us the code

Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread BM
Tried with hashset instead and did not work. On Aug 10, 9:38 am, Alex Dobjanschi alex.dobjans...@gmail.com wrote: You're really not showing us the code. Please follow the guidelines then, and check one by one. -- You received this message because you are subscribed to the Google Groups

Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread Alex Dobjanschi
BM, can you create an empty project and copy those files (service, service async, server impl, etc) run it? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread Juan Pablo Gardella
...@gmail.com wrote: I can't see why this shouldn't work. I am using a command pattern and I have some CommandResult classes that contain ArrayListString as fields and it works with GWT 2.3. I think if it would be a bug it would be recognized much earlier. I think you maybe have outdated

Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-10 Thread BM
It works on an empty project. So I compared my project with empty project. The difference is my project uses Maven. I realized gwt-servlet.jar was missing in my project. So when I copied the gwt-servlet.jar in the lib folder created inside WEB-INF it worked! But the funny thing is my RPC call

Cannot deserialized ArrayList object in GWT 2.3

2011-08-09 Thread BM
I am getting this weird error The response could not be deserialized during RPC call using GWT 2.3. I looked for similar threads on this forum but their problem seems to be different than mine. Here is the complete stack trace. Also my ArrayList contains an Object which implements Serializable

Re: Cannot deserialized ArrayList object in GWT 2.3

2011-08-09 Thread Ivan Pulleyn
...@gmail.com wrote: I am getting this weird error The response could not be deserialized during RPC call using GWT 2.3. I looked for similar threads on this forum but their problem seems to be different than mine. Here is the complete stack trace. Also my ArrayList contains an Object which implements

Will GWT Portlets 1.0 (gwt-portlets.jar) supports GWT 2.3

2011-08-03 Thread Sridhar PV
Hi, When I am using GWT 2.0, gwt-portlets.jar (gwt-portlets-1.0) is working properly. But I am not able to compile the GWT 2.3 for gwt- portlets-1.0. Is gwt-portlets-1.0 gwtprotlets.jar supports GWT 2.3? Please help me on this. Thanks in advance. -- You received this message because you

Re: Excluding Classes in a Legacy Application using GWT 2.3

2011-08-01 Thread Juan Pablo Gardella
If you wan't compile some classes put in a package that gwt compiler don't pick up to compile. See http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModules 2011/7/29 Joe jdess...@gmail.com 1) My legacy application is setup like this: com.app.model

Re: Excluding Classes in a Legacy Application using GWT 2.3

2011-08-01 Thread Joe
http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuidePathFiltering http://ant.apache.org/manual/dirtasks.html#defaultexcludes Now does anybody know how to handle the issue with log4j and the calendar? On Aug 1, 6:36 am, Juan Pablo Gardella

Re: Excluding Classes in a Legacy Application using GWT 2.3

2011-08-01 Thread Juan Pablo Gardella
Why do you need log4j in gwt client side? 2011/8/1 Joe jdess...@gmail.com http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuidePathFiltering http://ant.apache.org/manual/dirtasks.html#defaultexcludes Now does anybody know how to handle the issue with log4j

Re: Excluding Classes in a Legacy Application using GWT 2.3

2011-08-01 Thread Juan Pablo Gardella
For log4j and for calendar you have alternatives. 2011/8/1 Juan Pablo Gardella gardellajuanpa...@gmail.com Why do you need log4j in gwt client side? 2011/8/1 Joe jdess...@gmail.com http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuidePathFiltering

Re: ProgressBar for GWT 2.3

2011-07-31 Thread Nick
I have been using this simple css based cell widget progress bar: http://code.google.com/p/gwt-cell-widgets/source/browse/trunk/GWT-Cell-Widgets-Example/src/com/siderakis/gwt/cellwidgets/client/StatusCell.java -- You received this message because you are subscribed to the Google Groups Google

Excluding Classes in a Legacy Application using GWT 2.3

2011-07-30 Thread Joe
1) My legacy application is setup like this: com.app.model com.app.exception com.app.util com.app.service etc. There are 20 classes in the model package, but I only want to serialize and use 4 for RPC. The others have heavy code in them that error out upon compilation. 2) There are references to

Re: ERROR: GWT 2.3 + gwt-maps

2011-07-30 Thread André Nunes
e compilado com GWT2.3, até agora tudo que eu preciso só funciona bem. Eu junto em anexo o jar lib com este post. Ver se isso ajuda. 2011/7/27 André Nunes an...@ hotmail.com Oi, eu usando GWT 2.3 com gwt-maps.jar, mas eu tenho problemas, não Compilação, mas eu sigo todos os passos

ProgressBar for GWT 2.3

2011-07-29 Thread Ahmed
Hello, I need a progressbar for my application developed with GWT 2.3. after searching I found a widget realizing exactly what I want:http:// code.google.com/p/google-web-toolkit-incubator/ But the problem is that this project is no longer maintained and uses deprecated methods that are reported

ERROR: GWT 2.3 + gwt-maps

2011-07-27 Thread André Nunes
Hi, i using GWT 2.3 with gwt-maps.jar , but i've trouble, didn't compile, but i follow all steps that guide. A part of problems are listed bellow: [ERROR] Errors in 'jar:file:/C:/eclipse/gwt-maps-1.1.0/gwt- maps3-0.2a.jar!/com/google/gwt/maps/client/base/LatLng.java' [ERROR] Internal

Aw: Updated to GWT 2.3 - Still no Canvas support in IE9

2011-07-11 Thread dennis.heidelbach
Has nobody an idea? :-( Right now it's not a big issue, that it only works with Firefox, Opera and Chrome, because I'm doing the base implementationbut the customer of the first real project only accepts the internet explorer, so it would be great to be able to test the application with

Re: Aw: Updated to GWT 2.3 - Still no Canvas support in IE9

2011-07-11 Thread Philip Rogers
Dennis, GWT's Canvas wrapper should be fully supported in IE9. There's a demo of it in action (with source) here: http://gwtcanvasdemo.appspot.com One thing to try--do you have !DOCTYPE HTML at the top of your html file? Without it, IE9 will switch to various previous rendering or document

Aw: Re: Aw: Updated to GWT 2.3 - Still no Canvas support in IE9

2011-07-11 Thread dennis.heidelbach
Hi Philip, thanks for your reply. The GWT Canvas demo is working with my IE9, so the problem has to be within my application. I used the same method Canvas.createIfSupported to check if the Browser can handle the Canvas-Object, but in my application it returns false when using the IE9. :-(

Re: Re: Aw: Updated to GWT 2.3 - Still no Canvas support in IE9

2011-07-11 Thread Magno Machado
!-- set-property name=user.agent value=safari,ie6,gecko1_8 / Perhaps gwt compiler is somehow seeing an old copy of the WebVisu.gwt.xml file where this line is not commented? Did you tried to clean the project folder? On Mon, Jul 11, 2011 at 10:19 AM, dennis.heidelbach

Aw: Re: Re: Aw: Updated to GWT 2.3 - Still no Canvas support in IE9

2011-07-11 Thread dennis.heidelbach
D'Oh, I found it...it's really embarrassing, but I forgot to remove the entry meta http-equiv=X-UA-Compatible content=IE=8 / from the WebVisu.html file...after deleting it and clearing the browser cache, everything worked fine! :-) However, thank you all for your time! -- You received this

Updated to GWT 2.3 - Still no Canvas support in IE9

2011-07-10 Thread dennis.heidelbach
I just updated my GWT from 2.2 to 2.3 and was looking forward to test my application also with IE9. But still the Canvas.createIfSupported-Method returns null, because the detector.isSupportedCompileTime()-Call returns false. The gwtcanvasdemo is working without any problems in my IE9, so what

Re: Application will not run outside dev mode (gwt 2.3)

2011-07-08 Thread Jens
Hi Ok, I managed to locate and fix the problem, which I suspect is a GWT bug. What it had was something like this: public final static MyRpcServiceAsync rpc = GWT.create(MyRpcService.class); public void onModuleLoad() { rpc.bootstrap(new AsyncCallbackBootstrap() { ...

Re: Working with GWT 2.3 and MyBatis

2011-07-08 Thread Fabricio Pizzichillo
Hello. The problem is a missing XML file where the configuration database, and so gives an error of IO. bye Fabricio 2011/6/28 Geraldo Lopes geraldo...@gmail.com Gwt is persistent agnostic. It looks like your client code is referencing server code. When you compile the client code it gets

Re: Application will not run outside dev mode (gwt 2.3)

2011-07-07 Thread Jens
Yes, I ran the GWT compiler to ensure the source for both hosted mode and non hosted mode would be the same. I have tested 5 setups: 1) Development mode (gwt internal jetty) with ?gwt.codesvr 2) Development mode (external server, tomcat) with ?gwt.codesvr 3) Development mode (gwt internal jetty)

Application will not run outside dev mode (gwt 2.3)

2011-07-06 Thread Jens
Hi I have an application that i have been working on for a while, but now suddenly the application will not run outside dev mode. If i remove the gwt.codesvr=127.0.0.1:9997 from my url, the application stops working (it will not bootstrap). After digging a bit around i found the following

Re: Application will not run outside dev mode (gwt 2.3)

2011-07-06 Thread Magno Machado
Did you ran GWT Compiler and are the compiled files (the *.cache.html, module.nocache.js and etc) updated? Or are you simply running devmode and removing the ?gwt.codesvr from the url? On Wed, Jul 6, 2011 at 1:13 PM, Jens djar...@gmail.com wrote: Hi I have an application that i have been

Does GWT 2.3 provide Synchronous RPC?

2011-07-04 Thread Gunz
the client. You must create an asynchronous interface to all your services as shown below. My questions: 1. Does GWT 2.3 support synchronous RPC? 2. If not, why are we supposed to have the synchronous interface in the client package? Thanks -- You received this message because you are subscribed

  1   2   3   >