2008/11/3 Sergey Beryozkin <[EMAIL PROTECTED]>: > Hi > >>> - align the ListenerHook interface with the final version used in Equinox >> >> I've added CXF-1896 for this. > > this should be just about renaming 3 standard methods and dropping the one > we introduced to support the direct lookups.
Well, it was a little more work that :) The argument types had changed from single arguments to collections and 2 methods were gone from the ListenerHook API, which lead to having to recode some of the tests. I've attached the updated implementation to CXF-1896. It would be great if someone could apply the patch for me. I tried this implementation with Equinox 3.5M5 as well, but unfortunately Equinox still has a bug in this area (I filed it here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=253679 ). Next step: add more tests (CXF-1897) and the submit to the Felix community :) Cheers, David
