Re: LazyInitializationException when doing RPC on GWT

2015-08-27 Thread Dani Fujii
I think changing the strategy would be better. But how do you do that? And does it not have an impact on performance for other kind of operations? On Thursday, August 27, 2015 at 10:26:47 AM UTC-3, Arjan Broer wrote: > > Dani, > > Most likely the Hibernate session was already closed when you wan

Re: Is it possible to hack GWT by XSRF if the given XSRF defence is not used?

2015-08-27 Thread Jens
Technically the HTTP headers are enough (beside content-type you also need x-gwt-permutation). But given that you can not control the client browser and the plugins installed you might want to implement some extra hurdles in case the client actually has a security issue. -- J. -- You received

Is it possible to hack GWT by XSRF if the given XSRF defence is not used?

2015-08-27 Thread Gábor Földi
So, we got a Coverity security alarm that our server side gwt-rpc services are might be vulnerable for cross site request forgery attacks. Luckily there is a very good token generating solution available out of the box (http://www.gwtproject.org/doc/latest/DevGuideSecurityRpcXsrf.html), howeve

Re: Eclipse Mars + GWT Plugin?

2015-08-27 Thread iza
The 4.4 plugin works fine with Mars. For GWT just download the 2.7.0 SDK separately or use Maven. -- 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 google-w

Re: LazyInitializationException when doing RPC on GWT

2015-08-27 Thread Arjan Broer
Dani, Most likely the Hibernate session was already closed when you wanted to access the list. The code that handles the serialization of the list will need to access the list and needs a hibernate session to lazy load the data. Solution is to keep the session open or to set the loading strateg

Re: Intellij Debug Broken for SDM and 2.7

2015-08-27 Thread arjanDOTTYbroerATgmailDOTTYcom
I have had this problem too. Updating to the most recent version of IntelliJ IDEA (14.1.4) solved the problem. Op donderdag 27 augustus 2015 01:11:22 UTC+2 schreef Thanos: > > Is IntelliJ debug and break points working for anyone? It seems to be > broken right now. The breakpoint works when runn

Re: Support for GWT 2.0.3, com.extjs.gxt 2.2.0-gwt2 with IE 11

2015-08-27 Thread Frank Hossfeld
gxt-2.3.1a-gwt22 will work with GWT 2.7. Am Donnerstag, 27. August 2015 08:04:27 UTC+2 schrieb Narasimhulu Bysani: > > Till today we haven't faced any UI issues. Now we need to support our > application for IE 11. We tried to upgrade with GWT 2.7.0 and extjs gxt to > 3.x versions. But it is maki