Ticket #354 (closed defect: fixed)

Opened 17 years ago

Last modified 16 years ago

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:

  1. Choose whether to use Reactor or Transfer for this project
  2. Open up /ModelGlue/unity/config/Configuration.xml
  3. Uncomment the appropriate "To use xxxx as an ORM

Framework..." block below

  1. Delete the <alias /> tags in the ORM block you uncommented
  2. 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.

  1. 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

Changed 16 years ago by cfgrok

  • milestone changed from User Reported Issues (with full information) to 3.2

Changed 16 years ago by DanWilson

  • status changed from new to closed
  • resolution set to fixed

This is fixed in SVN version 212

Changed 16 years ago by boomfish

  • status changed from closed to reopened
  • resolution fixed deleted
  • milestone changed from 3.2 to 3.1.x-next-patch

Reopening ticket to get the fix backported to 3.1.x-next-patch.

Changed 16 years ago by boomfish

  • status changed from reopened to closed
  • resolution set to fixed

Fix merged into MG_3.1_fixes branch in SVN commit 230.

Note: See TracTickets for help on using tickets.