Hmm, I pasted Sam's config over the ColdSpring.xml of a brand-new MG
site (with the necessary config file and mapping directory for
Reactor), and it spun up just fine for me. Sam, can you confirm which
versions of the three frameworks (Model-Glue, ColdSpring and Reactor)
you are running?
@Doug, the <alias> tag Sam used is indeed a valid approach -- MG's
internal CS configuration defines an "ormService.Reactor" bean (the
Reactory factory), which can be referenced as simply "ormService" by
using the alias as Sam did. Although generic database messages and
scaffolding won't work without also adding an "ormAdapter" alias, if
someone isn't using these features and just needs the ORM factory
itself, then defining just the "ormService" alias is fine.
Assuming that one has an appropriate version of ColdSpring (I think
that the alias tag is supported as of version 1.2, but I could well be
mistaken), using the aliases allows for a bit less verbose
configuration.
--
Ezra Parker