Add the following data sources to the <JBOSS_HOME>/server/atg/deploy directory on the production server. The values for these data sources must correspond to the connection information configured in the FakeXAdatasource components.

The following example configures the ATGDataWarehouseDS data source on Oracle:

<xa-datasource>
  <jndi-name>ATGDataWarehouseDS</jndi-name>
  <track-connection-by-tx/>
  <isSameRM-override-value>false</isSameRM-override-value>
  <xa-datasource-class>
    oracle.jdbc.xa.client.OracleXADataSource
  </xa-datasource-class>
  <xa-datasource-property name="URL">
    jdbc:oracle:thin:@name:1521:utf81020
  </xa-datasource-property>
  <xa-datasource-property name="User">oracleuser</xa-datasource-property>
  <xa-datasource-property name="Password">oraclepw</xa-datasource-property>
  <no-tx-separate-pools/>
</xa-datasource>
 
loading table of contents...