// </editor-fold>
// Perform application initialization that must complete
// *after* managed components are initialized
refreshCachedData();
PropertiesInspector inspector;
try {
volunteerProperties = PropertiesInspector.extractProperties(Volunteer.class);
applicationProperties = PropertiesInspector.extractProperties(VolunteerApplication.class);
} catch (IntrospectionException ex) {
error(ex.getMessage());