Made a partial breakthrough...
add a component mapping to coldmvc in railo server admin
then it said datasource [workspace] was missing which was odd, cause i
thought it would be the name of my project not the webroot, but i
created it anyways just to pile through the stuff
then its asked me for a dialect so i added this.ormsettings.dialect =
"MicrosoftSQLServer"; to my projects app cfc.
now iam getting this error
key [BEANFACTORY] doesn't exist in struct (keys:SETTINGS)
The Error Occurred in
C:\workspace\coldmvc\Application.cfc: line 212
210: private any function getBeanFactory() {
211:
212: return application.coldmvc.beanFactory;
213:
214: }
looks like its not setting the pluginmanager or beanfactory in the
"coldmvc" variable in application scope. going to keep piling through
it.