It's been a while since I last used Reactor, but according to the documentation Reactor.xml cannot be completely empty. The following single line is enough to make it valid:
<reactor /> Mind you, you won't have any object-to-object relationships in your ORM that way, and an ORM without relationships is not much of an ORM at all. Cheers, Dennis On 8/14/2009 1:59 AM, Lola J. Lee Beno wrote: > I turned on Reactor by editing the configuration in ColdSpring.xml, > creating a folder at /config/Reactor/Reactor.xml and creating a blank > file named Reactor.xml. When I try to load the application, I get this: > > > Bean creation exception during init() of reactor.config.config > > Invalid XML Object:configXml is not a valid XML Object. > > The error occurred in > /Library/WebServer/Documents/coldspring/beans/DefaultXmlBeanFactory.cfc: > line 893 > Called from > /Library/WebServer/Documents/coldspring/beans/DefaultXmlBeanFactory.cfc: > line 632 > Called from > /Library/WebServer/Documents/ModelGlue/gesture/externaladapters/ioc/ColdSpringAdapter.cfc: > > line 22 > Called from > /Library/WebServer/Documents/ModelGlue/gesture/ModelGlue.cfc: line 195 > Called from > /Library/WebServer/Documents/ModelGlue/gesture/modules/orm/controller/GenericORMController.cfc: > > line 27 > Called from > /Library/WebServer/Documents/ModelGlue/gesture/eventrequest/EventContext.cfc: > line 298 > Called from > /Library/WebServer/Documents/ModelGlue/gesture/eventrequest/EventContext.cfc: > line 225 > Called from > /Library/WebServer/Documents/ModelGlue/gesture/eventrequest/phase/Population.cfc: > > line 23 > Called from > /Library/WebServer/Documents/ModelGlue/gesture/eventrequest/EventContext.cfc: > line 155 > Called from > /Library/WebServer/Documents/ModelGlue/gesture/ModelGlue.cfc: line 215 > Called from > /Library/WebServer/Documents/ModelGlue/gesture/ModelGlue.cfm: line 58 > Called from /Library/WebServer/Documents/knitinventory/index.cfm: line 50 > 891 : <cfthrow > type="coldspring.beanCreationException" > 892 : message="Bean creation > exception during init() of #beanDef.getBeanClass()#" > 893 : > detail="#cfcatch.message#:#cfcatch.detail#"> > 894 : </cfcatch> > 895 : </cftry> > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
