2.3.7 ELCM Co-deployed with FCUBS/OBCL

This topic describes about the brief introduction of ELCM Co-deployed with FCUBS/OBCL data segment in ELCM Integration with OBCL/FCUBS Stage.

In a co-deployed system of FCUBS/OBCL and ELCM, the process flow between the systems happens through Application (JPA) layer. Insulation layer is calling the GatewayEJB of ELCM with same request xml.

In the standalone version of ELCM, changes are made to process all ELCM Function IDs in the Application layer itself. To support this, the Function IDs for which persistence was done using POJO in DB was converted to JPA.

ELJBean class has been modified to route to business process flow to application layer instead of database.