throw new FactoryConfigurationError
("Resource assignment service not configured.");
}
try {
RmsConnectionFactory fac = (RmsConnectionFactory)
EJBUtil.lookupJNDIEntry("java:comp/env/ra/RMS");
return new EisRmsService (fac, getResourceAssignmentContext());
} catch (NamingException e) {
throw new FactoryConfigurationError(e);
}