} catch (Exception e) {
log.error("Error initializing bean: ", e);
}
try {
administrator = webBean.getAdminObject();
EjbLocalHelper ejb = new EjbLocalHelper();
certificatesession = ejb.getCertificateStoreSession();
caadminsession = ejb.getCaAdminSession();
caSession = ejb.getCaSession();
authorizationsession = ejb.getAuthorizationSession();
adminsession = ejb.getUserAdminSession();
globalconfigurationsession = ejb.getGlobalConfigurationSession();
certificateProfileSession = ejb.getCertificateProfileSession();
endEntityProfileSession = ejb.getEndEntityProfileSession();
crlCreateSession = ejb.getCrlCreateSession();
this.informationmemory = webBean.getInformationMemory();
new CertificateProfileDataHandler(administrator, authorizationsession, caSession, certificateProfileSession, informationmemory);
cadatahandler = new CADataHandler(administrator, caadminsession, ejb.getCaSession(), endEntityProfileSession, adminsession, globalconfigurationsession, certificatesession, certificateProfileSession, crlCreateSession, authorizationsession, webBean);
caInfoList = new ArrayList<CAWrapper>();
initializeWrappers();
} catch (Exception e){
log.error("Error initializing bean: ", e);
}