Re: How to suppress Deprecation warnings

2010-06-11 Thread Nico
). Also is there a way to suppress the messages Compiling 6 permutations ... Assuming you're using ant, there is an log level option to the task: level=all|spam|trace|info|warn|error - Changes the compiler log level See http://code.google.com/p/ant-gwt/ Regards, Nico -- You received this message

Usage of two modules that share sessions id ?

2010-02-01 Thread Nico
Hi, I am building a website with GWT. There is a login page on this website that send a session id to client when user is logged in. I'm using the Servlet HttpSession object to get id. Somewhere in the website, there is a link that load a new GWT module page. This is a different module because

Re: Simple UiBinder question about ui:image resource=....

2010-01-17 Thread Nico
I checked in GWT source code and there is no resource tag for ui:image Available tags are : * field * src * flipRtl * repeatStyle On 12 jan, 17:24, Chris Ramsdale cramsd...@google.com wrote: Do you have the following in your ui.xml file: ui:with field='res'

Re: Simple UiBinder question about ui:image resource=....

2010-01-17 Thread Nico
Thanks emerix for the src= tips. It helped me a lot. I have the same problem when I use resource={res.myImage} ... I have declared the ui:with field .. targeting the right Resource class but I always have an error that says : No com.google.gwt.resources.client.ClientBundle$Source annotation and

Re: Hibernate and GWT - location for hibernate xml mapping files under a GWT project - org.hibernate.MappingNotFoundException

2009-05-27 Thread nico
Thank you very much, you solved my problem ! --~--~-~--~~~---~--~~ 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

Re: Hibernate and GWT - location for hibernate xml mapping files under a GWT project - org.hibernate.MappingNotFoundException

2009-05-27 Thread nico
Thank you very much, you solved this problem ! --~--~-~--~~~---~--~~ 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

Hibernate and GWT - location for hibernate xml mapping files under a GWT project - org.hibernate.MappingNotFoundException

2009-05-26 Thread nico
Hi all, I'm developing an application with Hibernate3, I encountered the following error : I manually copied the hibernate xml mapping files in WEB-INF/classes/ com/model. However the problem is that GWT automatically deletes the xml files under this path therefore prevents hibernate from