666768697071727374
String beanLookupId = simpleName.toString(); logger.debug("looking up for bean with id "+beanLookupId); try{ return getBean(beanLookupId); }catch(Exception excep){ throw new BeanLookupException(excep); } }