Ticket #287 (closed defect: fixed)

Opened 19 years ago

Last modified 14 years ago

Case error in modelglueapplicationtemplate\config\ColdSpring.xml

Reported by: cblackwell Owned by: somebody
Priority: normal Milestone:
Version: 2.0.304 Severity: normal
Keywords: Cc:

Description

In revision 286 the modelGlueConfiguration bean in modelglueapplicationtemplate\config\ColdSpring?.xml has a case error in the class string, causing the following error on Linux - "Bean creation exception in modelglue.unity.framework.ModelGlueConfiguration?."

<bean id="modelGlueConfiguration" class="modelglue.unity.framework.ModelGlueConfiguration?">

should be

<bean id="modelGlueConfiguration" class="ModelGlue?.unity.framework.ModelGlueConfiguration?">

Change History

Changed 19 years ago by joe.rinehart

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

(In [294]) Fixes #287

Changed 16 years ago by cfgrok

  • milestone User Reported Issues (with full information) deleted

Milestone User Reported Issues (with full information) deleted

Note: See TracTickets for help on using tickets.