public void initApplicationContext(Object parameter)
{
try
{
ContextsService contextService = getContextsService();
contextService.startContext(ApplicationScoped.class, parameter);
}
catch (Exception e)
{
logger.log(Level.SEVERE, e.getMessage(), e);
}