Donate Share

Gilead

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

ClassNotFoundException with JavaAssist

You are viewing a single message from this topic. View all messages.

  1. 2009-01-06 12:21:29 UTC
    In Hibernate 3.3.1 the use of cglib is optional, you can use Javassist instead. The problem is that Gilead uses beanlib, which has an UnEnhancer class that imports the net.sf.cglib.proxy.Enhancer class.

    This means that even though you do not use it, you must have cglib (and its dependencies, such as ASM) in your classpath, or else you get a ClassNotFoundException.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.