Great, Thierrys solution works.
But I think there is still a problem with RGMethodDefinition. We callself compiledMethodon a RGMethodDefintion, the implementation *always* returns the compiled method from the system, ifit exists (regardless whether this ring method is active or not).
I think we should either- don't call #compiledMethod on ring definitions- always return nil for not active definitions- for non active definitions: create a compiled method on demandwhat do you think?