4.2.1 Configuring Repository adapter for Application

This topic provides information on Configuring Repository adapter for Application.

  • OBO Host Configuration:

    No Configuration required.

  • Third Party Configuration:

    If local (database) storage is required for third party entity following query needs to be executed.

    Insert into DIGX_FW_CONFIG_ALL_O
            (PROP_ID,PREFERENCE_NAME,PROP_VALUE,DETERMINANT_VALUE,CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATED_DATE)
            values('RPM_APPLICATION_REPOSITORY_ADAPTER','RepositoryAdapterFactories','com.ofss.digx.domain.origination.
    entity.application.repository.adapter.LocalApplicationRepositoryAdapter,com.ofss.digx.domain.origination.entity.
    application.repository.adapter.RemoteApplicationRepositoryAdapter','OBDX_BU',null,sysdate,'ofssuser',sysdate);