} catch (Exception e) {
throw ExceptionUtil.rethrow(e);
}
serializationService = (SerializationServiceImpl) ss;
proxyManager = new ProxyManager(this);
executionService = new ClientExecutionServiceImpl(instanceName, threadGroup,
Thread.currentThread().getContextClassLoader(), config.getExecutorPoolSize());
transactionManager = new ClientTransactionManager(this);
LoadBalancer lb = config.getLoadBalancer();
if (lb == null) {
lb = new RoundRobinLB();