我用的是hibernate3.1+spring1.2
但是每次配置了sessionFactory后运行的时候就找不到hibernate.cfg.xml文件我的配置文件如下:applicationContext.xml
<bean id="SessionFactory"
class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
<property name="configLocation">
<value>\WEB-INF\classes\hibernate.cfg.xml</value>
</property>
</bean>
并且hibernate.cfg.xml文件也在相应的目录下面。哪位帮帮我。
QQ:7190460
有问题一起讨论。