sLogger.log(Level.FINE, "mbean.create_resource", jndiName);
ConfigContext serverContext = getConfigContext(mInstanceName);
Resources resourcesBean =
(Resources)ConfigBeansFactory.getConfigBeanByXPath(serverContext,
ServerXPathHelper.XPATH_RESOURCES);
JmsRaMapping ramap = ConnectorRuntime.getRuntime().getJmsRaMapping();
/* Map MQ properties to Resource adapter properties */
Enumeration en = props.keys();
Properties properties = new Properties();
while (en.hasMoreElements()) {
String key = (String) en.nextElement();
String raKey = ramap.getMappedName(key);
if (raKey == null) raKey = key;
properties.put(raKey, (String) props.get(key));
}
// Add a connector-connection-pool & a connector-resource