Florian,

The stopAfterService implementations for the three bindings delegate to
beforeServiceCall... 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

-- 
Florent Guillaume, Director of R&D, Nuxeo
Open Source Content Management Platform for Business Apps
http://www.nuxeo.com   http://community.nuxeo.com

Reply via email to