Ticket #354 (closed defect: fixed)
Obsolete ORM Config Instructions in Coldspring.xml
| Reported by: | Lola Lee Beno <lola@…> | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 Maintenance Beta |
| Version: | 3.0.178 | Severity: | normal |
| Keywords: | Cc: |
Description
Since the /ModelGlue/unity/config/Configuration.xml no longer exists, the following lines should be updated or commented out:
<!-- ORM Framework Configuration --> <!--
The following explains how to connect Model-Glue to either the Transfer or Reactor ORM frameworks.
If you've got the lastest (from CVS) version of ColdSpring?, the
commented-out code below will work.
Otherwise, do the following:
- Choose whether to use Reactor or Transfer for this project
- Open up /ModelGlue/unity/config/Configuration.xml
- Uncomment the appropriate "To use xxxx as an ORM
Framework..." block below
- Delete the <alias /> tags in the ORM block you uncommented
- If using Reactor, copy/paste the beans named "ormAdapter.Reactor" and "ormService.Reactor" to this file (from
Configuration.xml) and remove the ".Reactor" from their name attributes.
- If using Transfer, copy/paste the beans named "ormAdapter.Transfer" and "ormService.Transfer" to this file (from Configuration.xml) and remove the ".Transfer" from their name attributes.
-->
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)