Hi,

I try to use the support for hibernnate, and when I try to create the LocalSessionFactoryBean I've got this error :

java.lang.NoClassDefFoundError: net/sf/hibernate/cfg/Configuration

But the Configuration class of hibernate is located in

org/hibernate/cfg/Configuration

So it seems that there's an error in the package name used by spring.

Any hint ?