Bug #139
RSB-Client has outdated serial on cancel
| Status: | New | Start date: | 2013-01-28 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - |
Description
Task is submitted, not accepted by any task server and then canceled:
final TaskBus<Document> bus = TaskBusFactory.createClientBus(
channel, taskName, Document.class);
final TaskSubmissionService<Document> tsm =
new TaskSubmissionService<Document>(bus);
final CancellableTask<Document> task = tsm.submit(spec);
task.cancel(true);
Results in:
de.unibi.agai.xtt.Task isSerialOutdated WARNING: Serial unexpected, new (1) == current (1). Spec: de.unibi.agai.xtt.eb.rsb.RSBEvent@75479a