Jo,

Welcome to Model-Glue. I think you'll find it's very flexible and easy to
use. And you'll find ColdSpring very familiar, since you've worked with
Spring. As you go forward, there's also a ColdSpring mailing list, if you
need specific help on that front.

About the error you received:

On Fri, Aug 28, 2009 at 11:38 AM, Joanne <[email protected]> wrote:

>
> 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
>

It's pretty opaque, admittedly, because the error handler isn't able to
point you to a specific place in a file. However, since the reference in the
message is to DefaultXMLBeanFactory.cfc (below "coldspring"), you know it's
thrown by ColdSpring. (Actually, you probably already knew that.)

The bean factory is parsing the ColdSpring configuration file, and it's
running into a parsing error. As you can see, it indicates that an XML
"property" tag in the file is not properly terminated.

No way to tell which one without going through the file. And of course, it's
possible that the actual problem is not the termination of the tag, but
something else in the general area that would cause a parsing error.

If you'll post your ColdSpring config file, we may be able to help.


-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to