{
try
{
ChangePasswordConfiguration changePasswordConfiguration = new ChangePasswordConfiguration( env, LoadStrategy.PROPS );
PrincipalStore store = new JndiPrincipalStoreImpl( changePasswordConfiguration, this );
changePasswordServer = new ChangePasswordServer( changePasswordConfiguration, minaRegistry, store );
}
catch ( Throwable t )
{
log.error( "Failed to start the Change Password service", t );
}