Database Reference
In-Depth Information
Editing move plan files
Move plans are extracted and placed in the following directory structure:
<PLAN_DIR>/moveplan.xml: The main move plan configuration file
<PLAN_DIR>/adapters: The directory that contains plan files for the re-
source adapters configured for the domain
<PLAN_DIR>/composites: The directory that contains subplans for SOA
composites
<PLAN_DIR>/deployment_plans: The directory that contain subplans
for the soa-infra application
The moveplan.xml captures the key information in the config.xml file for
a particular server domain. You can modify the domain configurations, such as
server startup mode, data sources, authentication providers, and other available
properties, and then apply the changes to the new domain on the target host. For
example, to change the database connection URLs of the data sources used by
the server components, edit the line in the moveplan.xml file as highlighted:
<configProperty>
<name>Url</name>
<value>jdbc:oracle:thin:@dBHost:1521:SERVICE_NAME</value>
<itemMetadata>
<dataType>STRING</dataType>
<scope>READ_WRITE</scope>
</itemMetadata>
</configProperty>
You can also modify the configuration of resource adapters such as database
adapters, JMS adapters, BAM adapters, and so on by editing the corresponding
adapter plan file in the <PLAN_DIR>/adapters directory.
Search WWH ::




Custom Search