changes.mady.by.user David E Tanner
Saved on Feb 13, 2013 13:09
Saved on Feb 13, 2013 13:10
...
In order to access the hibernate mappings used by the EmailService, you need to add the following property in the sesionFactory bean of your applicationContext:
<property name="mappingLocations"> <list> <value>classpath*:edu/mit/es/csf/email/hibernate/*.hbm.xml</value> </list> </property>
Need more information about session factory and hibernate mappings? Go to the How to configure your application to use Hibernate Mappings for more information.