コード例 #1
0
ファイル: MdrService.java プロジェクト: nscavell/jboss-as
 @Override
 public void start(StartContext context) throws StartException {
   MDR_LOGGER.debugf("Starting sevice MDR");
 }
コード例 #2
0
 @Override
 public void start(StartContext context) throws StartException {
   ((SimpleResourceAdapterRepository) value).setMetadataRepository(mdrValue.getValue());
   MDR_LOGGER.debugf("Starting service RaRepositoryService");
 }