6 Data Source Creation and JDBC Configuration

This topic provides information on data sources used by the FLEXCUBE application.

Following are the JNDI names of those data sources used by the FLEXCUBE application.

jdbc/fcjdevDS - This data source is used by FLEXCUBE online screen excluding branch screens.
  • jdbc/fcjdevDSBranch - This data source is used by Branch screens.
  • jdbc/fcjSchedulerDS - This data source is used by Quartz scheduler.

Note:

  • jdbc/fcjdevDS should be NonXA.
  • jdbc/fcjdevDSBranch and jdbc/fcjSchedulerDS should be XA

This topic contains the following sub-topics: