Chris Scott said the following on 8/27/2006 11:06 AM:
Matt, that's pretty odd, we are injecting that method into your m2
listener manager, has blue dragon made this impossible? Dave I know
has tested CS with BD and Raleo, but I'm not sure of M2 integration of
AOP.
Hey, here's a thought, are you putting those methods in core m2
managers? If so maybe the issue is that we are injecting a method that
already exists? If this is the case, we need to add n in not
StructKeyExists(listenerManager,"getListenerNamesForColdSpring") to
the plugin before injecting the method (same for filter manager and
plugin manager). If that works, let me know and I will make the
changes this afternoon.
Hmm, I put new methods in the core for you guys in 1.1.1, but I didn't
name with "forColdSpring" on the end. These are the new methods:
getPluginNames()
getListenerNames()
getFilterNames()
So I doubt that there is a method name conflict. Probably more has to
do with BD.
BTW, Beta1 is missing getFilterNames(). A smallish bug I just found.
Will be fixed in Beta2 or the stable whatever is decided.