Thanks for taking a look, Jared.
It seems that my HostMySite has done something to correct the issue. When clicking the link in my original post the array is no longer empty. It has the data Reactor needs to configure itself.
When I get home I'll be able to confirm but it seems to be resolved.
On 9/17/06, Jared Rypka-Hauer <[EMAIL PROTECTED]> wrote:
Moving from windows to windows, windows to linux, linux to linux?
You may be running into case sensitivity issues... dunno.
Just woke up, so I'm not thinking totally straight... gimme time to drink a cup of coffee. ;)
J
------------------------------------------------
Jared C. Rypka-Hauer
Continuum Media Group LLC
Member, Team Macromedia - ColdFusion
"That which does not kill me makes me stranger." - Yonah Schmeidler
![]()
![]()
![]()
On Sep 17, 2006, at 11:35 AM, Brian Billings wrote:
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>����.
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

