jndiRootContext.bind("openejb/remote/.", "");
jndiRootContext.bind("openejb/client/.", "");
jndiRootContext.bind("openejb/Deployment/.", "");
jndiRootContext.bind("openejb/global/.", "");
} catch (final NamingException e) {
throw new OpenEJBRuntimeException("this should not happen", e);
}
}