All,
 
I've used Reactor to develop a very small app that I intended to publish on HostMySite. Everything works fine on my devlopment machine but when I push the files to HostMySiteit errors out in when running the configuration bean. I get a null pointer error.
 
From init() in reactor/config/config, addObjectsFromXML() is called and the configXml gets passed in which I can dump and see all of the data that I expect. But, on the first line of code  where the xmlsearch() is done im getting back an empty array.
 
<cfset var objectsConfig = xmlsearch( arguments.configXml, '//reactor/objects' ) />
 
When I dump the data on my local machine, I see everything as it should be.
 
Is anyone using reactor on HostMySite? Any suggestions on what is causing this or how to fix it..
 
to demonstrate I have added these lines of code to the top of the addObjectsFromXML() function and puched it up to HostMySite. You can see that the XML data is there. Its just not making it through he XML search.
 
<cfdump var="#arguments.configXml#" />
  <cfdump var="#objectsConfig#" />
  <cfabort>
 
http://europeanonly.net/items/
 
 
 
.

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to