achannel.openChannel();
}
for(int i = 0; i < ops.count(); i++) {
op = (ERXAdaptorOperationWrapper)ops.objectAtIndex(i);
try {
achannel.performAdaptorOperation(op.operation());
} catch(EOGeneralAdaptorException ex) {
log.error("Failed op " + i + ": " + ex + "\n" + op);
throw ex;
}
}