Skip to content

Application that convert tables FML32 from Tuxedo to files Java for use in projects of Oracle Service Bus

License

Notifications You must be signed in to change notification settings

sadalmelik828/generateJarTuxedo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Application that convert tables FML32 from Tuxedo to files Java for use in projects of Oracle Service Bus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages