4 Replies Latest reply on Mar 23, 2009 9:03 AM by pilhuhn

    Oracle XA Datasource - Wrong template

    senthur_kumaran

      JON Server Currently creates Oracle XA datasource with the following format.

      <?xml version="1.0" encoding="UTF-8"?>

      <xa-datasource>
      <jndi-name>test</jndi-name>
      <connection-url>jdbc:oracle:oci8:@tc</connection-url>
      <user-name>a</user-name>
      b
      <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
      <no-tx-separate-pools>true</no-tx-separate-pools>
      <driver-class>oracle.jdbc.xa.client.OracleXADataSource</driver-class>
      <connection-property name="xa-datasource-class">oracle.jdbc.xa.client.OracleXADataSource</connection-property>
      </xa-datasource>


      It should follow the standard template as given in the jca examples(oracle-xa-ds.xml).
      Due to this the XA datasources created through JON dowsn't work properly. Anybody have workaround for this?

      Thanks & Regards
      Senthur