ColdBox Forums Notification: Post to The setting RegisteredHandlers does not exist

Title: RE: The setting RegisteredHandlers does not exist
Thread: The setting RegisteredHandlers does not exist
Forum: Bugs (ColdBox)
Conference: ColdBox
User: lmajano Ok, I downloaded the app and nested it in several coldbox apps. It works, it
initializes and renders. Now. Are you sure that there are not any other
applications with the same application name??

this.applicationName =
"ajaxcfc"

I usually append a hash of the location of the app, that way its
unique and it won't override other applications. If the application name is the
same as another application, then all will go cookoo.

this.applicationname =
"ajaxcfc_" & hash(getCurrentTemplatePath())

So please verify that your
application names are correct. This is one of the major suspects when things
don't register. Also, make sure you are not sharing Application.cfc's

Luis
http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=AED48AC9-FF65-CEF6-652AA4934577B09B