_logger.log(Level.FINE, "jdbc.exc_create_xa_conn", sqle);
}
StringManager sm = StringManager.getManager(
DataSourceObjectBuilder.class);
String msg = sm.getString("jdbc.cannot_allocate_connection", sqle.getMessage());
throw new ResourceAllocationException(msg, sqle);
}
try{
mc = constructManagedConnection(
xaConn, null, pc, this);