OC4J 10g Log Information

Upgrading Other Oracle SOA Suite Technologies 14-3 After the upgrade of the application, it appears as follows: http:oracle.comesbnamespaces Samples_102_ResponseForward_Samples.102_ResponseForward.DispatchShipmentDetails In this example, Samples.102_ResponseForward.DispatchShipmentDetails is the qname of service DispatchShipmentDetails.

14.1.5 Upgrading Routing Services to Use Asynchronous Routing

In Oracle Enterprise Service Bus 10g, there was no support for asynchronous routing services. Instead, when Oracle Enterprise Service Bus called an Oracle BPEL Process Manager asynchronous process, then a OneWay service was created. If you created a project that uses such a OneWay service, then after you open and upgrade the application in Oracle JDeveloper 11g, you can remove the old routing service and recreate the routing service to use an Oracle Mediator 11g asynchronous routing instead of the OneWay invocation.

14.1.6 Upgrading Filtering or Setting Message Headers in Oracle Enterprise Service Bus

Oracle Enterprise Service Bus 10g supports filtering or setting message headers for standard and custom header properties for adapters, such as SOAP, JCA, JMS, and AQ adapters. Filtering in Oracle Enterprise Service Bus is done as part of the filterExpression tag of the routing rule. Many filter expressions are automatically upgraded, but for complex filters, the upgrade might be partial. When you open your Oracle Enterprise Service Bus projects in Oracle JDeveloper 11g, each routing rule is upgraded into case, and the filter expression is converted to condition. These changes can be found in the mplan file of the Routing Service. For example, the following code snippet shows the filter expression in an Oracle Enterprise Service Bus 10g routing rule: filterExpression{ehdr:getRequestHeader fhdr:InboundFileHeaderTypefhdr:fileName = Mobile.xml};{ namespace fhdr=http:xmlns.oracle.compcbpeladapterfile namespace ehdr=http:www.oracle.comXSLTransformjava oracle.tip.esb.server.headers.ESBHeaderFunctions } filterExpression During upgrade, this example is converted to the equivalent condition of the case in the mplan file: condition language=xpath xmlns:ehdr=http:www.oracle.comXSL Transformjavaoracle.tip.esb.server.headers.ESBHeaderFunctions xmlns:fhdr=http:xmlns.oracle.compcbpeladapterfile expressionin.property.jca.file.FileName =Mobile.xmlexpression condition Setting message headers is accomplished as part of the transformation files and these are upgraded to assign statements. The following code snippet shows an example of setting message headers in Oracle Enterprise Service Bus 10g: xsl:variable name=inputCountry select=imp1:CustomerDataCountry select=ehdr:setOutboundHeader