How to use a Configuration plan to modify SOA 12c composites
A configuration plan for a SOA composite is an XML file, which enables you to modify on depoyment time several environment-specific values, such as JDBC connection strings, hostnames of various servers, and so on. In order to create a configuration plan: 1. Open JDeveloper 2. In the application pane, find your SOA project and right click on the composite.xml 3. Click on Generate Config Plan. Now that you have created the configuration plan, it should appear under the Resources folder. 4. Deploy your project using the configuration plan by selecting it in the "Deploy Configuration" wizard. Practically, the configuration plan contains a set of search and replace rules, that help you edit hostnames, JNDI Names, composite properties etc, for services exposed and references consumed in your SOA composite. Below you will find a section that edit a service exposed: <service name="servicename_ep"> ...