Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

How to include this fork in my project? #2

@xak2000

Description

@xak2000

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions