Re: GWT 2.5 RC1 Is Here!

2012-07-09 Thread wytten
For some reason our app often fails to load when using the xsiframe linker. When 2.5.0 releases will the default linker be supported for Super Dev Mode? Thanks! On Wednesday, June 27, 2012 3:39:07 PM UTC-5, Rajeev Dayal wrote: Hey all, We're excited to announce the GWT 2.5 Release Candidate!

Resolving client issues when emulated stack trace is not available

2012-05-31 Thread wytten
I'm looking for practical advice here; we have a GWT application in pre-production pilot. It is working rather well, but occasionally transient client errors occur. We are using an uncaught exception handler, but the information that it reports is very sparse (For example in IE6, Object doesn't

Re: Resolving client issues when emulated stack trace is not available

2012-05-31 Thread wytten
a production compile that most people use, but then occasionally you can switch to see the same thing with emulated stacks turned on. Emulated stacks tend to show slightly different information from deobfuscated stack traces. HTH Paul On 31/05/12 15:58, wytten wrote: I'm looking

Re: Introducing DataGrid to an older code base

2012-04-26 Thread wytten
This was caused by an older version of Xerces being in the classpath (in the guise of an EMC Documentum jar) On Wednesday, April 25, 2012 9:09:13 AM UTC-5, wytten wrote: I'm having a problem trying to convert an older (GWT 2.1) app to use the new DataGrid class. The app was successfully

Introducing DataGrid to an older code base

2012-04-25 Thread wytten
I'm having a problem trying to convert an older (GWT 2.1) app to use the new DataGrid class. The app was successfully upgraded to GWT 2.4 months ago, but this is the first time we are trying to introduce new 2.4 features. When I run in development mode, the GWT Development Mode window logs the

Re: RPC fails with 404 after upgrade to 2.4

2011-10-13 Thread wytten
is not found in your war directory. Check URL pattern in web.xml file, and also check servlet in Servlet- class tag. S. Abrahamwww.DataStoreGwt.com Persist objects directly in Google App Engine On Oct 13, 12:19 am, wytten dale.wyttenb...@gmail.com wrote: Yes, the project compiles

RPC fails with 404 after upgrade to 2.4

2011-10-12 Thread wytten
I've got an old maven-based GWT project that is working with GWT 2.0.3 and gwt-maven-plugin 1.2, but when I try to upgrade to GWT 2.4 and gwt- maven-plugin 2.4, all of the service calls fail with a 404 error. Is there some other change I must make? -- You received this message because you are

Re: RPC fails with 404 after upgrade to 2.4

2011-10-12 Thread wytten
/ DocumentRemoteService On Oct 12, 1:15 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: 404 error?. Do the project compile? 2011/10/12 wytten dale.wyttenb...@gmail.com I've got an old maven-based GWT project that is working with GWT 2.0.3 and gwt-maven-plugin 1.2, but when I try to upgrade

Re: Add class to SerializationPolicy whitelist...

2010-01-25 Thread wytten
This has been traced to Issue 4460:RPC fails to locate custom field serializers in some application servers http://code.google.com/p/google-web-toolkit/issues/detail?id=4460 On Jan 15, 7:37 am, wytten dale.wyttenb...@gmail.com wrote: I am also having serialization issues after upgrading from

Re: Maven users survey

2010-01-15 Thread wytten
Hi Keith, We are in the process of upgrading to GWT 2.0.0, so what our best practices are is an interesting question right now, but here goes: 1. Our main pain point is the /war conundrum you spoke of. - We configure the maven-war-plugin with webappDirectory${basedir}/ war/webappDirectory (new

Day of year?

2009-11-17 Thread wytten
Using GWT 1.5.3 it is not immediately obvious to how to convert a java.util.Date into a Julian date (i.e, compute day of year). Is there some way to do this without rolling your own? Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.