I run a few sites using the Bytespring cms (modelglue 2 version see
http://www.jmpj.net/jason/index.cfm/2008/4/6/Minor-bug-fix-release-for-Bytespring-CMS).
I am looking to migrate them to a linux box running Openbd.
This application runs fine with Adobe CF and with Railo but baulks at
an early stage with what seems to be a good tag declaration in Openbd.
I think it also did so with Bluedragon.
The application is in the root along with modelglue. There are no
pathing issues.
This is the error:
CFML Runtime Error
Badly formatted tag
Request /index.cfm
File Trace C:/OpenBD/webroot_cfmlapps/cfmlWebContext_1/index.cfm
|
+-- C:/OpenBD/webroot_cfmlapps/cfmlWebContext_1/ModelGlue/unity/
ModelGlue.cfm
|
+-- C:/OpenBD/webroot_cfmlapps/cfmlWebContext_1/ModelGlue/unity/
loader/FrameworkLoader.cfc
|
+-- C:/OpenBD/webroot_cfmlapps/cfmlWebContext_1/ModelGlue/
unity/loader/XmlConfigurationLoader.cfc
------cut-----------
Source
231: <cfset instance.setName(createUUID()) />
232: <cfset autowireController(instance) />
233: <cfelseif structKeyExists(ctrl.xmlAttributes, "type")>
234: <cfset instance = createObject("component",
ctrl.xmlAttributes.type).init(arguments.mg, ctrl.xmlAttributes.name) /
>
235: <cfset autowireController(instance) />
^ Snippet from underlying CFML source
Openbd seems to not like the arguments.mg which is of type component
ModelGlue.unity.framework.ModelGlue [long version]
Any ideas?
Julian
--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
http://groups.google.com/group/openbd?hl=en
official blog @ http://blog.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---