Monday, August 9, 2010

java.lang.IncompatibleClassChangeError: org/hibernate/cfg/ExtendedMappings

If we We had this new error from Hiberante – “java.lang.IncompatibleClassChangeError : class org.hibernate.cfg.ExtendedMappings has interface org.hibernate.cfg.Mappings as super class” – This is due to using the older hibernate entity manager/annotations libraries that were around when we upgraded to the newer 3.5.x version of hibernate. Hibernate includes the entity manager and annotations as part of the hibernate core library.

We Will Download that using following links

LINK1  

LINK 2 

1 comment: