Database Reference
In-Depth Information
Understanding configuration plan contents
The following cfgplan_test.xml file is a configuration plan designed to be
attached to the SAR at deployment time. It is used when deploying code written
against a development environment to a test environment.
Downloading the example code
You can download the example code files for all Packt topics
you have purchased from your account at ht-
tp://www.packtpub.com . If you purchased this topic else-
where, you can visit http://www.packtpub.com/support and re-
gister to have the files e-mailed directly to you.
<?xml version="1.0" encoding="UTF-8"?>
<SOAConfigPlan xmlns:jca="http://platform.integration.oracle/blocks/adapter/fw/metadata"
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
xmlns:orawsp="http://schemas.oracle.com/ws/2006/01/policy"
xmlns:edl="http://schemas.oracle.com/events/edl"
xmlns="http://schemas.oracle.com/soa/configplan">
<composite name=" * ">
<import>
<searchReplace>
<search> http://soa11gdev:8001</search>
<replace> http://soa11gtest:8001</replace>
</searchReplace>
</import>
<service name=" readFile ">
Search WWH ::




Custom Search