views:

21

answers:

0

I want to use Glassfish and hibernate. I use the Glassfish update tool to add the hibernate libraries.

So I have all needed libraries.

But when I ran my JUnit test I have this exception :

java.lang.RuntimeException: by java.lang.NoClassDefFoundError: org/hibernate/proxy/HibernateProxy

Any idea ?

Thanks a lot