Re: RequestFactory Hibernate One to many mapping datatype

2011-04-11 Thread mfiandesio
Hi to all, I'm still banging my head on this. I was thinking if a custom ServiceLayerDecorator overriding the resolveDomainMethod could solve the issue? Thanks a lot On 8 abr, 12:24, mfiandesio wrote: > Hi to all, > > I am trying to retrieve an object with Hibernate User w

RequestFactory Hibernate One to many mapping datatype

2011-04-08 Thread mfiandesio
Hi to all, I am trying to retrieve an object with Hibernate User which has a one- to-many relationship with a Role object. This is mapped as a Collection roles but requestfactory validation complains if the proxy interface has the method Collection getRoles as the data type is not Set nor List.

Re: Gwt 2.0 trunk and Eclipse

2009-11-09 Thread mfiandesio
Yes misterln, I saw your post. Thanks all for your answers Matteo On Nov 9, 4:07 pm, misterln2 wrote: > this is the same problem i reported in the google plugin for eclipse > thread. > > the plugin automatically appends the "-style" parameter which is no > longer supported by DevMode. > > my sol

Gwt 2.0 trunk and Eclipse

2009-11-09 Thread mfiandesio
Hi to all, I would like to test new gwt 2.0 features so i downloaded the trunk and compiled it without any problems. I copied the source of the mail sample to see the UiBinder in action but when i try to run with Google Plugin (1.1.2) the console fires an unknown parameter style message. I tried

Trunk Mail Sample compiling error

2009-09-29 Thread mfiandesio
Hi to all, I'm having a look at the UIBinder layouting using as tutorial the Mail sample but when i try to compile my application or the sample code it gives me this exception The method addNorth(Widget, double) in the type DockLayoutPanel is not applicable for the arguments (Header, int, int).

Controller navigation

2009-07-30 Thread mfiandesio
Hi Crux developers, I am having a look at the framework and it seems great! I easily integrate my service factory using spring and the declarative UI system is very intuitive. I have only a couple of questions for you : 1)Using the valueObject binder i receive an error at compilation time on fie