Re: GWT compiler and Hibernate4GWT problem

2008-10-02 Thread Charlie Collins
You might try asking this one on the hibernate4gwt forum (I don't use it so I can't answer it, but I know they do have a forum and will answer your questions generally if they see them - might get more traction there): http://sourceforge.net/forum/forum.php?forum_id=689608. On Oct 2, 7:45 am, no

Re: GWT compiler and Hibernate4GWT problem

2008-10-02 Thread noon
Hi, I just want to add that Hibernate4Gwt uses GWT generator to create entity proxy, so an explicit GWT.create() call is needed. But in this case, it looks like return values in are not always replaced with gwt.rpc files by the generated proxy. Does anybody knows why ? Regards Bruno On 2 oct,

GWT compiler and Hibernate4GWT problem

2008-10-02 Thread mig
Hello all, I posted this in the H4GWT forum and have been redirected here, as this may be a problem of the GWT compiler. I just paste here parts of the original message: --- "I have a RPC module with all service&async interfaces and entity classes. There is also another module, that represent