
Copyright © 2001, 2015, Oracle and/or its affiliates. All rights reserved.
7. Run 6.3 migration scripts according to the latest Migration Guide
8. Run any 6.3.2-specific instructions
9. Create, inspect and run the customizations migration script
Branding
Oracle Transportation Management upgrades typically include updated web files (XSL, html, jpg, gif,
JS, etc.) to fix specific reported problems and to provide minor enhancements requested by
customers.
Since each Oracle Transportation Management upgrade includes a list of updated files, you should
apply the upgrade to your test site, re-brand the updated files, and then test everything. Once it has
passed your testing, you should apply the upgrade and your new branded files to your production site.
This procedure ensures that you have all of the fixes included in the latest upgrade and that your
branding is not broken on your production site.
Customizations
The Oracle Transportation Management 6.3 upgrade will include a step that migrates customizations
to a new directory hierarchy in order to isolate these files and make future migrations easier.. The
sections below list all of the files that will be migrated in this manner. Note that many of the directory
names below are governed by specific, obscure properties; the actual property value will be used in
the migration script creation, and are left out here for clarity purposes. Please contact Oracle Support
for more information if you believe that the migration of your customizations is not being handled
correctly.
Note: Because of the new hierarchy, the relative path of file includes in some customized
XSL files may have broken. Carefully review your customized files and test your branding
changes out fully in a test environment before moving these changes onto a production
system.
Note: The directories in the following section are controlled by the glog.customPath
property. The directory defined by that property is represented by “custom” in the paths
listed in the following seven subsections.
Custom Text Emails & Faxes
As part of the 6.3 installation, customized text email and fax files will be moved from this directory:
<otm_install_dir>/apache/htdocs/xsl/custom
to this directory:
<otm_install_dir>/glog/gc3webapp/WEB-INF/xsl/custom
Also, customized text email and fax files will be moved from this directory:
<otm_install_dir>/apache/htdocs/xsl/<pref>
to this directory:
<otm_install_dir>/glog/gc3webapp/WEB-INF/xsl/custom/<pref>
where <pref> is a series of values selected out of the CONTACT_PREFERENCE table using the
following SQL:
SELECT distinct(value) FROM contact_preference WHERE preference_gid =
‘STYLESHEET’;
Comentarios a estos manuales