有没有老哥出现这个错误
严重: Exception sending context destroyed event to listener instance of class org.springframework.web.context.ContextLoaderListener
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
严重: Exception sending context destroyed event to listener instance of class org.springframework.web.context.ContextLoaderListener
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
2017-02-22
beanFactory错误 我报错这个原因是 <bean id="sessionFactory" class="org.springframework.orm.hibernate4.LocalSessionFactoryBean">
<!-- 注入连接池 -->
<property name="dataSource" ref="dataSource"/>
改动hibernate3为hibernate4
<!-- 注入连接池 -->
<property name="dataSource" ref="dataSource"/>
改动hibernate3为hibernate4
2017-02-10
404 就是什么No result ...cn.muke.ssh.action什么的,不知道哪里错了
2017-02-09