[Reactor for CF] Errors when hosting project

2006-09-17 Thread Brian Billings
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. Frominit() in

Re: [Reactor for CF] Errors when hosting project

2006-09-17 Thread Jared Rypka-Hauer
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-HauerContinuum

[Reactor for CF] reactor change that may impact your code

2006-09-17 Thread Beth Bowden
Folks,To fix the problems that cblackwell pointed out in http://trac.reactorframework.com/reactor/ticket/76, the copy, isequal and configure methods were renamed to _copy, _isequal, and _configure in the \reactor\base\*.cfc files. If your code calls any of these methods manually, please change the

Re: [Reactor for CF] oracle is now handles case-sensitivity object names

2006-09-17 Thread Beth Bowden
Oracle Users, Reactor now matches your objects to the actual tables in Oracle regardless of case. For example, Reactor would match this: object name=SubscriptionTable/ to the SUBSCRIPTIONTABLE f a table named SubscriptionTable doesn't exist. You will need to delete the files under your