试试这样的东西…
<bean id="mySessionFactory" > <property name="configLocation"> <value> classpath:location_of_config_file/hibernate.cfg.xml </value> </property> <property name="hibernateProperties"> <props> ... </props> </property></bean>

试试这样的东西…
<bean id="mySessionFactory" > <property name="configLocation"> <value> classpath:location_of_config_file/hibernate.cfg.xml </value> </property> <property name="hibernateProperties"> <props> ... </props> </property></bean>