Has anyone gotten this to work? I have followed advice on the web and tried my darndest to set this up. I am talking to mysql in the background but that shouldn't matter.
I am switching to DTOs because I have run out of time, but I will switch back at a convenient time if anyone can tell me how to set this up. I'd like to know especially what all the jar files are that you used, which version of beanlib, hibernate, etc. I am following the latest instructions for gilead. No matter what I do I get this message: java.lang.NoSuchMethodError: net.sf.beanlib.hibernate.UnEnhancer.unenhanceClass(Ljava/lang/Class;)Ljava/lang/Class; This seems like a library mismatch but I'm darned if I know what I am doing wrong. I switched from using adapter classes to using gilead classes, changed the inheritance, everything to reflect the new stuff. The strange thing is that on the server side the call to retrieve a List works, because on the server I can get a print out by iterating through my objects after the committing the transaction. The problem is getting the objects back through RPC in the return call. Thanks! If anyone could share their wisdom, I would appreciate it..--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
