// TODO : Wire in the eventTransport
// executableResolver.setEventTransport(eventTransport);
executableResolver.init();
// Package up the registration request
ClientServiceRegistration clientServiceRegistration = new ClientServiceRegistration();
clientServiceRegistration.setResolver(executableResolver);
clientServiceRegistration.setServiceDefinition(serviceDefinition);
clientServiceRegistration.setNamespace(namespace);
// register with ev
cougarIntroductionService.registerService(clientServiceRegistration);
} catch (Exception ex) {
throw new CougarFrameworkException("Error while registering client with ev", ex);