consoleErr("At least one process must be specified.");
System.exit(-1);
}
for (String aB : b) bcc.addBpelProcessUrl(aB);
try {
bcc.execute(new ClineCommandContext(__log));
} catch (ExecutionException ee) {
consoleErr(ee.getMessage());
System.exit(-1);
} catch (Throwable t) {
// This is really quite unexpected, so we should