rss
SOATUBE
Oracle
Custom Search SOABYTE here

Thursday, July 15, 2010

Configuring XA Support for Data Sources in Oracle 11g

Changing the Driver Name to Support XA Drivers
           If your data sources require support for XA drivers, you must change the driver name on Oracle WebLogic Server. This is particularly true for environments in which BPEL processes assume XA is present when calling database adapters and JMS adapters.


Change the driver name through one of the following methods.
  • Edit in Oracle WebLogic Server Administration Console.
  1. Log into Oracle WebLogic Server Administration Console.
  2. In the left pane, select Domain Structure.
  3. Select Services > JDBC > Data Source > SOADataSource > Connection Pool.
  4. For the Driver Class Name, change the value to oracle.jdbc.xa.client.OracleXADataSource. This provides support for the XA driver.
  5. Restart the server.
  • Edit the SOADataSource-jdbc.xml file.
  1. Open the soaDataSource-jdbc.xml file on Oracle WebLogic Server.
  2. Change the SOADataSource driver name from
          oracle.jdbc.OracleDriver to
          oracle.jdbc.xa.client.OracleXADataSource.
         
         
          /. . .
          . . .
         / SOADataSource
       
        jdbc:oracle:thin:@adc60086fems.us.oracle.com:1537:co0yd570
        *oracle.jdbc.xa.client.OracleXADataSource*
       
       
        user
        fusion_soainfra
       

       

        / . . .
        . . ./
      

       /. . .
      . . ./
     


 Source:  Administrator’s Guide for Oracle SOA Suite and Oracle Business Process Management Suite 11g Release 1 (11.1.1)

0 comments:

Post a Comment

 
Blogger Profile