Ticket #6 (closed defect: duplicate)
Error when loading PATHTOCONFIGXML
| Reported by: | mark.drew@… | Owned by: | joe.rinehart |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0 Beta 1 |
| Version: | 2.0.304 | Severity: | major |
| Keywords: | Cc: |
Description
I am using a reactor and model glue. When I try to run the application I get the following error:
The parameter PATHTOCONFIGXML to function init is required but was not passed in. The error occurred in /Applications/JRun4/servers/default/cfusion/coldspring/beans/DefaultXmlBeanFactory.cfc: line 372 Called from /Applications/JRun4/servers/default/cfusion/coldspring/beans/DefaultXmlBeanFactory.cfc: line 262
The coldspring config I am sure is pretty correct:
<bean id="reactorConfiguration" class="reactor.config.config">
<constructor-arg name="pathToConfigXml"><value>/mg2blog/config/Reactor.xml</value></constructor-arg>
<property name="project"><value>mg2blog</value></property>
<property name="dsn"><value>blogin15</value></property>
<property name="type"><value>mysql</value></property>
<property name="mapping"><value>/mg2blog/model/data</value></property>
<property name="mode"><value>development</value></property>
</bean>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)