context.getInitParameter("jndiName") : DEFAULT_JNDI_NAME;
ErraiService service = null;
try {
service = new JNDIServiceLocator(managedJndiName).locateService();
log.info("Service exists. Attaching to " + managedJndiName);
} catch (Exception e) {
// ignore