Bug #139

RSB-Client has outdated serial on cancel

Added by Maikel Linke about 11 years ago.

Status:NewStart date:2013-01-28
Priority:NormalDue 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

Also available in: Atom PDF