Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 5158

Show
Ignore:
Timestamp:
08/04/08 17:02:37 (5 months ago)
Author:
jegg
Message:

in patientmatching module, added class and modified moduleApplicationContext.xml file to get Hibernate SessionFactory to use when reading OpenMRS patients

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/patientmatching/metadata/moduleApplicationContext.xml

    r4833 r5158  
    3535        <property name="formView"><value>/module/@MODULE_ID@/dupesList</value></property> 
    3636    </bean> 
    37          
     37     
     38    <bean class="org.openmrs.module.patientmatching.HibernateConnection"> 
     39      <property name="sessionFactory"><ref bean="sessionFactory"/></property>    
     40                </bean> 
     41                 
     42 
    3843</beans>