glog.as Properties

To control the behavior of Oracle Transportation and Global Trade Management, you can change settings in the appropriate property set.

Property

New In Version

Description

glog.as.csv.entityClass.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.entityClass.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.entityClass.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