com.oracle.tuxedo.tools
Class DMConfigChecker

java.lang.Object
  extended by com.oracle.tuxedo.tools.DMConfigChecker
All Implemented Interfaces:
org.xml.sax.ErrorHandler

public class DMConfigChecker
extends java.lang.Object
implements org.xml.sax.ErrorHandler

This class is a command line tool that reads a configuration file, DMCONFIG, check its syntax, and transform it by encrypts the password fields in the XML based configuration file.

The command prototype is

DMConfigChecker configFile keyFile

Where
  • configFile
    A file contains the Tuxedo JCA Adapter configuration.
  • keyFile
    A file contains encryption key. It will be created in the current working directory if it does not exist. file.

  • Method Summary
    static void main(java.lang.String[] args)
              the main for encrypting a specific configuation file.
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     
    Methods inherited from interface org.xml.sax.ErrorHandler
    error, fatalError, warning
     

    Method Detail

    main

    public static void main(java.lang.String[] args)
    the main for encrypting a specific configuation file.

    Parameters:
    args - Command line argument