if (! raXml.canRead())
throw new ConfigException(L.l("missing ra.xml for rar {0}. .rar files require a META-INF/ra.xml file.",
_rarPath));
_config = new ConnectorConfig();
new Config().configure(_config, raXml, "com/caucho/jca/jca.rnc");
} catch (ConfigException e) {
throw e;
} catch (Exception e) {