Deploying to Multiple Environments with Different Configuration Values
If you are using 10.1.3.1 as I am, there is good news on customizing deployment tasks. If you go to the 19th chapter of the Oracle BPEL Developers guide, you will find the following paragraph. The guide also provides a working example of how to implement different configurations.
19.1.3 Deploying to Multiple Environments with Different Configuration Values
In previous releases, you resolved this conflict by modifying the
bpel.xmldeployment descriptor file or providing separatebpel.xmlfiles for the development and production environments. This was a big effort if thebpel.xmlfile required many modifications or if you had multiple versions ofbpel.xmlthat required modifications.Beginning with this release, a
customizeanttask is provided that enables you to specify the property value for development and production environments in a single build file location. Thecustomizetask captures the changes between different versions ofbpel.xml using the build file. This task can be used as a subtask ofbpelcor as a standaloneanttask. Thebpelcsubtask can contain multiplecustomizetasks. Thecustomizetask can contain multiple subtasks.
I believe it's time to create an example process to test and get familiar with the customize deployment tasks feature.
No comments:
Post a Comment