Help is available by sending an email to csf-support@mit.edu
Have any suggestion on how improve this wiki? Please give us your feedback at csf-support@mit.edu
About Hibernate Mappings
The manner in which hibernate mappings are configured has changed from the manner in which hibernate mappings were configured in sais-common and in the CSF Version 1 series. In sais-common and in CSF version 1, the sessionFactory's mappingResources property was used to configure hibernate mappings. The use of the mappingResources property has been deprecated and will no longer be used except to support legacy applications.
With the release of the CSF version 2 series, the sessionFactory's mappingLocations property will be used to configure hibernate mappings. The mappingLocations property allow for more flexibility when configuring hibernate mappings for several different sources.