Hi Dominique, good catch - I think this is a bug - if a whiteboard service changes its registration properties, this is right now ignored. And yes, I guess the fix is to call the abstract modifiedService method Could you please open an issue for this?
Thanks Carsten 2014-08-21 15:54 GMT+02:00 Dominique Pfister <[email protected]>: > Hi, > > I noticed that in > o.a.f.http.whiteboard.internal.tracker.AbstractTracker<T>, methods > addingService() and removedService() call their super implementation and > then invoke an abstract, subclass responsible override with generic type T. > modifiedService(), however, calls the super implementation, only, although > an abstract modifiedService() with argument type T is declared, but never > used. > > Is this an oversight or did I miss something? > > Thanks > Dominique > > -- Carsten Ziegeler Adobe Research Switzerland [email protected]
