I'm starting to catch on. I also found that dom4j.jar was missing. Now I'm getting the following:
Internal error
org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'sessionFactory' defined in resource [/WEB-INF/applicationContext-hibernate.xml] of ServletContext: Initialization of bean failed; nested exception is java.io.FileNotFoundException: Could not open class path resource [icarabineer.hbm.xml] java.io.FileNotFoundException: Could not open class path resource [icarabineer.hbm.xml] at org.springframework.core.io.ClassPathResource.getI nputStream(ClassPathResource.java:86) at org.springframework.orm.hibernate.LocalSessionFact oryBean.afterPropertiesSet(LocalSessionFactoryBean .java:353) at
What jar am I missing now???


Reply With Quote