Configure Oracle Determinations Engine for a Mobile Device

Configuration for custom functions and formatters is done via the Oracle Determinations Engine configuration file. This is a properties file, which can be created using a text editor such as notepad.

In order for the engine to use this file, it must be located in the same directory as the rulebase to which it applies and have the name <rulebase>-config.properties.

A rulebase properties configuration that configures both a custom function and a custom formatter will look something like:

custom-function.java.library-path = TestCustomFunction.jar
custom-function.java.class = oracle.testrulebase.TestCustomFunction

formatter.java.library-path = basic-formatter.jar
formatter.java.class = oracle.test.TestFormatter

 

All property names follow the pattern <object>.<platform>.<setting> where:

 

object

Specifies which object this configuration property is for. The valid values are:

 

platform

Specifies which platform this configuration this custom component is written for. The valid values are:

 

 setting

Specifies which setting this configuration property is for. The valid values are: