Configuring JBoss for G11N Support

If you have Windows, JBoss application server, and Microsoft SQL Server 2012 database combination, you need to configure the standalone.xml file for G11N support.

For information on G11N support, refer to the section, "Globalization (G11n) Support" in TIBCO MDM System Administration.

Procedure

  1. Navigate to $JBOSS_HOME/standalone/configuration directory and open the standalone.xml file.
  2. Search for the following snippet:
    set JAVA_OPTS=-Dprogram.name=%PROGNAME% %JAVA_OPTS%
  3. Append -Dfile.encoding=UTF-8.
    The updated snippet is as follows:
    set JAVA_OPTS=-Dprogram.name=%PROGNAME% %JAVA_OPTS% -Dfile.encoding=UTF-8
  4. Restart the server.