Hi.
My application uses Spring and Hibernate.
The application has the following structure :
Here is some snippets from rentContext.xml :
But when running the application, I got the following exception :
Error creating bean with name 'sessionFactory' defined in class path resource [RentABike-context.xml]: Initialization of bean failed; nested exception is net.sf.hibernate.MappingException: org.dom4j.DocumentException: hibernate.sf.net Nested exception: hibernate.sf.net
My application's
ant build files includes all the requied jars and config dir inside class.path property.
Any ideas ?