...
Using X509 Application Certificates with CSF Security version 2
Using X509 Applicaiton Certificates with CSF Security requires that the following be done:
- add three new beans to your application's applicationContext spring security xml,
- add one new bean to your application's conf xml,
- create a new allowEntities.properties file.
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.
...