Re: Dev mode throws MissingResourceException on SerializationStreamFactory.createStreamReader()

2014-06-13 Thread Célio Cidral
com.google.gwt.dev.js.rhino.TokenStream.reportSyntaxError(TokenStream.java:1592) The MissingResourceException, though, kind of obscured the real problem. Em sexta-feira, 13 de junho de 2014 09h25min45s UTC-3, Célio Cidral escreveu: > > That looks like a bug in DevMode's CompilingClassLoader. > > &

Re: Dev mode throws MissingResourceException on SerializationStreamFactory.createStreamReader()

2014-06-13 Thread Célio Cidral
a ":" char in the > payload). I oversimplified that sample code. What I'm doing exactly is client->server (de)serialization and vice versa. Em quarta-feira, 11 de junho de 2014 20h48min09s UTC-3, Thomas Broyer escreveu: > > > > On W

Dev mode throws MissingResourceException on SerializationStreamFactory.createStreamReader()

2014-06-11 Thread Célio Cidral
This is what happens when SerializationStreamFactory.createStreamReader() is called in dev mode: java.util.MissingResourceException: Can't find bundle for base name com.google.gwt.dev.js.rhino.Messages, locale en_US A quick google search shows that a few other people had this issue before, bu

Ambiguous setter requested: CheckBox.value

2010-03-22 Thread Célio
Try to do this: Some text And you will get this compilation error: Ambiguous setter requested: CheckBox.value ... because there are two methods named setValue() with different arguments. As expected, the old setChecked() method is deprecated and eligible for future removal, so I will a

Re: Can't make sprites from ClientBundle

2010-01-20 Thread Célio
name > medium.gif, also check if the path to it is correct > > > > On Tue, Jan 19, 2010 at 9:52 PM, Célio wrote: > > I'm trying make a sprite from an image from this client bundle: > > > public interface InfoIcons > >    extends ClientBundle > >

Can't make sprites from ClientBundle

2010-01-19 Thread Célio
I'm trying make a sprite from an image from this client bundle: public interface InfoIcons extends ClientBundle { ImageResource medium(); } My ui.xml looks like this: @sprite .header { gwt-image: "infoIcon"; } But GWT fails to find the image resourc

Re: Last Hope for GWT

2010-01-04 Thread Célio
OK, now here goes a friendly advice, read it carefully: http://catb.org/~esr/faqs/smart-questions.html On 4 jan, 13:12, Célio wrote: > Here is the solution for you: > > http://lauro.files.wordpress.com/2007/10/rtfm-bd.jpg > > On 2 jan, 06:08, Jignesh Prajapati wrote: >

Re: Last Hope for GWT

2010-01-04 Thread Célio
Here is the solution for you: http://lauro.files.wordpress.com/2007/10/rtfm-bd.jpg On 2 jan, 06:08, Jignesh Prajapati wrote: > Hi > i m Totally new bee wid GWT. > > i created module using Cmd line > > > *Webappcretor -out dirname module1.submodule1* > > it create submodule.html,submodule.java

Re: GWT Simcity like game

2009-12-15 Thread Célio
Awesome! Is it going to be open source? On 15 dez, 14:13, hemodroid wrote: > Hi, > > I'm working on a simcity like game developed with GWT. > For any question or feedback dont hesitate to contact me ;) > > http://www.gaecity.com -- You received this message because you are subscribed to the Go

Re: How to run development mode under GWT 2.0.0

2009-12-15 Thread Célio
That message is usually shown when you paste the incorrect url on your browser, like this one: http://localhost:/hostPage.html The correct url should look like this: http://localhost:/hostPage.html?gwt.codesvr=192.168.1.2:9997 Is that your case? I also faced that message but my c

Re: Announcing GWT 2.0 and much, much more...

2009-12-15 Thread Célio
ATom, GWT 2.0 is already at the central maven repo. As of 2.0 there's no more OS specific libs. You will need to depend on both gwt-user and gwt-dev and that's all. On 15 dez, 04:18, ATom wrote: > I so missing maven repository with has OS specific libraries :-( -- You received this message be

Re: Announcing GWT 2.0 and much, much more...

2009-12-10 Thread Célio
Great job! Thank you all guys from Google, you rock! I'm looking forward to see gwt-2.0 in maven central repo. On 9 dez, 01:13, Miguel Méndez wrote: > Hi Folks! > > We have some very exciting announcements today.  Please check out the > following blog post that covers the GWT 2.0 SDK, Google Pl

Re: Google Web Toolkit 2.0 RC2 Now Available

2009-12-02 Thread Célio
yay! cheers, you guys rock! (eagerly waiting for RC2 to be published on maven repo1) On 25 nov, 18:52, John LaBanca wrote: > Hi everyone, > > We're getting close! GWT 2.0 SDK RC2 and Google Plugin for > Eclipse 1.2 RC2 are now available for you to try. > > Download the GWT 2.0 SDK RC2 > here:h

Re: Why Not Bypass The Middle Man

2009-11-13 Thread Célio
It seems that Google is embracing the 'revolution': http://dev.chromium.org/spdy SPDY solves the protocol problem. Soon we will see a replacement coming for HTML/JavaScript. Cheers! On 23 set, 10:02, Célio wrote: > On 23 set, 01:24, lusus wrote: > > > Isn't i

Re: Is it possible to have history with the normal GET url format

2009-09-28 Thread Célio
Alternatively, you can do something like what gmail does, for example: http://mail.google.com/a/foo.net/#search/bananas/12231c45beef16c4 No matter what choice you make, in the end you will always have to parse your tokens. On 27 set, 14:10, Sripathi Krishnan wrote: > You can still have 'qu

Re: Why Not Bypass The Middle Man

2009-09-23 Thread Célio
On 23 set, 01:24, lusus wrote: > Isn't it time that we finally quit trying to warp the WWW into what we > really want it to be, and come up with a new protocol all together? Mr. Lusus, let me shake your hand, that's exactly as my own feeling is about the web today. We have tried to push the actu

Re: Hosted Mode CSS Refresh

2009-08-04 Thread Célio
I'm having the same problem. My css files are linked from the gwt module file (not the html host page). I just switched from Ubuntu to Windows and that problem happens only in Windows (with IE7 running in hosted mode). I'm going to try by linking them from the host page and see what happens.

Re: GWT BUG? .. Not transparent handling of special history tokens in GWT 1.6

2009-07-27 Thread Célio
Instead of: http://server/app/index.html#index?redirect= Try: http://server/app/index.html?redirect=#index I also ran into that problem until I realized I was placing the anchor before the parameters. On Jul 13, 3:20 pm, Martin wrote: > Hello > > In my application, if anonymous user

Suggestion: Toggle style name

2009-07-22 Thread Célio
Eventually I find my self doing this: toggleStyleName = !toggleStyleName; if (toggleStyleName) { widget.addStyleName("SomeStyleName"); } else { widget.removeStyleName("SomeStyleName"); } So here goes my 2 cents: ins

Re: gwt linux 1.5.3 oophm?

2009-07-15 Thread Célio
AFAIK, oophm works only with gwt 2.0 (trunk). I have tried it myself with 1.6.4 without any success. Why don't you give the trunk a try? It's as simple as replacing the jars (at least for 1.6.4, don't know for 1.5). On Jul 14, 10:28 pm, kwas wrote: > has anyone been able to get the oophm ver

Failed to run OOPHM

2009-07-14 Thread Célio
the first async request. I have checked the accountServiceImpl interface and its methods match with its async methods (it was working fine before the switch anyway). Have anybody faced this problem before? Cheers, Célio --~--~-~--~~~---~--~~ You received this message be

Re: Ajax request handler

2009-05-14 Thread Célio
I've already read those docs before. As far as I can see, gwt doesn't provide such mechanism. Célio On May 12, 5:14 pm, Salvador Diaz wrote: > The relevant parts of the documentation are > here:http://code.google.com/webtoolkit/doc/1.6/DevGuideServerCommunication...http:/

Re: Server push example

2009-05-12 Thread Célio
the server will hold a thread for each blocking request. If that's a problem for you, take a look at Jetty's implementation of Continuations. Regards, Célio On May 12, 4:06 am, zimzalabim wrote: > Hi all! Please bare with me if my questions is newbie'ish or if it has >

Ajax request handler

2009-05-12 Thread Célio
Does GWT have a mechanism to intercept/handle all ajax requests? I'm looking for something like prototypejs ajax responders , but could not find anything in gwt's javadocs. In our case, we want to show a 'loading' message when doing ajax requests. --~--~-~--~~~---~--~

Re: Starting with an alternate view

2009-04-20 Thread Célio
show login form } } }); History.fireCurrentHistoryState(); } Seems like a kludge, but it's the better way right now. And the only problem is how to pass the account activation code in, or any parameter else. Any other approach? Célio On Ap

Starting with an alternate view

2009-04-20 Thread Célio
awkward at best. I mean, it would be nice if everything could be done in gwt code. Does anyone know a better approach? Cheers, Célio --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

Re: Can't use slf4j on hosted mode

2009-04-13 Thread Célio
org.slf4j. You should put this file at /war/WEB-INF/jetty-web.xml. For more information, see http://docs.codehaus.org/display/JETTY/jetty-web.xml Cheers, Célio On Apr 13, 11:34 am, Célio wrote: > I have just migrated our gwt app from 1.5 to 1.6

Can't use slf4j on hosted mode

2009-04-13 Thread Célio
tbay.jetty.plus.jaas.", "org.mortbay.jetty.", "org.slf4j."}; // TODO hide all mortbay classes ... public String[] getServerClasses() { return _serverClasses; } } Does anybody know