Ejemplo n.º 1
0
 @Override
 public void start(StartContext context) throws StartException {
   MDR_LOGGER.debugf("Starting sevice MDR");
 }
Ejemplo n.º 2
0
 @Override
 public void start(StartContext context) throws StartException {
   ((SimpleResourceAdapterRepository) value).setMetadataRepository(mdrValue.getValue());
   MDR_LOGGER.debugf("Starting service RaRepositoryService");
 }