RE: Model Glue and Reactor

2007-09-06 Thread Eric Roberts
8:26 PM To: CF-Talk Subject: Re: Model Glue and Reactor Hey Eric, not sure if this is what you're after, but I've got this: /corps/mysuperproject/config/reactor/Reactor.x ml mysuperproject mysuperproject_dev

re: Model Glue and Reactor

2007-09-06 Thread Eric Roberts
Found the problem...the ormservice bean wasn't getting the pathToConfigXml from the reactorConfiguration bean. I added it as a construction-arg and it works fine now...or at least it loads. I haven't had the chance to try using reactor to access a db yet... Eric ~~~

Re: Model Glue and Reactor

2007-09-06 Thread Dinner
Hey Eric, not sure if this is what you're after, but I've got this: /corps/mysuperproject/config/reactor/Reactor.xml mysuperproject mysuperproject_dev mysql /corps/mysuperproject/model/data/reactor p

re: Model Glue and Reactor

2007-09-06 Thread Eric Roberts
OK...I hard coded the pathToConfigXML value as the default in the argument in the function in reactor/reactorfactory.cfc and it worked fine. So I am suspecting that it is not picking up the Coldspring.xml file properly or the finction call is not even trying to pass the pathToConfigXML argument at

Re: Model Glue and reactor

2007-09-04 Thread Brian Kotek
Yes, you tell it where the Reactor config file is in the Model-Glue ColdSpring XML file: /deli/config/reactor/Reactor.xml projectName dsnName mysql /path/to/save/reactorcfcs development On 9/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wro

RE: Model Glue and reactor

2007-09-04 Thread owner
We are down to this error: Not using an ORM adapter. You will not be able to do automatic database functions. Cause: Reactor failed to load: coldspring.beanCreationException : Bean creation exception during init() of reactor.config.config : An error occurred when performing a file operation read