On May 27, 2011, at 12:39 AM, Ola Bini wrote: > invoker(type()) Recheck your assumptions about what invoker returns: That changed. You might need to adjust: invoker(type().generic()) or invoker(type()).asType(...) Or maybe there's a type.generic() elsewhere that can go away. -- John