Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.47 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.47 KB

CONVERT TABLES FML32 TO FILES JAVA

This application convert tables FML32 from Tuxedo to files Java and generate a package .JAR for use in projects of Oracle Service Bus and give it integration with Oracle Tuxedo Services.

Requirements

  1. JDK >= 6u45
  2. Oracle WebLogic Server >= 10.3.6
  3. OS Linux
  4. Basic knowledge of Linux Systems

File Structure

  • FML13 root dir
    • bin contains final .JAR after execute process
    • conf contains config files por generate package java
      • map.txt example config file for map package java
    • fml contains all files FML32 for convert
      • * Any file FML32 type
    • java Contains unordered POJO files to compile
    • log Contains log files with errors info
    • src Contains the structure of package with POJO's to compile
      • tables dir example simulating package Java
      • opge dir example simulating package java
      • ppcs dir example simulating package java
      • ppga dir example simulating package java
  • generateTuxedoTransformFML.sh Shell script to initiate the convert process

Execute Process

Basically the process is execute the shell generateTuxedoTransformFML.sh from a terminal Linux. The shell will ask for 3 paths:

  1. Path JDK
  2. WebLogic Library (weblogic.jar from dir install of product WebLogic)
  3. Path FML13 (default is actual shell dir)

Warning: You should put at least one file FML32 in dir fml.