Configuration and Administration

glog.as Properties

To control the behavior of Oracle Transportation Management, you can change settings in the glog.properties file or the appropriate property set.

Property

New In Version

Description

glog.as.csv.entiyClass.package.<entityName>

=<package name>

6.4.1

You can add your own mapping to load the data from an as.csv file into the tables of OTM. The format of the mapping would look like:

glog.as.csv.entiyClass.package.<entityName>=<package name>

For an example, if you want to add mapping for entity RateGeoRefnum, you need to add a property in the following way:

glog.as.csv.entiyClass.package.RateGeoRefnum=glog.ejb.rates.db

This property can be added to the properties file or it can be added through the PropertiesServlet.

Related Topics