Ejemplo n.º 1
0
  /** {@inheritDoc} */
  @Override
  public void start() {

    try {
      init();
      load();
    } catch (RepositoryException e) {
      log.error("Repository error", e);
      throw new RuntimeException(e);
    } catch (RepositoryConfigurationException e) {
      log.error("Configuration error", e);
      throw new RuntimeException(e);
    }

    super.start();
  }