A final method foo is in the parent class.
This final method calls a function bar.
I need to override bar in in child class.
But unfortunately, foo, when it calls bar, calls bar from the parent class, not the child class.
Note that the inheritence is done through overriding a service of a bundle (1)