cache.put(name, connection);
statusCache.put(connection, new Status());
getLogger().info(getBundle().getString("connection-was-created", name));
} catch (Exception cause) {
throw new DemoiselleException(getBundle().getString("connection-creation-failed", name), cause);
}
}
return connection;
}