/[Apache-SVN]
ViewVC logotype

Revision 1863019


Jump to revision: Previous Next
Author: mthl
Date: Sat Jul 13 21:37:40 2019 UTC (4 years, 9 months ago)
Changed paths: 5
Log Message:
Improved: Remove support for “ofbiz-containers.xml”
(OFBIZ-11100)

To extend the containers loaded on startup, it was possible too both
edit the “ofbiz-containers.xml” file or alternatively to define a
container in a component.

This redundancy adds extra complexity in the startup process for no
good extensibility reason. The component container loader is more
flexible since it allows developper to add new containers without
touching the framework so it is better to only rely on this option.

The component loader is now hard-coded directly in code.


Changed paths

Path Details
Directoryofbiz/ofbiz-framework/trunk/framework/base/config/ofbiz-containers.xml deleted
Directoryofbiz/ofbiz-framework/trunk/framework/base/dtd/ofbiz-containers.xsd deleted
Directoryofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/container/Container.java modified , text changed
Directoryofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/container/ContainerLoader.java modified , text changed
Directoryofbiz/ofbiz-framework/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/Config.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26