Can you check your database and make sure you have a table named
websearch_documents?

Also, make sure the user set up in your webspace dsn has been granted
permissions to see the table.





On 5/10/07, Matt Graf <[EMAIL PROTECTED]> wrote:
I am getting this error and I don't know what to do, basically I am stuck.

Here is the error I am getting.

 Object 'websearch_documents' does not exist.
Reactor was unable to find an object in the database with the name
'websearch_documents.'

The error occurred in
C:\Inetpub\mappings\reactor\core\objectFactory.cfc: line
113
Called from C:\Inetpub\mappings\reactor\reactorFactory.cfc:
line 61
Called from
C:\Inetpub\mappings\ModelGlue\unity\orm\ReactorAdapter.cfc:
line 56
Called from
C:\Inetpub\mappings\ModelGlue\unity\eventhandler\EventHandlerFactory.cfc:
line 28
Called from
C:\Inetpub\mappings\ModelGlue\unity\loader\XmlConfigurationLoader.cfc:
line 343
Called from
C:\Inetpub\mappings\ModelGlue\unity\loader\XmlConfigurationLoader.cfc:
line 47
Called from
C:\Inetpub\mappings\ModelGlue\unity\loader\FrameworkLoader.cfc:
line 60
Called from
C:\Inetpub\mappings\ModelGlue\unity\ModelGlue.cfm: line 37
Called from C:\Inetpub\wwwroot\whaSearch\index.cfm: line 33


Here is the Coldspring configuration
<bean id="reactorConfiguration" class="reactor.config.config">
        <constructor-arg
name="pathToConfigXml"><value>/whasearch/config/Reactor.xml</value></constructor-arg>
        <property
name="project"><value>whasearch</value></property>
        <property
name="dsn"><value>webspace</value></property>
        <property
name="type"><value>oracle</value></property>
        <property
name="mapping"><value>/whasearch/model/data</value></property>
        <property
name="mode"><value>production</value></property>
        <username value="webspace" />
           <password value="3035PARROT" />
    </bean>
  <!-- Put definitions for your own beans and services here -->
    <bean id="ormAdapter" class="
ModelGlue.unity.orm.ReactorAdapter">
        <constructor-arg name="framework"><ref bean="ModelGlue"
/></constructor-arg>
    </bean>

    <bean id="ormService" class=" reactor.reactorFactory">
       <constructor-arg name="configuration"><ref
bean="reactorConfiguration" /></constructor-arg>
    </bean>

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


--
"Come to the edge, he said. They said: We are afraid. Come to the
edge, he said. They came. He pushed them and they flew."

Guillaume Apollinaire quotes


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

Reply via email to