Hi Joanne, >From skimming the error message, it looks like there is a misconfigured XML property tag. Specifically, it might not be well formatted or is missing an end tag:
Error: An error occured while Parsing an XML document. The element type "property" must be terminated by the matching end-tag "". Please paste your ColdSpring.xml file at http://modelglue.pastebin.com then email us the URL of your paste. DW On Fri, Aug 28, 2009 at 11:38 AM, Joanne <[email protected]> wrote: > > Although I'm a Java Programmer with over 9 years experience - I'm only > 2 weeks in to learning ColdFusion which I think I've got my head > around the basics and I'm now moving onto looking at Frameworks - I've > lots of experience of using Spring and Struts in Java so would prefer > to work with a framework in ColdFusion as it seems more natural to my > OO sensibilities. > > I've downloaded MG3 and the latest version of ColdSpring and I'm using > CF Builder with Eclipse on ColdFusion 9 > > I've followed the basic translator example and can't get past the > validating form part as I'm getting the following error in my setup: > > An error occured while Parsing an XML document. > The element type "property" must be terminated by the matching end-tag > "". > > The error occurred in C:\ColdFusion9\wwwroot\coldspring\beans > \DefaultXmlBeanFactory.cfc: line 74 > Called from C:\ColdFusion9\wwwroot\coldspring\beans > \DefaultXmlBeanFactory.cfc: line 44 > Called from C:\ColdFusion9\wwwroot\ModelGlue\gesture\loading > \ColdSpringBootstrapper.cfc: line 64 > Called from C:\ColdFusion9\wwwroot\ModelGlue\gesture\loading > \ColdSpringBootstrapper.cfc: line 87 > Called from C:\ColdFusion9\wwwroot\ModelGlue\gesture\loading > \ColdSpringBootstrapper.cfc: line 96 > Called from C:\ColdFusion9\wwwroot\ModelGlue\gesture\ModelGlue.cfm: > line 47 > Called from C:\ColdFusion9\wwwroot\translator\index.cfm: line 50 > > 72 : <cffile action="read" > file="#arguments.importedFilename#" > variable="fileContent" /> > 73 : > 74 : <cfset xml = xmlParse(fileContent)> > 75 : <cfset imports = xmlSearch(xml,"/beans/import")> > 76 : > > > I have got everything set up in my webroot with no mappings - Any > clues to help intepret this error message would really be appreciated > - Obviously I'm more used to intepreting Java stacktrace's > > Jo > > > > -- “Come to the edge, he said. They said: We are afraid. Come to the edge, he said. They came. He pushed them and they flew.” Guillaume Apollinaire quotes --~--~---------~--~----~------------~-------~--~----~ Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en -~----------~----~----~----~------~----~------~--~---
