throw new IllegalStateException(
"Could not find JackRabbit repository in spring context");
}
UserService users = (UserService) BeanFactoryUtils.beanOfTypeIncludingAncestors(context,
UserService.class);
if (repository == null) {
throw new IllegalStateException(
"Could not find UserService implementation in spring context");
}