+ " from channel " + channel
+ " to waiting activity " + act);
}
try {
act.setResult (new DefaultProcessData (message));
act.complete ();
} catch (CannotCompleteException e) {
logger.error
("Activity " + act + " listening on channel "
+ "but cannot be completed?!: " + e.getMessage (), e);
throw new IllegalStateException