Powered by Blogger.

7/14/2010

SOA Suite 11g R1 Developers Guide Book Available

Now we have book for SOA Suite 11g R1 Developers Guide published by Packt publishing.

SOA Suite 11g R1 Developers Guide

7/01/2010

Installing AIA on Oracle SOA Suite 11g PS2

Now you can install AIA FP 11gR1 PS2 on Oracle SOA Suite 11g PS2 environment and it works without any installation problem.

Download the Patch (ID:9717829) from Oracle Metalink

Bye...

6/02/2010

Configuring the Common SOA Infrastructure Properties in Oracle 11g

In Oracle SOA Enterprise Manager Console, there are few common SOA Infrastructure properties that helps us during development.

  • Audit Level
  • Composite Instance State
  • Payload Validation

In the EM console go to the SOA->soa-infra  and right click the soa-infra to see the Common Properties











By default the Audit Level is set to Production and others are unchecked.

  • Audit Level
               "Production" (default): Composite instance tracking is collected, but Mediator engine will not collect payload details and BPEL engine will not collect payload details for assign activities (payload details for other BPEL activities are collected). This level is optimal for most normal production operations.

"Development": Allows both the composite instance tracking and payload detail tracking. However it may impact the performance. This level is useful mostly for testing and debugging purposes.

"Off": No logging is performed. Composite instance tracking and payload details are not collected. 

  • Capture Composite Instance State 
                 Turning this feature on will allow for separate tracking for "running" instances. However, this may impact the performance. 

  • Payload Validation 
                Select to enable validation of incoming and outgoing messages.

 Choose the values accordingly as required and save the properties (no server restart required).

        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.
                  <?xml version="1.0" encoding="UTF-8"?>
                  <jdbc-data-source
                  /. . .
                  . . .
                 / <name>SOADataSource</name>
                <jdbc-driver-params>
                <url>jdbc:oracle:thin:@adc60086fems.us.oracle.com:1537:co0yd570</url>
                <driver-name>*oracle.jdbc.xa.client.OracleXADataSource*</driver-name>
                <properties>
                <property>
                <name>user</name>
                <value>fusion_soainfra</value>
                </property>
                </properties>
                / . . .
                . . ./
               </jdbc-driver-params>
               /. . .
              . . ./
              </jdbc-data-source>

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

        5/12/2010

        AIA 11g version (11.1.1.2.0) is out!!!

        Hello,

        After Oracle AIA 3.0, as expected new version AIA 11g (11.1.1.2.0)is released.

        You can download the foundation pack from http://edelivery.oracle.com

        Follow the pre-requisites steps carefully and than start installing.

        Currently this AIA11g version is supported only for Oracle SOA Suite 11gRPS1.

        Bye....

        5/02/2010

        Table Of Contents

        4/29/2010

        Oracle SOA 11g R1PS2 Released


        Few days back Oracle released their SOA 11gR1PS2 and the downloads are available in the below links,

        Weblogic & SOA:

        SOA Installation Guide:


        New Features:



        Summary:

        Spring Component
        Mediator
          - Resequencer
          - Default routing rule
          - Ability to define custom tables for cross-referencing

        HTTP Binding in Adapters
        SOA Partitions (in 10g it is called as domains)

        New OSB version:

         

        | © 2009 Share Oracle SOA All Rights Reserved | Designed by Craig Edmonds | Bloggerised By BloggerStop.Net |