IRemoteServiceContainerAdapter adapter = (IRemoteServiceContainerAdapter) container
.getAdapter(IRemoteServiceContainerAdapter.class);
if (adapter == null)
throw new SelectContainerException(
"Container does not implement IRemoteServiceContainerAdapter", null, containerTypeDescription); //$NON-NLS-1$
return new RemoteServiceContainer(container);
} catch (ContainerCreateException e) {
String message = "Cannot create container with container type description name=" //$NON-NLS-1$
+ containerTypeDescriptionName;
logException(message, e);
throw new SelectContainerException(message, e,