Database Reference
In-Depth Information
Let's walk through the preceding configuration plan in more detail.
<composite name="*">
This indicates that no matter what composite this configuration plan is attached
to, the search-replace rules will apply to all, designated by * . Alternatively, it is
possible to create different rules, which apply to different composites, such as:
<composite "HelloWorld1">
<import>
<searchReplace>
<search>http://soa11gdev:8001</search>
<replace>http://soa11gtest:8001</replace>
</searchReplace>
</import>
</composite "HelloWorld1">
<composite "HelloWorld2">
<import>
<searchReplace>
<search>http://soa11gdev:8001</search>
<replace>http://soa11gtest:8001</replace>
</searchReplace>
</import>
</composite "HelloWorld2">
The only reason to separate composite configuration as shown in the preceding
configuration snippet is because the search-replace rules are different for each
composite. If you do not envision any difference in the search-replace rules, we
recommend sticking to <composite "*"> instead in order to maintain simpli-
city.
Search WWH ::




Custom Search