> I don't suppose that you've got an instance somewhere of...
>
> class A extends B { ... }
>
> ...where 'B' is actually an interface rather than a class, do you?
That was it :(
Sorry for my slip-up :S I did a refactor of my code and forgot to change
a class... :P
thanks a lot
X.