My favorites | Sign in
mof
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 1: ColdSpring cannot be exluded
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  dsh...@gmail.com
Closed:  Jan 2010


 
Reported by Steve.Go...@gmail.com, Jan 12, 2010
What steps will reproduce the problem?
1. Remove [ColdSpring] settings from /config/mof.settings.ini.cfm
2. Make sure ColdSpring is not available in the webroot or mapped
3. Execute a view

What is the expected output? What do you see instead?
Should run. Instead, an exception is thrown about ColdSpring not being 
available.

What version of the product are you using? On what operating system?
um... version 1?  Dave, what version is this? Running on Railo.

Please provide any additional information below.

ColdSpring is hard coded into the mof.core.loadServiceFactory() method. 
What if I don't want to use ColdSpring?
Jan 12, 2010
Project Member #1 dsh...@gmail.com
Plans for this:

profile section in mof.settings.ini.cfm will change from [coldspring] to 
[servicefactory].  This section must include framework=[coldspring|lightwire] and 
path to config.  Need to investigate how externalized properties differ in LightWire. 
Example:

[servicefactory]
framework=coldspring
configPath=/config/coldspring.xml.cfm
property1=value1


[servicefactory]
framework=lightwire
configPath=/config/lightwire.xml.cfm
property1=value1
Status: Accepted
Owner: dshuck
Labels: -Priority-Medium Priority-High
Jan 12, 2010
Project Member #2 dsh...@gmail.com
This has been resolved with Rev 6.  Framework now supports abstract service factory 
with out of the box support for ColdSpring and LightWire.  Example skeleton app has 
been updated.
Status: Fixed

Powered by Google Project Hosting