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.

C



On Aug 27, 2006, at 11:30 AM, Matt Woodward wrote:

I'm using the CS directly from CVS on BD JX 6.2.1 along with the M2
1.1.1 beta, and when my app loads I get this error thrown by the M2
plugin:

Method getListenerNamesForColdSpring could not be found. Check that
the method is publicly accessible, the correct number of arguments are
specified and that the argument types match

202:      <cfdump var="#listenerManager.getListenerNamesForColdSpring()#" />
203:     <cfabort /> --->
204:
205:     <cfset listenerNames =
listenerManager.getListenerNamesForColdSpring() />
206:     <!--- get rid of my mayhem --->

I put some dumps in there to see what's going on; the original line
for 205 that you see above was 198.

When I dump the object the function is definitely in there (according
to the dump anyway), but when I try to call it, it says it isn't.  Any
ideas?

Thanks,
Matt


-- 
Matt Woodward


Reply via email to