敲完后運(yùn)行的錯(cuò)誤
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.InvalidMappingException: Could not parse mapping document: null (INPUT_STREAM)
這是什么問題啊
2018-03-05
sessionFactory的bean創(chuàng)建錯(cuò)誤,無法解析映射文檔??纯词遣皇莄lass里面的內(nèi)容寫錯(cuò)了?
<bean id="sessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">