It seems that there are still some linux case issues. I have a very simple one table reactor setup without a framework. I just tried calling validate() and received the following error on line 8 of the generated base zzzRecord.cfc:

Detail Please check that the given name is correct and that the component exists.
Message Could not find the ColdFusion Component reactor.core.ErrorManager.

Note that the call is being made to "ErrorManager", while the actual reactor/core/errorManager.cfc file does not have the first "E" capitalized, as in "errorManager"..

I fixed the generated base zzzRecord.cfc, then found it also exists in the project zzzRecord.cfc file also. Fixing the case in both of these files made the error disappear.

To prevent this from happening in the future, it appears that all that needs to happen is to change the case of the "e" in the following files:

* reactor/xsl/record.base.xsl, line 12
* reactor/xsl/record.project.xsl, line 25

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

Reply via email to