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 [EMAIL PROTECTED] http://www.mattwoodward.com
