Hello all.
I inherited an old webapp developed in struts 1.something with hibernate version 3.0(I guess).
I'm getting an odd "
Initial SessionFactory creation failed.org.hibernate.MappingException: Association references unmapped class:" that I can't explain. All my class(es) are correctly mapped and the resource declared in the hibernate.cfg.xml file. I have searched the internet and can't find an explanation causing the error.
I have also posted for help here:
http://stackoverflow.com/questions/8288300/hibernate-association-references-unmapped-class-exception any hints will be greatly appreciated.