Re: WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

2017-01-27 Thread CM Mullis
I know how stupid this will sound, but how do I create a key? What is it? I am not very good with Java code On Friday, June 13, 2014 at 1:24:14 AM UTC-5, Honza Rames wrote: > > One more thing to note. On 64-bit systems you need to create a key >

Re: GWT2.4 RequestFactory and Hibernate validator 4.2 problem

2013-06-07 Thread CM
Hi Thomas Thanks for the link!! Cheers Chris On Thursday, 6 June 2013 01:42:01 UTC+1, Thomas Broyer wrote: You might be interested by https://code.google.com/p/google-web-toolkit/issues/detail?id=7661 On Wednesday, June 5, 2013 11:07:51 PM UTC+2, CM wrote: HI thank you for your

Re: GWT2.4 RequestFactory and Hibernate validator 4.2 problem

2013-06-05 Thread CM
HI thank you for your post, this fixed it for me. Cheers Chris On Tuesday, 20 December 2011 20:48:05 UTC, Jesus Urenda wrote: I was able to fix this issue in my environment but I'm not 100% sure why. Basically all I did was to remove the hibernate jar out of the WEB-INF/lib but made sure

HELP!! LoginManager Module

2012-01-03 Thread CM
, but when I try to create a DockLayoutPanel (Similar to - http://www.giantflyingsaucer.com/blog/?p=2302) and add the module to the north panel it expects a widget... Could any one point me in the right direction on how to include modules and where to perform the layout etc... Cheers CM -- You

Proxy class generation

2009-01-11 Thread Madhu CM
Hi all, I am new to GWT, and i like the way its been implemented. But i am struck up with something I use simple application just to do RPC. when i do GWT.create() . where will be the proxy class generated ? is it done dynamically?dynamically create object for Async?? please explain

Proxy class generation

2009-01-02 Thread Madhu CM
Hi all, I am new to GWT, and i like the way its been implemented. But i am struck up with something I have developed sample application just to do RPC. when i do GWT.create() . where will be the proxy class generated ? is it done dynamically?dynamically create object for Async?? please