Just curious if anybody else has run into this issue yet setting up cb
2.6.3 on the new CF9 Beta.
Maybe i'm jumping the gun and this is not a problem with CB, but
something I missed during the setup of my new beta dev box... but I've
never seen this error with CB until last night.
Invalid CFML construct found on line 221 at column 202.
ColdFusion was looking at the following text:
The CFML compiler was processing:
* A cfset tag beginning on line 221, column 26.
* A cfset tag beginning on line 221, column 26.
* A cfset tag beginning on line 221, column 26.
The error occurred in E:\inetpub\wwwroot\cfframeworks
\coldbox_2_6_3\system\plugins\beanFactory.cfc: line 221
Called from E:\inetpub\wwwroot\cfframeworks\coldbox_2_6_3\system
\services\PluginService.cfc: line 45
Called from E:\inetpub\wwwroot\cfframeworks\coldbox_2_6_3\system
\services\PluginService.cfc: line 90
Called from E:\inetpub\wwwroot\cfframeworks\coldbox_2_6_3\system
\controller.cfc: line 273
Called from E:\inetpub\wwwroot\cfframeworks\coldbox_2_6_3\system
\frameworkSupertype.cfc: line 155
Called from E:\inetpub\wwwroot\cfframeworks\coldbox_2_6_3\system
\interceptors\autowire.cfc: line 39
Called from E:\inetpub\wwwroot\cfframeworks\coldbox_2_6_3\system
\services\InterceptorService.cfc: line 132
Called from E:\inetpub\wwwroot\cfframeworks\coldbox_2_6_3\system
\services\InterceptorService.cfc: line 53
Called from E:\inetpub\wwwroot\cfframeworks\coldbox_2_6_3\system
\services\LoaderService.cfc: line 102
Called from E:\inetpub\wwwroot\cfframeworks\coldbox_2_6_3\system
\services\LoaderService.cfc: line 37
Called from E:\inetpub\wwwroot\cfframeworks\coldbox_2_6_3\system
\coldbox.cfc: line 56
Called from E:\inetpub\wwwroot\eti\Application.cfc: line 32
219 : </cflock>
220 : <cfelse>
221 : <cfset throw("Model #arguments.name# was not found","The
model path is not valid: #checkPath# or external path:
#checkExternalPath#","plugin.beanFactory.modelNotFoundException")>
222 : </cfif>
223 :