uCosminexus Service Platform, Basic Development Guide

[Contents][Glossary][Index][Back][Next]

2.7.1 Creating character code conversion UOC

By creating character code conversion UOC, you can handle the character code that is not supported by service platform, as standard process. When you want to use API of code conversion in character code conversion UOC, you must install following products on the execution environment on which Service Platform is installed.

The settings to be performed after installing required products in the execution environment are as follows:

Organization of this subsection
(1) Embedding JAR
(2) Setting up the path for code conversion table

(1) Embedding JAR

Procedure for embedding JAR is as follows:

  1. Take backup of <Service platform installation directory>\CSC\lib\external\codeconv.jar.
  2. Copy codeconv.jar of the installed unit version code conversion.
    Copy destination is as follows:
     
    <Service platform installation directory>\CSC\lib\external\codeconv.jar
     

(2) Setting up the path for code conversion table

To set the path of code conversion table, add following path in <Service platform installation directory>\CC\server\usrconf\ejb\<J2EE server name>\usrconf.properties.

 
csc.dt.codetablepath=<Code conversion installation directory>/table
 

It is recommended to execute these settings with Smart Composer functionality or management portal. For Smart Composer functionality and management portal, see "1.1 Tools of management functionality" in "Application Server System Setup and Operation Guide".