Add the following data sources to the <JBOSS_HOME>/server/atg/deploy directory on the management server. The values for these data sources must correspond to the connection information configured in the FakeXADataSource components.
ATGProductionDSATGAgentDSATGDataWarehouseDS
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>

Default Non-Switching Server Component Configuration

