IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Configuring RatesRepositoryDB2Impl

About this task

Following is an example of how to configure Rates Repository:
<com.ibm.btt.bc.fx.impl.RatesRepositoryDB2Impl
		id="ratesRepositoryDB2Impl"
		jndiName=”jndi/FXDB” dbSchema="FX">
</com.ibm.btt.bc.fx.impl.RatesRepositoryDB2Impl>

Because the Rates Repository layer is the bottom layer of the component and is tightly coupled with the datastorage, you can configure its attributes according to its implementation requirements. In this example, the attributes of the tag specifies jndi name of the data source, and the dbschema.



Feedback