Details
-
Type:
Task
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0
-
Component/s: Release Notes
-
Labels:None
-
Responsible Team:Rice Team
Description
We need to generate a list of all of the configuration parameters in Rice so that we can include them in the documentation.
The easiest way to find all of these will be to trace these back to calls to org.kuali.rice.core.Config.
In particular, the following methods on that class:
getProperty(...)
getProperties()
getBooleanProperty(...)
getPropertiesWithPrefix(...)
Ideally, most of the parameter names will be represented in some constants class (i.e. RiceConstants, KewConstants, KimConstants, etc.)
We need to put these in some form (spreadsheet or confluence page) and then send that to Innovativ. Each one should include:
parameter name
description
default value
required - indicates if the parameter is required or not (like some of the database-related configuration parameters)
module - keep in mind that some of these may be global and not specific to a module
whether the parameter is client, server or both - some configuration parameters are only used in the context of the standalone server
Attachments
Issue Links
- is related to
-
KULRICE-2932 rice-config.xml for deployment of standalone server
-
- Closed
-
Added frank and joe as watchers.
Casey, Frank is working on the install guide right now and trying to complete it by the end of the week so I'd like to get this together for them as soon as possible. I was thinking it hopefully shouldn't take you more than a couple of days to compile this list. Do you think this will be possible?