You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2023. It is now read-only.
Hi!
I really excited about fact that I found this fork of gilead!
Now my project stuck with hibernate 3.5 and gwt 2.4 which doesn't support Super Dev Mode.
I tried to download and compile code from your repository and install it into local maven repository. I can even compile my project with it but when any GWT RPC happens, this exception occurs:
java.lang.NoClassDefFoundError: net/sf/cglib/proxy/Enhancer
at net.sf.beanlib.hibernate.UnEnhancer.unenhanceClass(UnEnhancer.java:65)
at net.sf.gilead.core.hibernate.HibernateUtil.getUnenhancedClass(HibernateUtil.java:370)
at net.sf.gilead.core.hibernate.HibernateUtil.isPersistentClass(HibernateUtil.java:341)
at net.sf.gilead.core.hibernate.HibernateUtil.getId(HibernateUtil.java:239)
I note this fork lists all dependencies as provided. But I think some of them really should be compile to work. But maybe not. I stucked with other errors until manually added some dependencies to my project's pom. Maybe I need to add this cglib dependency but I doesn't found any mention of it in this repo sources.
Maybe I installed this giled in my local repository wrong.
Maybe you can upload this to maven central or bintray?
Or can suggest me where to search something about this problem.
Any help is appreciated!
Hi!
I really excited about fact that I found this fork of gilead!
Now my project stuck with hibernate 3.5 and gwt 2.4 which doesn't support Super Dev Mode.
I tried to download and compile code from your repository and install it into local maven repository. I can even compile my project with it but when any GWT RPC happens, this exception occurs:
I note this fork lists all dependencies as
provided. But I think some of them really should becompileto work. But maybe not. I stucked with other errors until manually added some dependencies to my project'spom. Maybe I need to add thiscglibdependency but I doesn't found any mention of it in this repo sources.Maybe I installed this giled in my local repository wrong.
Maybe you can upload this to maven central or bintray?
Or can suggest me where to search something about this problem.
Any help is appreciated!