--
--
You received this message because you are subscribed to the Google Groups "ColdBox Platform" group.
For News, visit http://blog.coldbox.org
For Documentation, visit http://wiki.coldbox.org
For Bug Reports, visit https://ortussolutions.atlassian.net/browse/COLDBOX
---
You received this message because you are subscribed to the Google Groups "ColdBox Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coldbox+u...@googlegroups.com.
To post to this group, send email to col...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/coldbox/a91c2409-8cfd-4f44-8660-fe3313569436%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--------- Original Message ---------
--
--
You received this message because you are subscribed to the Google Groups "ColdBox Platform" group.
For News, visit http://blog.coldbox.org
For Documentation, visit http://wiki.coldbox.org
For Bug Reports, visit https://ortussolutions.atlassian.net/browse/COLDBOX
---
You received this message because you are subscribed to the Google Groups "ColdBox Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coldbox+u...@googlegroups.com.
To post to this group, send email to col...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/coldbox/df5e0923-2c96-4869-8a57-ae9f0d8498cb%40googlegroups.com.
Ensure that the name is correct and that the component or interface exists. | |
The error occurred in C:/ColdFusion11/cfusion/wwwroot/coldtreatment_cb/coldbox/system/web/Controller.cfc: line 88 Called from C:/ColdFusion11/cfusion/wwwroot/coldtreatment_cb/coldbox/system/Bootstrap.cfc: line 69 Called from C:/ColdFusion11/cfusion/wwwroot/coldtreatment_cb/Application.cfc: line 30 | |
86 : 87 : // LogBox Default Configuration & Creation 88 : services.loaderService = new coldbox.system.web.services.LoaderService( this ); 89 : variables.logBox = services.loaderService.createDefaultLogBox(); 90 : variables.log = variables.logBox.getLogger( this ); |
--------- Original Message ---------
Subject: [coldbox:25069] Re: Is CommandBox required for ColdBox to work
From: "Scott Meyer" <dutc...@gmail.com>
Date: 10/13/15 2:03 pm
To: "ColdBox Platform" <col...@googlegroups.com>
--
--
You received this message because you are subscribed to the Google Groups "ColdBox Platform" group.
For News, visit http://blog.coldbox.org
For Documentation, visit http://wiki.coldbox.org
For Bug Reports, visit https://ortussolutions.atlassian.net/browse/COLDBOX
---
You received this message because you are subscribed to the Google Groups "ColdBox Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coldbox+u...@googlegroups.com.
To post to this group, send email to col...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/coldbox/bcfeb05e-842b-45ae-8cf2-893b23bdfaf4%40googlegroups.com.
67: }
68: // Create Brand New Controller
69: application[ appKey ] = new coldbox.system.web.Controller( COLDBOX_APP_ROOT_PATH, appKey );
70: // Setup the Framework And Application
71: application[ appKey ].getLoaderService().loadApplication( COLDBOX_CONFIG_FILE, COLDBOX_APP_MAPPING );