//_logger.log(Level.WARNING, "jdbc.exc_create_xa_conn",sqle);
_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);
}
com.sun.gjc.spi.ManagedConnection mc = constructManagedConnection(
xaConn, null, pc, this);