Re: Error 404 in the RPC GWT

2014-04-09 Thread paolamontorio
Hi Thomas, there is nothing in Tomcat's log. I discovered the 404 error through HTTP Watch. ciao Paola Il giorno martedì 8 aprile 2014 15:59:36 UTC+2, Thomas Broyer ha scritto: What does Tomcat says if you open that URL in your browser (or if you look at the response in your browser's

Re: Error 404 in the RPC GWT

2014-04-09 Thread paolamontorio
Hi all, I solved the 404 error : it was the position and the version of the hibernate library: I moved under Tomcat / lib all the libraries that were in Webapp / Myapp / WEBINF / lib Now it works! Ciao Paola Il giorno mercoledì 9 aprile 2014 09:35:15 UTC+2, paolam...@gmail.com ha

Re: using gwt with hibernate example

2014-04-09 Thread Daniel Plop
I get following error when trying to add a record: Starting Jetty on port [WARN] Exception while dispatching incoming RPC call com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract java.lang.Long

Re: using gwt with hibernate example

2014-04-09 Thread Davide Micheletti
NoSuchMethodError Have you added it into your server's interfaces?? If yes, have you reloaded the server class? On Wed, Apr 9, 2014 at 1:59 PM, Daniel Plop daniel.plop1...@gmail.comwrote: I get following error when trying to add a record: Starting Jetty on port [WARN] Exception

Re: The Future of GWT Report

2014-04-09 Thread Fredrik Rönnlund
The report is now downloadable without registration at https://vaadin.com/documents/10187/42fbbec4-51c8-426b-8aa8-fe46129353a3 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from

Hide a DialogBox without close it..

2014-04-09 Thread Davide Micheletti
Hi all... is there a way to hide a DialogBox without close it?? Thanks.. Davide -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Hide a DialogBox without close it..

2014-04-09 Thread Thomas Broyer
What's the difference? (have you looked at setVisible?) On Wednesday, April 9, 2014 3:29:41 PM UTC+2, Davide Micheletti wrote: Hi all... is there a way to hide a DialogBox without close it?? Thanks.. Davide -- You received this message because you are subscribed to the Google Groups

Re: using gwt with hibernate example

2014-04-09 Thread Daniel Plop
What does Have you added it into your server's interfaces? mean. If you refer to the fact that I should add it to Interface Service and Interface ServiceAsync. Yes I did. What does reload the server class mean ?. I basically followed all the steps from this tutorial

Re: Hide a DialogBox without close it..

2014-04-09 Thread Davide Micheletti
Thanks.. i didn't saw this function.. On Wed, Apr 9, 2014 at 3:58 PM, Thomas Broyer t.bro...@gmail.com wrote: What's the difference? (have you looked at setVisible?) On Wednesday, April 9, 2014 3:29:41 PM UTC+2, Davide Micheletti wrote: Hi all... is there a way to hide a DialogBox

Re: Development Mode will not be supported in Firefox 27+

2014-04-09 Thread Chak Lai
The stack-trace in Super Dev Mode is the only major issue that I have. It would be nice if the UncaughtException in SDM can tell me which line in java source is causing the problem, instead of giving me those JavaScript stack-trace messages... So far I like SDM. My current project is

Re: Development Mode will not be supported in Firefox 27+

2014-04-09 Thread Brian Slesinsky
If you are debugging interactively, using pause on uncaught exceptions can help. Then you can look at the stack frames in the debugger. Another workaround is to log stack traces to the server and use StackTraceDeobfuscator. This will also help you in production:

[gwt-contrib] collapse-all-properties and symbolMaps

2014-04-09 Thread Manuel Carrasco Moñino
Hi all, Does someone know what is the reason for disabling symbolMaps when collapse-all-properties is set? Is that a desired constrain, or just a bug? I'm not familiar with this part of the code and I would like to take a look so as it can be fixed, could someone point where to have a look? -

Re: [gwt-contrib] Re: GWTproject site menu

2014-04-09 Thread Julien Dramaix
Hi Manolo, It's something I wanted to do for a while. Let's organize a conf call to talk about that. Julien On Mon, Apr 7, 2014 at 8:40 PM, Daniel Kurka danku...@google.com wrote: If you move stuff around you will need to make sure that links (also external) won't break. (we still get a lot

Re: [gwt-contrib] gwtproject.org link tree broken

2014-04-09 Thread Julien Dramaix
FYI, I've uploaded a patch to fix this issue : https://gwt-review.googlesource.com/#/c/6941/1 On Friday, January 24, 2014 11:56:04 AM UTC+1, Julien Dramaix wrote: I guess it's broken since the beginning. As you mentioned the bug only occurs when you start the navigation from

Re: [gwt-contrib] Re: GWTproject site menu

2014-04-09 Thread Manuel Carrasco Moñino
Hi all, Julien and me have created a document with some plans about the gwtproject.org site. Please, feel free to add any comment you have. On Wed, Apr 9, 2014 at 9:28 AM, Julien Dramaix julien.dram...@gmail.comwrote: Hi Manolo, It's something I wanted to do for a while. Let's organize a

Re: [gwt-contrib] Re: GWTproject site menu

2014-04-09 Thread Manuel Carrasco Moñino
Sorry forgot the link to the document :-( https://docs.google.com/document/d/1LJm-xDAK23uASwK59JUAnAeaNjPH5dF9N4LWdgSI9Ik/edit - Manolo On Wed, Apr 9, 2014 at 1:36 PM, Manuel Carrasco Moñino man...@apache.orgwrote: Hi all, Julien and me have created a document with some plans about the

Re: [gwt-contrib] collapse-all-properties and symbolMaps

2014-04-09 Thread Roberto Lublinerman
AFAIK I see no reason why symbolMaps are incompatible with collapse-all-properties. SymbolMaps seem to be controlled by compiler.useSymbolMap property and are emitted by SymbolMapsLinker. Perhaps on one of the permutations that property is set to false? Line 261 in SymbolMapsLinker.java seems to