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