aspose file tools
The moose likes Other Application Frameworks and the fly likes Unable to run Spring DHB examples Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Unable to run Spring DHB examples" Watch "Unable to run Spring DHB examples" New topic
Author

Unable to run Spring DHB examples

Hussein Baghdadi
clojure forum advocate
Bartender

Joined: Nov 08, 2003
Posts: 3400

Hi.
I'm trying to run Spring Developer's Handbook examples.
I configured my own stuffs (dialet, URL, username, password ....)
But when trying to run the application, I got :
SEVERE: Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rentaBike' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Can't resolve reference to bean 'sessionFactory' while setting property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Initialization of bean failed; nested exception is net.sf.hibernate.MappingException: org.dom4j.DocumentException: hibernate.sf.net Nested exception: hibernate.sf.net
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Initialization of bean failed; nested exception is net.sf.hibernate.MappingException: org.dom4j.DocumentException: hibernate.sf.net Nested exception: hibernate.sf.net
I have validate the mapping files against the DTD files, and they are OK.
Any ideas ?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Unable to run Spring DHB examples
 
Similar Threads
Struts 2 tutorial errors
java.lang.NoClassDefFoundError: net/sf/hibernate/UserType on Deployment to App Server
org.springframework.beans.factory.BeanCreationException
Struts+Spring+hibernate integration problem
Context Initialization Failed