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 using 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>

Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved. Legal Notices