I had Gilead 1.2.3 working with GWT 1.6 and Hibernate 3.3.2 then
upgraded to Gilead 1.3, GWT 2.0 and Hibernate 3.3.2.  I never ran into
the problem that you are seeing.
My .classpath file in Eclipse has:
<classpath>
        <classpathentry kind="src" path="src"/>
        <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/
Hibernate332"/>
        <classpathentry kind="lib" path="lib/antlr-2.7.6.jar"/>
        <classpathentry kind="lib" path="lib/asm-3.2.jar"/>
        <classpathentry kind="lib" path="lib/beanlib-hibernate-5.0.2beta.jar"/
>
        <classpathentry kind="lib" path="lib/cglib-nodep-2.2.jar"/>
        <classpathentry kind="lib" path="lib/commons-collections-3.1.jar"/>
        <classpathentry kind="lib" path="lib/commons-lang-2.4.jar"/>
        <classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/>
        <classpathentry kind="lib" path="lib/hibernate3.jar"/>
        <classpathentry kind="lib" path="lib/javassist-3.4.GA.jar"/>
        <classpathentry kind="lib" path="lib/jboss-serialization.jar"/>
        <classpathentry kind="lib" path="lib/jta-1.1.jar"/>
        <classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
        <classpathentry kind="lib" path="lib/mysql-connector-java-5.1.5-
bin.jar"/>
        <classpathentry kind="lib" path="lib/slf4j-api-1.5.2.jar"/>
        <classpathentry kind="lib" path="lib/slf4j-simple-1.5.2.jar"/>
        <classpathentry kind="lib" path="lib/trove-2.0.4.jar"/>
        <classpathentry kind="con"
path="com.google.gwt.eclipse.core.GWT_CONTAINER/GWT (1)"/>
        <classpathentry kind="lib" path="C:/eclipse/plugins/
org.jboss.tools.common.projecttemplates_2.0.1.GA/lib/servlet/2.4/
servlet-api.jar"/>
        <classpathentry kind="lib" path="lib/commons-fileupload-1.2.1.jar"/>
        <classpathentry kind="lib" path="lib/opencsv-1.8.jar"/>
        <classpathentry kind="lib" path="lib/gwt-dnd-3.0.0.jar"/>
        <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/
Gilead13"/>
        <classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>

I created the Gilead13 User library to have all the jars in the Gilead
lib - namely:
comet4gwt-1.3.0.1169.jar, gileadblazeds-nnn.jar, gilead4gwt-nnn.jar,
gilead-core-nnn.jar, gilead-hibernate-nnn.jar (where nnn is
1.3.0.1169)
The GWT User library has gwt-user.jar and gwt-dev.jar.
The Hibernate User library has hibernate.jar, antlr.jar, commons-
collections.jar, dom4j.jar, javassist.jar, jta.jar, slf4j-api.jar,
ehcache.jar - where I was too lazy to type in all the version numbers
- but I got them from the latest Hibernate lib directory.

Hope this helps,
RB


On Jan 20, 6:10 am, mig <[email protected]> wrote:
> I've got Gilead 1.2.3 set up and working with Gilead and GWT 2.0 RC2
> in both stateless proxy mode and dynamic proxy mode. Although there
> are some problems with dynamic proxy generators (not Gileads fault),
> everything works just fine. Do you strictly need Gilead 1.3 ?
>
> On 19. Jan, 23:16 h., John Ivens <[email protected]> wrote:
>
>
>
> > 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.


Reply via email to