Hi Florent, Yes, that is a typo. Please open an issue in JIRA. I'll fix it.
- Florian
Florian, The stopAfterService implementations for the three bindings delegate tobeforeServiceCall... It's a typo, right, and should be afterServiceCall?protected boolean stopAfterService(CmisService service) { if (!(service instanceof ProgressControlCmisService)) { return false; }return ((ProgressControlCmisService) service).beforeServiceCall() ==Progress.STOP; } Florent