解决方案 »

  1.   

    <bean id="sessionFactory"
            class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
            <property name="dataSource">
                <ref bean="dataSource" />
            </property>
                  <property name="mappingResources">
                   <list>
                      <value>Test.hbm.xml</value>
                  </list>
              </property>
            <property name="hibernateProperties">
                <ref bean="exampleHibernateProperties" />
            </property>
        </bean>用这个试试
      

  2.   

    驱动的问题。。Caused by: java.lang.AbstractMethodError: com.microsoft.jdbc.base.BaseDatabaseMetaData.supportsGetGeneratedKeys()Z