Dennis Clark wrote:
> It's been a while since I last used Reactor, but according to the
> documentation Reactor.xml cannot be completely empty. The following
> single line is enough to make it valid:
>
> <reactor />
>
> Mind you, you won't have any object-to-object relationships in your ORM
> that way, and an ORM without relationships is not much of an ORM at all.
>   


Upon further examination, it seems that my problems occur right before 
Reactor.xml is even touched.  There may be something amiss with my 
configuration.  Here's the settings for the Reactor in ColdSpring.xml:

    <alias alias="ormAdapter" name="ormAdapter.Reactor" />
    <alias alias="ormService" name="ormService.Reactor" />
    <bean id="reactorConfiguration" class="reactor.config.config">
        <constructor-arg 
name="pathToConfigXml"><value>/knitinventory/config/reactor/Reactor.xml</value></constructor-arg>
        <property name="project"><value>knitinventory</value></property>
        <property name="dsn"><value>knitlib</value></property>
        <property name="type"><value>mysql</value></property>
        <property 
name="mapping"><value>/knitinventory/model/data/reactor</value></property>
        <property name="mode"><value>development</value></property>
    </bean>


I have Reactor on same root level as MG and knitinventory.  Reactor is 
updated to the latest version.

-- 
Lola J. Lee Beno 
LinkedIn: http://www.linkedin.com/in/lolajleebeno
Facebook: http://www.facebook.com/profile.php?id=714355583
Blog: http://www.lolajl.net/blog/


--~--~---------~--~----~------------~-------~--~----~
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to