PierreSmits opened a new pull request #398:
URL: https://github.com/apache/ofbiz-framework/pull/398


   The configuration of an OFBiz is determined by 2 aspects:
   configuration settings required to successfully start the implementation
   configuration settings required to have component functions work properly
   The latter involves default choices for various functions to cater to the 
usability of business processes (and therefore screen/forms and/or 
screens/templates.
   Several of these configuration settings are already loaded into the 
SystemProperty table in the underlying RDBMS, to enable adjustments of the 
systemPropertyValue while the implementation is in use. While it is not 
expected that these settings change often, it is possible that they are 
required to be changed during the lifespan of the company/organisation.
   However, it should not be required to go through a deployment process of 
regarding such changed configuration settings in the OFBiz production instance 
(which most - if not all - companies/organisations require when files are 
changes).
   Having all configuration settings of components in the SystemProperty table 
enhances the usability of OFBiz allowing system administrators to adjust the 
value(s) of system property records while the instance keeps running.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to